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.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-0.2.4.tar.gz.
File metadata
- Download URL: jeff_api-0.2.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.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
270bc5f67ea9f71be35f77d5e95175ebfa454c5561783bc7c427ec31d4600adb
|
|
| MD5 |
8285e732b64266baea4bac650647fbee
|
|
| BLAKE2b-256 |
bac728777cda7a321733aae43be12897291b0ff22430e8a1a079ee3140d8b05a
|
File details
Details for the file jeff_api-0.2.4-py3-none-any.whl.
File metadata
- Download URL: jeff_api-0.2.4-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 |
5abfd5921eca3b98fc2f9709f28b4590357e6c0079b31b931271a6832d262702
|
|
| MD5 |
bbd5ccd244d632b48367b4c37e8316ad
|
|
| BLAKE2b-256 |
e9105229bc4f9c0f6d8115ff4f8f59555e94310b4b1871e9134e6c1f87207c2c
|