Metadata-Version: 2.1
Name: libozone
Version: 1.0.5
Summary: A collection of data structures written in Python
Home-page: https://libozone.readthedocs.io
License: GPL-3.0 License
Author: Abhijit Sinha
Author-email: grey.shell@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown

# libozone

[libozone](https://github.com/greyshell/libozone) is a collection of common `data structures` written in `Python`

## API Details

<https://libozone.readthedocs.io>

## Pypi Reference

<https://pypi.org/project/libozone/>

## How to install

```bash
pip install libozone
```

## How to uninstall

```bash
pip uninstall libozone
```
