Metadata-Version: 2.1
Name: doreah
Version: 1.5.6
Summary: Small toolkit of utilities for python projects
Home-page: https://github.com/krateng/doreah
Author: Johannes Krattenmacher
Author-email: python@krateng.dev
License: GPLv3
Description: # doreah
        
        [![](https://img.shields.io/pypi/v/doreah?style=for-the-badge)](https://pypi.org/project/doreah/)
        [![](https://img.shields.io/pypi/dm/doreah?style=for-the-badge)](https://pypi.org/project/doreah/)
        [![](https://img.shields.io/github/stars/krateng/doreah?style=for-the-badge&color=purple)](https://github.com/krateng/doreah/stargazers)
        [![](https://img.shields.io/pypi/l/doreah?style=for-the-badge)](https://github.com/krateng/doreah/blob/master/LICENSE)
        
        A collection of useful tools used in my Python projects. Since it's intended for personal use, I can not offer any guarantee for API consistency, backwards compatibility or similar.
        
        Install with `pip install doreah`.
        
        
        [Documentation](https://doreah.readthedocs.io)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
