AlbertUnruhUtils

A collection of utils written in Python.


Keywords
albert, unruh, utils, configuration, ratelimiting, sync, async, logging, version, pypi, python
License
MIT
Install
pip install AlbertUnruhUtils==2022.1.29.1

Documentation

PyPi Version Python Versions Build License: MIT Code Style: black [tokei.rs - Code Lines] [tokei.rs - Total Lines] [tokei.rs - Files]

AlbertUnruhUtils.py

A collection of utils written in Python

Installation

Python 3.9 or higher is required!

via pip: (recommended)

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)

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