Metadata-Version: 2.1
Name: trackpad-configuration-manager
Version: 2.1.2
Summary: Trackpad Configurator Library that allows to read/write configuration/calibration files (json format) from/to a device
Home-page: https://github.com/BoreasTechnologies/trackpad-configurator-plus-plus.git
Author: Pascal-Frédéric St-Laurent
Author-email: pfstlaurent@boreas.ca
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENCE.md
Requires-Dist: auto-py-to-exe==2.36.0
Requires-Dist: cmsis-pack-manager==0.5.2
Requires-Dist: crc==1.3.0
Requires-Dist: flake8==6.1.0
Requires-Dist: pyocd==0.34.3
Requires-Dist: PySide6==6.5.2
Requires-Dist: intelhex==2.3.0
Requires-Dist: requests==2.31.0
Requires-Dist: build
Requires-Dist: twine
Requires-Dist: setuptools

boreas-configurator

## Build package for PyPi
```bash
python .\setup.py sdist   
py -m twine upload dist/*
```
Source: https://packaging.python.org/en/latest/tutorials/packaging-projects/

Other source: https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/

The package is then available at https://pypi.org/project/trackpad_configuration_manager/

The test package is available at https://test.pypi.org/project/trackpad_configuration_manager/
