Metadata-Version: 2.4
Name: lib-python-template
Version: 1.0.0
Summary: Python library template
Project-URL: Homepage, https://github.com/perinim/python-lib-template
Project-URL: Bug Tracker, https://github.com/perinim/python-lib-template/issues
Author-email: Marco Perini <perinim.98@gmail.com>
License: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: requests>=2.32.3
Description-Content-Type: text/markdown

# Python Lib Template

This is a Python library template with a CI/CD pipeline that uses semantic versioning and GitHub Actions.
