A Python library for intercommunicating with Jeff.
Project description
jeff-api
Python library for Jeff interaction. Supports both jeff-qt and jeff-core.
Installing from PyPi.org
pip install jeff-api
Usage
from jeff_api import server, client
srv = server.Server(None, ext_port)
cli = client.Client('localhost', jeff_port)
data = srv.listen()
cli.send_msg(data)
from jeff_api import client, server, scenario
srv = server.Server(None, ext_port)
cli = client.Client('localhost', jeff_port)
scn = scenario.Scenario(cli, srv, "Example scenario")
Building
cd jeff-api
python -m pip install --upgrade build
python -m build
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
jeff_api-0.2.6.tar.gz
(3.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jeff_api-0.2.6.tar.gz.
File metadata
- Download URL: jeff_api-0.2.6.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f11f1b7560691220babf2acd458ebc04687ed4bfd7e1e7954ebd1450df028041
|
|
| MD5 |
ba088b3fcba33a1b8a022f52650f2652
|
|
| BLAKE2b-256 |
8c2c2a1e6999d4df05a1599af6baf286ee13adcac5bad299231e16f4e1b5bf46
|
File details
Details for the file jeff_api-0.2.6-py3-none-any.whl.
File metadata
- Download URL: jeff_api-0.2.6-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fa4580facd77e1bd9bc358e3942e22ee11450301acab7337795395574f57daf
|
|
| MD5 |
0dd623c6b260e829ac041c170fec8bf4
|
|
| BLAKE2b-256 |
a957f327fe0371ebcb708f64c202ae00149d333fc3a6dfbb9be5cdf94436897d
|