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.3.tar.gz
(3.8 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.3.tar.gz.
File metadata
- Download URL: jeff_api-1.0.3.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee482f3e4773faae5ff5171866d8df9b93e7aa09461b46bcfaca02e9c23659ce
|
|
| MD5 |
762e499ee175de2ed522b3aed0f931ef
|
|
| BLAKE2b-256 |
76d3073afe609e024218967aebbb2a4580d14890f60a3ca84b7ac6d975653d4c
|
File details
Details for the file jeff_api-1.0.3-py3-none-any.whl.
File metadata
- Download URL: jeff_api-1.0.3-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 |
550419137082546a483a0c5cecd1c41f6cee9a6f3b755affd12b9fa834c36918
|
|
| MD5 |
c733c22904b0c6eb895cd7ac98c006a8
|
|
| BLAKE2b-256 |
fe4453dda225e811cb4b69dae334ed1851cfc326a4f5a17555148d15059213cc
|