Metadata-Version: |
2.1 |
Name: |
boilerplates |
Version: |
1.1.1 |
Summary: |
Various boilerplates used in almost all of my Python packages. |
Author: |
Mateusz Bysiek |
Author-Email: |
mateusz.bysiek[at]gmail.com |
Maintainer: |
Mateusz Bysiek |
Maintainer-Email: |
mateusz.bysiek[at]gmail.com |
Home-Page: |
https://github.com/mbdevpl/python-boilerplates |
License: |
Apache License 2.0 |
Keywords: |
git,logging,packaging,releasing |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
Operating System :: MacOS |
Classifier: |
Operating System :: Microsoft :: Windows |
Classifier: |
Operating System :: POSIX :: Linux |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Topic :: Software Development :: Version Control :: Git |
Classifier: |
Topic :: System :: Archiving :: Packaging |
Classifier: |
Topic :: System :: Installation/Setup |
Classifier: |
Topic :: System :: Logging |
Classifier: |
Topic :: System :: Software Distribution |
Classifier: |
Topic :: Utilities |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.8 |
Requires-Dist: |
version-query (~=1.5) |
Requires-Dist: |
argcomplete (~=3.1); extra == "cli" |
Requires-Dist: |
GitPython (~=3.1); extra == "git-repo-tests" |
Requires-Dist: |
colorlog (~=6.7); extra == "logging" |
Requires-Dist: |
build (~=1.2); extra == "packaging-tests" |
Requires-Dist: |
docutils (~=0.20); extra == "packaging-tests" |
Requires-Dist: |
Pygments (~=2.14); extra == "packaging-tests" |
Requires-Dist: |
setuptools (>=70.0); extra == "packaging-tests" |
Requires-Dist: |
pip (>=24.0); extra == "packaging-tests" |
Requires-Dist: |
wheel (>=0.43); extra == "packaging-tests" |
Requires-Dist: |
sentry-sdk[pure_eval] (~=2.5); extra == "sentry" |
Requires-Dist: |
build (~=1.2); extra == "setup" |
Requires-Dist: |
docutils (~=0.20); extra == "setup" |
Requires-Dist: |
Pygments (~=2.14); extra == "setup" |
Requires-Dist: |
setuptools (>=70.0); extra == "setup" |
Provides-Extra: |
cli |
Provides-Extra: |
config |
Provides-Extra: |
git_repo_tests |
Provides-Extra: |
logging |
Provides-Extra: |
packaging_tests |
Provides-Extra: |
sentry |
Provides-Extra: |
setup |
Description-Content-Type: |
text/x-rst; charset=UTF-8 |
License-File: |
LICENSE |
License-File: |
NOTICE |