Metadata-Version: 2.1
Name: super-py
Version: 0.4.2
Summary: Features that Python should have in the standard library
Home-page: https://github.com/mkrd/SuperPy
License: MIT
Author: Marcel Kröker
Author-email: kroeker.marcel@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Project-URL: Repository, https://github.com/mkrd/SuperPy
Description-Content-Type: text/markdown

# SuperPy

[![Downloads](https://pepy.tech/badge/super-py)](https://pepy.tech/project/super-py)
[![Downloads](https://pepy.tech/badge/super-py/month)](https://pepy.tech/project/super-py)
[![Downloads](https://pepy.tech/badge/super-py/week)](https://pepy.tech/project/super-py)

Should be pretty self explanatory.
There are 5 sub modules:
- sp.concurrency
- sp.dicts
- sp.disk
- sp.logging
- sp.string
- sp.testing

Each module contains documented functions that provide useful extra functionalities, that probably should have been in the standard library all along.
