Metadata-Version: 2.4
Name: nyno
Version: 0.0.3
Summary: Python client for Nyno server (nyno.dev)
Author-email: MJ <private@example.com>
License: MIT
Project-URL: Homepage, https://github.com/empowerd-cms/nyno-python-driver
Description-Content-Type: text/markdown

# nyno-client

Python client for Nyno (https://nyno.dev) server.

## Installation
```bash
pip install nyno-client


## Usage
from nyno_client import NynoClient

client = NynoClient(credentials="change_me")
