Skip to content

flowagi-eu/nyno-python-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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,
    )
 
    data = {} # optional key value data
    print("workflow test", client.run_workflow('/test',data))
    print("Client created:", client)

if __name__ == "__main__":
    main()

Build package

uv pip install build
uv run python -m build

Upload

uv run python -m twine upload dist/*          

PyPI

https://pypi.org/project/nyno/

Releases

No releases published

Packages

 
 
 

Contributors

Languages