Metadata-Version: 2.1
Name: Red-Commons
Version: 1.0.0
Summary: Common utilities used by multiple projects maintained by Cog Creators.
Author: Cog Creators
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: black==22.1.0 ; extra == "dev"
Requires-Dist: flake8==4.0.1 ; extra == "dev"
Requires-Dist: isort==5.10.1 ; extra == "dev"
Project-URL: Issue Tracker, https://github.com/Cog-Creators/Red-Commons/issues
Project-URL: Source Code, https://github.com/Cog-Creators/Red-Commons
Provides-Extra: dev

# Red-Commons
> Common utilities used by multiple projects maintained by Cog Creators. Usage outside our projects is not supported.

[![Documentation Status](https://readthedocs.org/projects/red-commons/badge/)](https://red-commons.readthedocs.io)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://user-images.githubusercontent.com/6032823/111363465-600fe880-8690-11eb-8377-ec1d4d5ff981.png)](https://github.com/PyCQA/isort)
[![We use pre-commit!](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## License

Distributed under the MIT License. See [``LICENSE`` file](LICENSE) for more information.

