Metadata-Version: 2.1
Name: miscellaneous-utils
Version: 0.3.2
Summary: Random collection of utilities that I've found useful.
Home-page: https://github.com/nicholas-mischke/miscellaneous-utils
Author: Nicholas Mischke
Author-email: nmischkework@proton.me
Requires-Python: >=3.7.0,<4.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: typer (==0.9.0)
Project-URL: Repository, https://github.com/nicholas-mischke/miscellaneous-utils
Description-Content-Type: text/markdown


# Miscellaneous Utils

![License](https://img.shields.io/badge/license-MIT-blue.svg)
[![Python Versions](https://img.shields.io/badge/Python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue)](https://www.python.org/)


## Installation

To install miscellaneous utils, simply use pip:

```bash
$ pip install miscellaneous-utils
```
## Usage

```python
import miscellaneous_utilities as utils
```


## License
This project is licensed under the MIT License. See the LICENSE file for more details.
