Metadata-Version: 2.1
Name: Dreamy-Utilities
Version: 1.1.0
Summary: A collection of various utilities. 
Home-page: https://github.com/DreamCobbler/dreamy-utilities
Author: Benedykt Synakiewicz
Author-email: dreamcobbler@outlook.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: babel
Requires-Dist: bs4
Requires-Dist: colorama
Requires-Dist: termtables
Requires-Dist: titlecase
Requires-Dist: tldextract

# [Dreamy Utilities](https://github.com/DreamCobbler/dreamy-utilities) (*1.1.0*)

A set of various utilities for [Python](https://www.python.org/) applications.

I've found myself copy-pasting the same functions over and over again in my Python projects, and so I've decided to make a library out of them. **Dreamy Utilities** are currently used extensively by **[fiction-dl](https://github.com/DreamCobbler/fiction-dl)**.

## ✿ Documentation

The documentation can be found in the *Docs/Code Documentation/* directory.

## ✿ License

**GNU GPL 3**. The text of the license is provided in the *LICENSE* file.

