Metadata-Version: 2.4
Name: oddments
Version: 0.9.0
Summary: Collection of general-purpose utilities.
License: MIT
License-File: LICENSE
Author: Zachary Einck
Author-email: zacharyeinck@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: polars
Requires-Dist: pyarrow
Project-URL: Homepage, https://github.com/zteinck/oddments
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
```

