Metadata-Version: 2.1
Name: collections-plus
Version: 0.1.0
Summary: A Python library to implement various data structures.
Author: ricE06
Author-email: ezzhaneri06@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pytest (>=8.3.3,<9.0.0)
Description-Content-Type: text/markdown

# collections-plus
A Python library implementing various data structures.

## Installation
You can install this package using `pip`:
```
pip install collections-plus
```
and import the library with
```python3
import collections-plus
```
Please note that this code is in a pre-alpha state and will
likely contain bugs. 

