Metadata-Version: 2.1
Name: AlbertUnruhUtils
Version: 2022.1.29.2
Summary: A collection of utils written in Python.
Home-page: https://github.com/AlbertUnruh/AlbertUnruhUtils.py
Author: AlbertUnruh
License: MIT
Keywords: albert unruh utils configuration ratelimiting sync async logging version
Platform: UNKNOWN
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
License-File: LICENSE

[![PyPi Version](https://img.shields.io/pypi/v/AlbertUnruhUtils)](https://pypi.org/project/AlbertUnruhUtils)
[![Python Versions](https://img.shields.io/pypi/pyversions/AlbertUnruhUtils)](https://pypi.org/project/AlbertUnruhUtils)
[![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)](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)


# **Note:**
**Please head over to [AlbertUnruhUtils.py](https://pypi.org/project/AlbertUnruhUtils.py).**
**This project is discontinued here!**
**But it 'll be continued here ([AlbertUnruhUtils.py](https://pypi.org/project/AlbertUnruhUtils.py)) and follows [SemVer](https://semver.org).**

---

# AlbertUnruhUtils
A collection of utils written in Python


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

via pip: (recommended)
```shell
pip3 install -U AlbertUnruhUtils
```

latest develop-version:

*(requires git to be installed)*
```shell
git clone https://github.com/AlbertUnruh/AlbertUnruhUtils.py
cd AlbertUnruhUtils.py
pip3 install -U .
```
or simply
```shell
pip3 install -U git+https://github.com/AlbertUnruh/AlbertUnruhUtils.py.git#egg=AlbertUnruhUtils
```


# Docs
coming soon...


