Metadata-Version: 2.1
Name: macwinnie-pyhelpers
Version: 2.0.0
Summary: Set of python helpers for daily jobs
Home-page: https://github.com/macwinnie/python-helpers
License: GNU AFFERO GENERAL PUBLIC LICENSE
Author: macwinnie
Author-email: dev@macwinnie.me
Requires-Python: >=3.11,<3.13
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: pandas (>=2.1.2,<3.0.0)
Project-URL: Repository, https://github.com/macwinnie/python-helpers/
Description-Content-Type: text/markdown

# Python Helpers

This repository is a pyhton module to ease daily coding.

## Versioning

The [Semantic versioning](https://semver.org) is used for this package.

## `buildconfig.json`

This JSON file holds the last built version of the Python package. If the minor version number is changed, the patch version has to be set to `-1` manually, so the next build by GitHub workflow will result in patch version `x.y.0`.

## Documentation

The [documentation of this project](https://macwinnie.github.io/python-helpers) is published as GitHub page.

## License

This project is published unter [AGPL-3.0-or-later](LICENSE) license.

## Contributing

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

