Metadata-Version: 2.1
Name: doreah
Version: 1.7.3
Summary: Small toolkit of utilities for python projects
Keywords: library,tools
Author-email: Johannes Krattenmacher <doreah@dev.krateng.ch>
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Dist: lxml
Requires-Dist: mechanicalsoup
Requires-Dist: requests
Requires-Dist: pyyaml
Requires-Dist: beautifulsoup4
Requires-Dist: jinja2>2.11
Project-URL: documentation, https://doreah.readthedocs.io/en/latest/
Project-URL: repository, https://github.com/krateng/doreah

# doreah

[![](https://img.shields.io/pypi/v/doreah?style=for-the-badge)](https://pypi.org/project/doreah/)

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)

