Metadata-Version: 2.4
Name: oddments
Version: 0.9.1
Summary: Collection of general-purpose utilities.
Project-URL: repository, https://github.com/zteinck/oddments
Project-URL: homepage, https://github.com/zteinck/oddments
Author-email: Zachary Einck <zacharyeinck@gmail.com>
License: MIT
License-File: LICENSE
Requires-Python: >=3.13
Requires-Dist: numpy>=2.4.4
Requires-Dist: pandas>=3.0.2
Requires-Dist: polars>=1.39.3
Requires-Dist: pyarrow>=23.0.1
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
```
