No project description provided
Project description
UtBot Executor
Util for python code execution and state serialization.
Installation
You can install module from PyPI:
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> <logfile> [<loglevel DEBUG | INFO | ERROR>]
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,
}
or error format:
{
"status": "fail",
"exception": str (traceback),
}
States format
TODO
Submodule deep_serialization
JSON serializer and deserializer for python objects
Source
GitHub repository
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.1.7.tar.gz
(13.6 kB
view hashes)
Built Distribution
Close
Hashes for utbot_executor-1.1.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a00ef231f26b63e1f5a180741c757b1f22dcd9b0d246a93b4b92737a99c4837 |
|
MD5 | c1dae5416bfd49112ead9b3df676145a |
|
BLAKE2b-256 | 8c9c83cf632dba230c3c4829a8ad300fb14d8c9692e9f1f7c384628545cfac6d |