Metadata-Version: 2.1
Name: oddments
Version: 0.3.1
Summary: Collection of general-purpose utilities.
Home-page: https://github.com/zteinck/oddments
License: MIT
Author: Zachary Einck
Author-email: zacharyeinck@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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: numpy
Requires-Dist: pandas
Project-URL: Repository, https://github.com/zteinck/oddments
Description-Content-Type: text/markdown

# oddments

<div>

[![Package version](https://img.shields.io/pypi/v/oddments?color=%2334D058&label=pypi)](https://pypi.org/project/oddments/)
[![License](https://img.shields.io/github/license/zteinck/oddments)](https://github.com/zteinck/oddments/blob/master/LICENSE)

</div>

`oddments` is a Python package that offers a collection of general-purpose utilities.

## Installation
```sh
pip install oddments
```

