Python Commons Collections package inspired by Apache Commons Collections available in Java.
Visit the documentation to view the usage of each and every class and feature provided by this library.
To get started with this library, you can install this in your virtual environment by running
pip install pycommons-collections
With poetry, you can run the following command to add the library to your project
poetry add pycommons-collections
Apache-2.0 (See License)