# pyartnet
![Tests](https://github.com/spacemanspiff2007/PyArtNet/workflows/Tests/badge.svg)
[![Documentation Status](https://readthedocs.org/projects/pyartnet/badge/?version=latest)](https://pyartnet.readthedocs.io/en/latest/?badge=latest)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyartnet)
[![Downloads](https://static.pepy.tech/badge/pyartnet/month)](https://pepy.tech/project/pyartnet)
PyArtNet is a python implementation of the ArtNet protocol using [asyncio](https://docs.python.org/3/library/asyncio.html).
Supported protocols are ArtNet, sACN and KiNet.
# Docs
Docs and examples can be found [here](https://pyartnet.readthedocs.io/en/latest/pyartnet.html)
# Changelog
#### 1.0.0 (2023-02-08)
- Complete rework of library (breaking change)
- Add support for sACN and KiNet
#### 0.8.4 (2022-07-13)
- Added linear fade (closes #14)
- Updated max FPS (closes #17)
- All raised Errors inherit now from PyArtNetError
- Some refactoring and cleanup
- Activated tests for Python 3.10
#### 0.8.3 (2021-07-23)
- No more jumping fades when using output correction with bigger channels
- Reformatted files
#### 0.8.2 (2021-03-14)
- Using nonblocking sockets
- Added option to send frames to a broadcast address
#### 0.8.1 (2021-02-26)
- Fixed an issue with the max value for channels with 16bits and more
#### 0.8.0 (2021-02-11)
- Added support for channels with 16, 24 and 32bits
#### 0.7.0 (2020-10-28)
- renamed logger to ``pyartnet`` to make it consistent with the module name
- callbacks on the channel now get the channel passed in as an argument
- Adding the same channel multiple times or adding overlapping channels raises an exception
- Added ``pyartnet.errors``
- optimized logging of sent frames
#### 0.6.0 (2020-10-27)
- ``ArtnetNode.start`` is now an async function
- ``ArtnetNode.step_time_ms`` renamed to ``ArtnetNode.step_time`` (shouldn't be used manually anyway)
- removed support for python 3.6
- added more and better type hints
- switched to pytest
- small fixes
Raw data
{
"_id": null,
"home_page": "https://github.com/spacemanspiff2007/PyArtNet",
"name": "pyartnet",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "DMX,Art-Net,ArtNet,sACN E1.31,E1.31,KiNet",
"author": "spaceman_spiff",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/a2/c3/45f23f27079ce638fd9f5141d74d0e0fd6b60e778d024a50f5406a1b3266/pyartnet-1.0.0.tar.gz",
"platform": null,
"description": "# pyartnet\n![Tests](https://github.com/spacemanspiff2007/PyArtNet/workflows/Tests/badge.svg)\n[![Documentation Status](https://readthedocs.org/projects/pyartnet/badge/?version=latest)](https://pyartnet.readthedocs.io/en/latest/?badge=latest)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyartnet)\n[![Downloads](https://static.pepy.tech/badge/pyartnet/month)](https://pepy.tech/project/pyartnet)\n\n\nPyArtNet is a python implementation of the ArtNet protocol using [asyncio](https://docs.python.org/3/library/asyncio.html).\nSupported protocols are ArtNet, sACN and KiNet.\n\n# Docs\n\nDocs and examples can be found [here](https://pyartnet.readthedocs.io/en/latest/pyartnet.html)\n\n\n# Changelog\n\n#### 1.0.0 (2023-02-08)\n- Complete rework of library (breaking change)\n- Add support for sACN and KiNet\n\n#### 0.8.4 (2022-07-13)\n- Added linear fade (closes #14)\n- Updated max FPS (closes #17)\n- All raised Errors inherit now from PyArtNetError\n- Some refactoring and cleanup\n- Activated tests for Python 3.10\n\n#### 0.8.3 (2021-07-23)\n- No more jumping fades when using output correction with bigger channels\n- Reformatted files\n\n#### 0.8.2 (2021-03-14)\n- Using nonblocking sockets\n- Added option to send frames to a broadcast address\n\n#### 0.8.1 (2021-02-26)\n- Fixed an issue with the max value for channels with 16bits and more\n\n#### 0.8.0 (2021-02-11)\n- Added support for channels with 16, 24 and 32bits\n\n#### 0.7.0 (2020-10-28)\n- renamed logger to ``pyartnet`` to make it consistent with the module name\n- callbacks on the channel now get the channel passed in as an argument\n- Adding the same channel multiple times or adding overlapping channels raises an exception\n- Added ``pyartnet.errors``\n- optimized logging of sent frames\n\n#### 0.6.0 (2020-10-27)\n- ``ArtnetNode.start`` is now an async function\n- ``ArtnetNode.step_time_ms`` renamed to ``ArtnetNode.step_time`` (shouldn't be used manually anyway)\n- removed support for python 3.6\n- added more and better type hints\n- switched to pytest\n- small fixes\n",
"bugtrack_url": null,
"license": "",
"summary": "Python wrappers for the Art-Net protocol to send DMX over Ethernet",
"version": "1.0.0",
"split_keywords": [
"dmx",
"art-net",
"artnet",
"sacn e1.31",
"e1.31",
"kinet"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "81a7f46b1be383ef369c8c181471bb92787fe8cf59958a52309ab558cfd759fc",
"md5": "0d912d6a78bbc6a37aa6dbb53952f5bd",
"sha256": "39d61cbc644cd9297ff2e1e8d7b045e6d2b6519f84c85b90ed73ab7120c6a506"
},
"downloads": -1,
"filename": "pyartnet-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0d912d6a78bbc6a37aa6dbb53952f5bd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 32229,
"upload_time": "2023-02-08T08:48:13",
"upload_time_iso_8601": "2023-02-08T08:48:13.036038Z",
"url": "https://files.pythonhosted.org/packages/81/a7/f46b1be383ef369c8c181471bb92787fe8cf59958a52309ab558cfd759fc/pyartnet-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a2c345f23f27079ce638fd9f5141d74d0e0fd6b60e778d024a50f5406a1b3266",
"md5": "04a8a6adda143bbb68d5bcb70a9e2029",
"sha256": "69b8bfa33f3dd91e4d82d539464d0d8fa04bd5588e9b6cd78daea961bba0ad75"
},
"downloads": -1,
"filename": "pyartnet-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "04a8a6adda143bbb68d5bcb70a9e2029",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 28675,
"upload_time": "2023-02-08T08:48:14",
"upload_time_iso_8601": "2023-02-08T08:48:14.528957Z",
"url": "https://files.pythonhosted.org/packages/a2/c3/45f23f27079ce638fd9f5141d74d0e0fd6b60e778d024a50f5406a1b3266/pyartnet-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-02-08 08:48:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "spacemanspiff2007",
"github_project": "PyArtNet",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "pyartnet"
}