Metadata-Version: 2.4
Name: ProgettiHWSW
Version: 0.1.4
Summary: Controls ProgettiHWSW relay boards.
Home-page: http://github.com/ardaseremet/progettihwsw
Download-URL: http://github.com/ardaseremet/progettihwsw/tarball/0.1.4
Author: Arda Seremet
Author-email: ardaseremet@outlook.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Intended Audience :: Telecommunications Industry
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Legal Industry
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp
Requires-Dist: lxml
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# ProgettiHWSW Python Controller 

This Python3 package makes it easier to control ProgettiHWSW relay boards. More detailed explanation will be added later.

This project uses MIT license.

## Publishing

- Create a PyPI API token at https://pypi.org/manage/account/ and add it to your GitHub repo secrets as `PYPI_API_TOKEN`.
- The workflow publishes when you push a semantic version tag (e.g. `v1.2.3`). Create and push a tag with:

```bash
git tag v1.2.3
git push origin v1.2.3
```

The workflow will build `sdist` and `wheel` and publish to PyPI automatically, and create a GitHub Release for the tag.
