Metadata-Version: 2.4
Name: soundpadrc
Version: 0.11.0
Summary: Control Soundpad with Python
Project-URL: Homepage, https://github.com/yggdrion/soundpadrc
Project-URL: Issues, https://github.com/yggdrion/soundpadrc/issues
Author-email: r4b2 <pypi@r4b2.de>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: xmltodict
Description-Content-Type: text/markdown

# soundpadrc

test2

## todo

- always tag and push to test.pypi.org
- force pr, disallow main commit?
- semver to tag after commit?
- run action only on tag and not commit?
- if release generate changelog + push to pypi?

## example:

```python
from soundpadrc import Soundpad

sp = Soundpad()

print(sp.categories())

```

## soundpad links

https://github.com/Ilya-Kokhanovsky/soundpad.py  
https://www.leppsoft.com/soundpad/files/rc/SoundpadRemoteControl.java  
https://www.leppsoft.com/soundpad/en/rc/

## python packaging

https://packaging.python.org/en/latest/tutorials/packaging-projects/  
https://github.com/pypa/sampleproject  
https://python-semantic-release.readthedocs.io/en/latest/  
https://python-semantic-release.readthedocs.io/en/latest/automatic-releases/github-actions.html  
https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
