Metadata-Version: 2.1
Name: onekit
Version: 0.15.0
Summary: All-in-One Python Kit.
Home-page: https://github.com/estripling/onekit
License: BSD 3-Clause
Keywords: onekit
Author: Eugen Stripling
Author-email: estripling042@gmail.com
Requires-Python: >=3.8.1,<4.0
Classifier: License :: Other/Proprietary License
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
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: toolz (>=0.12.0,<0.13.0)
Project-URL: Documentation, https://onekit.readthedocs.io/en/stable/
Project-URL: Repository, https://github.com/estripling/onekit
Description-Content-Type: text/markdown

<p align="center">
<img src="https://raw.githubusercontent.com/estripling/onekit/main/docs/source/_static/onekitlogo.png" width="180" alt="onekit logo.">
</p>

<p align="center">
<a href="https://github.com/estripling/onekit"><img alt="pypi" src="https://img.shields.io/badge/github-code-blue"></a>
<a href="https://pypi.org/project/onekit"><img alt="pypi" src="https://img.shields.io/pypi/v/onekit"></a>
<a href="https://readthedocs.org/projects/onekit/?badge=latest"><img alt="docs" src="https://readthedocs.org/projects/onekit/badge/?version=latest"></a>
<a href="https://github.com/estripling/onekit/actions/workflows/test.yml"><img alt="test" src="https://github.com/estripling/onekit/actions/workflows/test.yml/badge.svg?branch=main"></a>
<a href="https://codecov.io/gh/estripling/onekit"><img alt="coverage" src="https://codecov.io/github/estripling/onekit/coverage.svg?branch=main"></a>
<a href="https://github.com/estripling/onekit/blob/main/LICENSE"><img alt="license" src="https://img.shields.io/pypi/l/onekit"></a>
</p>

## About

All-in-One Python Kit:

- [Examples](https://onekit.readthedocs.io/en/stable/examples.html)
- [Documentation](https://onekit.readthedocs.io/en/stable/index.html)
- [Developer Guide](https://onekit.readthedocs.io/en/stable/developers.html)
- [API Reference](https://onekit.readthedocs.io/en/stable/autoapi/index.html)

## Installation

`onekit` is available on [PyPI](https://pypi.org/project/onekit/) for Python 3.8+:

```console
pip install onekit
```

## Disclaimer

⚠️ This is a personal project: Use at your own risk!

