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.8.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.8.tar.gz.
File metadata
- Download URL: jeff_api-0.2.8.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 |
c659a542099e5972399c7770fe0fe07f38dd112fe2cf89b6766462dd65bac417
|
|
| MD5 |
36d7d7394abd4fec8a15449808ff3605
|
|
| BLAKE2b-256 |
c55db63c5a0198d2f873d92bef57d045e2aaac06cde579649edad1e6ab6beb78
|
File details
Details for the file jeff_api-0.2.8-py3-none-any.whl.
File metadata
- Download URL: jeff_api-0.2.8-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 |
578ceec950115f977f725022a8d436ad17f19e4721c971b17e0815f3b00fd18a
|
|
| MD5 |
b463cf4d25ef4ee27a85277a4ccc03e8
|
|
| BLAKE2b-256 |
5a93a67bb2ace7a48096a73b364bb95352dd74edcc6cf6c991d05262b1d2af69
|