Metadata-Version: 2.4
Name: collectiontools
Version: 0.2.2
Summary: Functions to handle `collections` efficiently.
Author: Till Hoffmann
License: MIT
Project-URL: Homepage, https://github.com/tillahoffmann/collectiontools
Project-URL: Documentation, https://collectiontools.readthedocs.io
Project-URL: Repository, https://github.com/tillahoffmann/collectiontools
Project-URL: Issues, https://github.com/tillahoffmann/collectiontools/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# collectiontools [![CI](https://github.com/tillahoffmann/collectiontools/actions/workflows/main.yml/badge.svg)](https://github.com/tillahoffmann/collectiontools/actions/workflows/main.yml) [![Documentation Status](https://readthedocs.org/projects/collectiontools/badge/?version=latest)](https://collectiontools.readthedocs.io/en/latest/?badge=latest)

This package implements functions to handle [`collections`](https://docs.python.org/3/library/collections.html) efficiently.
