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-1.0.4.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-1.0.4.tar.gz.
File metadata
- Download URL: jeff_api-1.0.4.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 |
bfec2495bf52de4073d91d4356b28df734c50b3ed4693a95fc979fceb0a9360e
|
|
| MD5 |
7cf825d0294529465036e22db8166b39
|
|
| BLAKE2b-256 |
2ca4a1d470557f364c72255773010c1b09a994cee1d4a6fa3e96c9b588e336a1
|
File details
Details for the file jeff_api-1.0.4-py3-none-any.whl.
File metadata
- Download URL: jeff_api-1.0.4-py3-none-any.whl
- Upload date:
- Size: 4.2 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 |
fa1a9b2e6feb04ddac14df5248f3eaa2df15232a483c1feabb0e83d24c0b51b0
|
|
| MD5 |
f818ddeb81aae1b0dcedb8adb8cdc501
|
|
| BLAKE2b-256 |
ce8f481675d1e4063f5a4a5b55b2aab41340de7f55258e026f9ed26083a231fe
|