Code Packages

<< Clique para Mostrar o Sumário >>

 

Code Packages

A Code Package is a set of source codes written in Python language containing the logic of instructions that can be used later in applications. A Code Package must be packed through a Deploy or Deploy++ operation, when it is then simply called a Package.

Inside a Code Package, users can perform uploads and code editions in Python language, method testing, and using Deploy options. To create a Code Package, follow these procedures:

1.On the side menu, select the Code Packages option.

2.On the area that opens, click New.

3.Type a name, a description, and a version.

4.This Code Package is then opened for edition.

 

NOTE

EPM Processor does not perform a source code's version control. Management of different project versions, as well as changing the Version option, is user's responsibility.

 

The available options to edit Code Packages are described on the next table.

Available options for editing Code Packages

Option

Description

New Code New Code

Inserts a new algorithm in Python language on the Code Package

Import Code Import Code

Opens File Explorer to search for and load a file, with the .py extension, with source code in Python language

Get Last Version Get Last Version

Removes unsaved editions and loads the last saved version of the source code

Save Save

Saves the open source code

Save All Save All

Saves all source codes from a Code Package

Delete Delete

Removes the open source code

Edit Code Name Edit Code Name

Allows changing the name of the open source code

Compile Compile

Checks the source code and loads it for testing or Deploy. The result of this action is displayed on the Status field

Deploy Deploy

Creates a Package from a Code Package

Deploy++ Deploy++

Creates a Package with source code's optimization and obfuscation from a Code Package

Download as Zip File Download as Zip file

Downloads all files with a .py extension to a compressed folder

Esta página foi útil?