Metadata-Version: 2.1
Name: AlbertUnruhUtils.py
Version: 2.3.0
Summary: A collection of utils written in Python.
Home-page: https://github.com/AlbertUnruh/AlbertUnruhUtils.py
Author: AlbertUnruh
License: MIT
Project-URL: Read The Docs, https://AlbertUnruhUtilsPy.readthedocs.io
Project-URL: Issue Tracker, https://github.com/AlbertUnruh/AlbertUnruhUtils.py/issues
Project-URL: Source Code, https://github.com/AlbertUnruh/AlbertUnruhUtils.py
Keywords: albert unruh utils configuration ratelimiting sync async logging version
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: async
License-File: LICENSE

[![PyPi Version](https://img.shields.io/pypi/v/AlbertUnruhUtils.py)](https://pypi.org/project/AlbertUnruhUtils.py)
[![Python Versions](https://img.shields.io/pypi/pyversions/AlbertUnruhUtils.py)](https://pypi.org/project/AlbertUnruhUtils.py)
[![Build](https://img.shields.io/github/workflow/status/AlbertUnruh/AlbertUnruhUtils.py/Upload%20Python%20Package)](https://github.com/AlbertUnruh/AlbertUnruhUtils.py/actions/workflows/python-publish.yml)
[![License: MIT](https://img.shields.io/pypi/l/AlbertUnruhUtils.py)](https://choosealicense.com/licenses/mit)
[![Code Style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![[tokei.rs - Code Lines]](https://tokei.rs/b1/github/AlbertUnruh/AlbertUnruhUtils.py?category=code)](https://tokei.rs)
[![[tokei.rs - Total Lines]](https://tokei.rs/b1/github/AlbertUnruh/AlbertUnruhUtils.py?category=lines)](https://tokei.rs)
[![[tokei.rs - Files]](https://tokei.rs/b1/github/AlbertUnruh/AlbertUnruhUtils.py?category=files)](https://tokei.rs)



# AlbertUnruhUtils.py
A collection of utils written in Python


# Installation
**Python 3.9 or higher is required!**

via pip: (recommended)
```shell
pip3 install -U AlbertUnruhUtils.py
```
If you want async-support you have to append `[async]` to the command.

---
latest develop-version:

*(requires git to be installed)*
```shell
git clone https://github.com/AlbertUnruh/AlbertUnruhUtils.py
cd AlbertUnruhUtils.py
pip3 install -U .
```
If you want async-support you have to append `[async]` to the last command.


# Docs
The docs can be found [here](https://AlbertUnruhUtilsPy.rtfd.io)
