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.4.17.tar.gz
(12.7 kB
view hashes)
Built Distribution
Close
Hashes for utbot_executor-1.4.17-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f6b7c9ee7e274a51e11ae7e18b66d908eee131025abeab9f623039d04e2c332 |
|
MD5 | 2ed762ed4a6991706079e25ea7684e8f |
|
BLAKE2b-256 | 39dfea1251b7509e5d2df23a62f2794f37c36be8907174f7429a1a2fc0fe5005 |