Metadata-Version: 2.3
Name: core-helpers
Version: 1.3.1
Summary: A collection of helper functions for all your python projects
License: GPL-3.0-only
Author: YisusChrist
Author-email: agelrenorenardo@gmail.com
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
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.13
Provides-Extra: all
Provides-Extra: logging
Provides-Extra: runtime-checks
Requires-Dist: loguru (>=0.7.2) ; extra == "all"
Requires-Dist: loguru (>=0.7.2) ; extra == "logging"
Requires-Dist: packaging (>=24.1)
Requires-Dist: platformdirs (>=4.3.2)
Requires-Dist: pyfiglet (>=1.0.2)
Requires-Dist: requests (>=2.32.3)
Requires-Dist: rich (>=13.7.1)
Requires-Dist: rich-argparse-plus (>=0.3.1.4)
Requires-Dist: typeguard (>=4.3.0) ; extra == "all"
Requires-Dist: typeguard (>=4.3.0) ; extra == "runtime-checks"
Project-URL: Repository, https://github.com/YisusChrist/core_helpers
Description-Content-Type: text/markdown


