No project description provided
Project description
UtBot Executor
Util for python code execution and state serialization.
Installation
You can install module from https://pypi.org/project/utbot-executor/:
python -m pip install utbot-executor
Usage
From console with socket listener
Run with your <hostname>
and <port>
for socket connection
$ python -m utbot_executor <hostname> <port>
From code
Main method is executor.run_calculate_function_value
.
Result format:
{
'status': 'success',
'isException': bool,
'statements': list[int],
'missedStatements': list[int],
'stateBefore': memory json dump,
'stateAfter': memory json dump,
'argsIds': list[str],
'kwargs': list[str],
'resultId': str,
}
States format: see deep_serialization
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
utbot-executor-1.0.12.tar.gz
(13.3 kB
view hashes)
Built Distribution
Close
Hashes for utbot_executor-1.0.12-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b9cfd56c926d5e33a8bbab0a4ef39d6831ec6b2ed9ea0312d1c62d9d1179bc9 |
|
MD5 | 946e5ca973291bb42e54eae6aa2c6d0a |
|
BLAKE2b-256 | c8eb9d92dd6ffee6045cf59d07fe883a3c4a50a71f830b10d0346394332b3845 |