Python client for Nyno server (nyno.dev)
Project description
nyno (Python driver)
Python client for Nyno (https://nyno.dev) server.
Installation
uv add nyno # or: pip install nyno
Usage
from nyno import NynoClient
def main():
client = NynoClient(
credentials="change_me",
host="127.0.0.1",
port=9024,
)
print("workflow test", client.run_workflow('/test'))
print("Client created:", client)
if __name__ == "__main__":
main()
Build package
uv run python -m build
Upload
uv run python -m twine upload dist/*
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nyno-0.1.0.tar.gz
(2.5 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
nyno-0.1.0-py3-none-any.whl
(2.7 kB
view details)
File details
Details for the file nyno-0.1.0.tar.gz.
File metadata
- Download URL: nyno-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe85d475c6bc0c5b94742c208d91f246893b36b185e8a69354576d12bdd4a87d
|
|
| MD5 |
f16555da626274cdf0976f83447ae140
|
|
| BLAKE2b-256 |
301864b4a99de581b31a4e91534b9c608c7c3364c069932815b8d29bcfe400d0
|
File details
Details for the file nyno-0.1.0-py3-none-any.whl.
File metadata
- Download URL: nyno-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb19edff492ca38961650ede4c4dc2204dd992f29a96947a25f054366b53264b
|
|
| MD5 |
51edd6fdf0a0e88b6b2f6e4e8724924d
|
|
| BLAKE2b-256 |
04de7764b2c93b026400af8902deaaf492b755bd61671ebc8e40d4283d5bf775
|