Metadata-Version: 2.4
Name: omak
Version: 0.1.0
Summary: Small collection of utility functions
Author-email: Zad Zack <zadzack409@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# om

Small utilities package.

Installation (local build):

```bash
python -m pip install --upgrade build
python -m build
python -m pip install dist/om-0.1.0-py3-none-any.whl
```

Run tests:

```bash
python -m pip install pytest
pytest -q
```
