Metadata-Version: 2.1
Name: xRedUtils
Version: 2.3.2
Summary: Simple, general purpose functions in one place!
Author: xRedCrystalx
Project-URL: Homepage, https://github.com/xRedCrystalx/xRedUtils
Project-URL: Issues, https://github.com/xRedCrystalx/xRedUtils/issues
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: Typing :: Typed
Classifier: Topic :: Utilities
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE


<div align="center">
    <img src="https://github.com/xRedCrystalx/xRedUtils/raw/refs/heads/main/assets/transparent_banner.png" width=300>
</div>

# xRedUtils

General useful python functions

This is a simple library with many functions and modules that I normally use in my projects.
It supports `sync` and `async` functions!

## Instalation

```sh
pip install xRedUtils
```

## Usage

```py
import xRedUtils
xRedUtils.main_test()

... or ...

import xRedUtilsAsync, asyncio
asyncio.run(xRedUtilsAsync.main_test())
```

Output:

```sh
All tests complete.
```

## Documentation

WIP - Still trying to figure this out, for now, every function has `docstring`.

## License

MIT License - [Here!](https://github.com/xRedCrystalx/xRedUtils/tree/main/LICENSE)
