Metadata-Version: 2.1
Name: rpu
Version: 0.0.2
Summary: Random python utilities
Home-page: https://github.com/cibere/rpu
Author: cibere
Author-email: cibere.dev@gmail.com
License: MIT
Project-URL: Code, https://github.com/cibere/rpu
Project-URL: Issue tracker, https://github.com/cibere/rpu/issues
Project-URL: Discord/Support Server, https://discord.gg/2MRrJvP42N
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# RPU

**R**andom **P**ython **U**tilities is a library that contains stuff that (I know I) and you probably are tired of adding to all of your projects. But with rpu you can just add it as a requirement and no more copy pasting! Main benefit of using rpu over copy pasting is that if there is a bug found with the code, instead of having to fix it in all of your projects it can just be fixed in the library and then its fixed for everyone.

Our docs are located at rpu.cibere.dev. View the <a href="https://rpu.cibere.dev/stable/index.html">stable docs here</a>, and <a href="https://rpu.cibere.dev/latest/index.html">latest docs here</a>

## Key Features

### Grammar

- Plural
- possessive

### Iterables

- chunk
- get

### async

- run_in_exectuor

### CLI

- command infrustructure
