Metadata-Version: 2.1
Name: pyutils-extended
Version: 0.1.0
Summary: A small collection of handy utility functions.
Author: Revenue Worker
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# pyutils-extended

A small collection of handy utility functions.

## Installation

```bash
pip install pyutils-extended
```

## Usage

```python
from pyutils_extended import slugify, pluralize, humanize_bytes
```
