Metadata-Version: 2.4
Name: matej-libs
Version: 0.12.4
Summary: Collection of Python utility libraries.
Author-email: Matej Vitek <matej.vitek.business@gmail.com>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/MatejVitek/Python-Libraries
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Provides-Extra: web
Requires-Dist: requests; extra == "web"
Provides-Extra: config
Requires-Dist: ruamel.yaml; extra == "config"
Provides-Extra: parallel
Requires-Dist: joblib; extra == "parallel"
Dynamic: license-file

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.
