Metadata-Version: 2.4
Name: matej-libs
Version: 0.12.2
Summary: Collection of Python utility libraries.
Author-email: Matej Vitek <matej.vitek.business@gmail.com>
Project-URL: Homepage, https://github.com/MatejVitek/Python-Libraries
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: numpy
Provides-Extra: google-drive
Requires-Dist: requests; extra == "google-drive"
Provides-Extra: config
Requires-Dist: ruamel.yaml; extra == "config"
Provides-Extra: parallel
Requires-Dist: joblib; extra == "parallel"

This project is a collection of utility modules with helpful python functionality not available in the standard library. As it's currently in early development, the modules are not yet stable and may change in the future. Use in your code at your own risk.
