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.3.2.tar.gz
(12.9 kB
view hashes)
Built Distribution
Close
Hashes for utbot_executor-1.3.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c9a0a5405798b14a17cb8a8efe9383238a6845ade7d5010b6f393f467aecaf8 |
|
MD5 | 135f8070de5d124853e625ffdb81bc75 |
|
BLAKE2b-256 | a1c90ae09c31c70ef8b6eb0310839290ea6125100c61d7a55ef77db1da11f2f1 |