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.9.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.9.tar.gz.
File metadata
- Download URL: jeff_api-0.2.9.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 |
16a5e98743e1592bc04efae5a7a381479bf99d7d7f1c69898a5db45911ff8d9b
|
|
| MD5 |
e155d8ce732aaf92c44b9ab79766b896
|
|
| BLAKE2b-256 |
570a8de3f251540eb079da81752378bf621abe2b04586bed3b46c8857e72ddab
|
File details
Details for the file jeff_api-0.2.9-py3-none-any.whl.
File metadata
- Download URL: jeff_api-0.2.9-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 |
122369b32a07ba6de3fcd589d863e70a5e300c6e459a3513326294b05f91f427
|
|
| MD5 |
e6c8bc7ddc0ba1cf064263c857b9afa5
|
|
| BLAKE2b-256 |
83114a0b46138301e5810b51b38eff974513bf81dce064a52890c0f7e79357b0
|