Metadata-Version: 2.4
Name: boitrann
Version: 0.1.4
Summary: Some useful utilities for data structures
Author-email: Tran Quoc Dat <dat.tq6141@gmail.com>
Maintainer-email: Tran Quoc Dat <dat.tq6141@gmail.com>
License-Expression: MIT
Project-URL: repository, https://github.com/boitrann/boitrann
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# boitrann: Some useful utilities for data structures

## What is it?

**boitrann** is a Python package offering efficient, flexible, and expressive data structures. It is designed to enhance the performance of various functions, tailored to the specific needs of the author and the broader programming community.

## Where to get it
The source code is currently hosted on GitHub at:
https://github.com/boitrann/boitrann

```sh
# or PyPI
pip install boitrann
```
