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.3.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.3.tar.gz.
File metadata
- Download URL: jeff_api-0.2.3.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
305467f95c9ff952aca72111029c660a59e9b6f19a8c280ca3be33aa56ca33ff
|
|
| MD5 |
d1d38a9f94f7a5ec8ced99aa44c6d35f
|
|
| BLAKE2b-256 |
71b2dd05ce3577ffa41a95b630fab05e32991f7c887e5a9b391c211006424ce7
|
File details
Details for the file jeff_api-0.2.3-py3-none-any.whl.
File metadata
- Download URL: jeff_api-0.2.3-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
931316d6758be4a71c0109a19e363450de6482ffa54bba9a480a750eb52b0f1f
|
|
| MD5 |
c4d815617ddf51956b50a32b0bbe1b1f
|
|
| BLAKE2b-256 |
354c6ecdac0ea19a41dedf7a73b5be80d2b406659cfdc987055495585e498577
|