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.0.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.0.tar.gz.
File metadata
- Download URL: jeff_api-1.0.0.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 |
4a5f5fce437d74a1ec1da611b1b191b577d8a3fa359c33c5130faecbd4988a26
|
|
| MD5 |
e63e2eee8bf1a1f22d5193ceec2aa3df
|
|
| BLAKE2b-256 |
4a830698bcd014635c9ecc60e752a1f95539a1ec0df9c78a0602ca0beee5980a
|
File details
Details for the file jeff_api-1.0.0-py3-none-any.whl.
File metadata
- Download URL: jeff_api-1.0.0-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 |
e31ca3ba7b28901c0aa2b5675094c080329703bb422a49ce051bcc29f585cd95
|
|
| MD5 |
d63dd97d0ec50dea3da21b67e2c1cca0
|
|
| BLAKE2b-256 |
b616be524eeb1a6cf0645fcb6070e6d554cc91ece3c7daa0bba5d0003d8d0e2d
|