Metadata-Version: 2.1
Name: duve3pygameutil
Version: 0.0.1a0
Summary: A library to provide me (Duve3) classes and stuff that I commonly use in pygame projects.
Project-URL: Source, https://github.com/Duve3/duve3pygameutil/
Project-URL: Bugtracker, https://github.com/Duve3/duve3pygameutil/issues
Author-email: Duve3 <Duv3tabest@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: pygame
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Requires-Dist: pygame
Description-Content-Type: text/markdown

# Duve3PygameUtil
[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)

[![PyPI - Version](https://img.shields.io/pypi/v/duve3pygameutil.svg)](https://pypi.org/project/duve3pygameutil)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/duve3pygameutil.svg)](https://pypi.org/project/duve3pygameutil)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)
- [Documentation](#documentation)

## Installation

```console
pip install duve3pygameutil
```

## License

`Duve3PygameUtil` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

## Documentation
will add eventually... (probably gonna be readthedocs.io link)
