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.5.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.5.tar.gz.
File metadata
- Download URL: jeff_api-0.2.5.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 |
11daf52d08f7f0be793c5a6f0704bbabcf62c68919b70417fe7c7219cef6ad6d
|
|
| MD5 |
ddd4b751f814f210781c3c6174b485bb
|
|
| BLAKE2b-256 |
1ad79739d9ba0b4899441ee2122fd35d687e086011d0c4162d8815641c81b5ed
|
File details
Details for the file jeff_api-0.2.5-py3-none-any.whl.
File metadata
- Download URL: jeff_api-0.2.5-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.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b81b6a1de1ea43330d6b81d48971534787dbbdaf298340778a5541197320909b
|
|
| MD5 |
2cc7c6f84edd76f999fe5e866607ae30
|
|
| BLAKE2b-256 |
5d5ed3ae5514b03a5b1773b73a6d6b4e67955456974a794acb168e944aa1a4c6
|