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.20.tar.gz
(13.2 kB
view hashes)
Built Distribution
Close
Hashes for utbot_executor-1.0.20-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13028aa0ee35479e080991ce0b6eca6e070eec32f5a1c7666220b6d66a59fdef |
|
MD5 | 80509dfaf21b5a4bbf170f71b97be19c |
|
BLAKE2b-256 | a690cd57b482711f63a9a0c9270f7cdf36aa7b9986b72d4a62f15cdc8a48d5d1 |