Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.
/ BAS.Python Public archive

Python embedded implementation for Browser Automation Studio

License

Notifications You must be signed in to change notification settings

CheshireCaat/BAS.Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BAS.Python

Python embedded implementation for Browser Automation Studio (BAS)

Documentation

1. Language name: Python
2. Language version: 3.8.1
3. Module search:

Use this url for getting package information (latest stable release):

http://pypi.python.org/pypi/<project_name>/json

Use this url for getting package information (specific release):

http://pypi.python.org/pypi/<project_name>/<version>/json
4. Method by which you can add functions:
Create file '/distr/src/custom/<function_name>.py' contents of which
identical to the function code.
Example:
def get_sum(a, b):
    return a + b
5. Method by which you can add files:
Create file '/distr/src/<file_name>.py' contents of which 
identical to the file code.
Example:
def get_sum(a, b):
    return a + b
6. The sequence of actions for installing modules:
Run '/distr/python.exe -m pip install <package-name>'
7. The sequence of actions necessary to start the process in which operates built-in language:
Run '/distr/python.exe /distr/src/main.py'

About

Python embedded implementation for Browser Automation Studio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages