Metadata-Version: 2.1
Name: libmonty-artnet
Version: 0.2.0
Summary: libmonty-artnet - Art-Net™ protocol implementation
Home-page: https://codeberg.org/sunarch/libmonty-artnet
Author: András Németh (sunarch)
Author-email: sunarch@protonmail.com
Maintainer: András Németh (sunarch)
Maintainer-email: sunarch@protonmail.com
License: Mozilla Public License 2.0 (MPL 2.0)
Project-URL: Bug Tracker, https://codeberg.org/sunarch/libmonty-artnet/issues
Keywords: libmonty,libmonty-artnet,Art-Net,Artistic Licence
Platform: Any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Topic :: Artistic Software
Classifier: Topic :: Multimedia
Classifier: Topic :: System :: Networking
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: libmonty-logging (==0.1.1)
Requires-Dist: webcolors (~=1.12)

libmonty-artnet
===============

an Art-Net™ implementation

### Installation

Available on PyPI: [libmonty-artnet](https://pypi.org/project/libmonty-artnet/)

```commandline
pip install libmonty-artnet
```

### Credits

- [Art-Net™](https://artisticlicence.com/support-and-resources/art-net-4/)
  Designed by and Copyright [Artistic Licence](https://artisticlicence.com/)
- Thanks to `bethlenke` at [HSBP](https://hsbp.org) for bringing my
  attention to the protocol and providing the LED grids for testing

### License

[Mozilla Public License 2.0](https://www.mozilla.org/en-US/MPL/2.0/)

```
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
```
