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-1.0.0.tar.gz
(2.4 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-1.0.0-py3-none-any.whl
(2.7 kB
view details)
File details
Details for the file nyno-1.0.0.tar.gz.
File metadata
- Download URL: nyno-1.0.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c1a61deeb9e7f0afa9a84d27dab8ee4d308bc0aa0cf4d85c158a1410a306f4e
|
|
| MD5 |
3faf6c5ada9b96ce7e7c1d04866ef873
|
|
| BLAKE2b-256 |
6a8af7a2b065d1baf3cbea7624ef83812c5443b64d3f6279efa4fa1c68d29c97
|
File details
Details for the file nyno-1.0.0-py3-none-any.whl.
File metadata
- Download URL: nyno-1.0.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 |
b9c2974e0644de1fc20f8d3381ab50ebea81167ef638b6d5e8cc262b0614eda4
|
|
| MD5 |
01a1d34aae2d55652f0b93fb9efdfb39
|
|
| BLAKE2b-256 |
745da94bd04eab55fb0e95baf712e33b6d721bacd394207ed3bf3f6c52cfda84
|