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.20.tar.gz
(12.7 kB
view hashes)
Built Distribution
Close
Hashes for utbot_executor-1.4.20-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 834925340e3eccd7e912d88a03dea44491ca152c55089d783b8fec9a8ee24932 |
|
MD5 | de753186b97a6f1774574b325f855cae |
|
BLAKE2b-256 | df1b8205c9a0ceba1f63a79c69b67f86bb4f9581495c1292e6ad577f9bfacd9b |