Metadata-Version: 2.4
Name: opennetics
Version: 0.1a1
Summary: Python library for OpenNetics edge server development. Interface for building applications, and extending functionality of the hardware.
Project-URL: Homepage, https://karsh.me/
Project-URL: Issues, https://github.com/OpenNetics/OpenNetics-py
Author-email: Utkarsh Ranjan <utkarsh@cyberfear.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# OpenNetics Lib

Python library made for the OpenNetics edge server development, to control and extend the
functionality of OpenNetics hardware with ease. Designed to offer an interactive interface.

## Installation & Usage

To install the library, use the following command:

```bash
pip install opennetics
```

Then import in server code with-

```py
import opennetics as on
```

### Find library documentation at: [link](https://github.com/OpenNetics/OpenNetics-py/wiki)

## Development Status

This library is currently under development. If you try it out and encounter any issues, please
submit them on this repository's issues page.

For any feedback or contributions, feel free to reach out!

