Metadata-Version: 2.1
Name: miscellaneous-utils
Version: 0.3.10
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.9
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: dateparser (>=1.2.0,<2.0.0)
Requires-Dist: numpy (>=1.26.1,<2.0.0)
Requires-Dist: pendulum (>=3.0.0,<4.0.0)
Requires-Dist: typer (>=0.9.0,<0.10.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.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue)](https://www.python.org/)


## Installation
To install miscellaneous utils, simply use pip:

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

## Usage
```python
import misc_utils as utils
```

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

