Python Commons Lang package inspired by Apache Commons Lang available in Java. Along with the utilities, mirroring Apache Commons Lang, this library also provides additional language features borrowed from Java that can be used in Python like Streams, Consumer, Predicates, Optional etc.
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-lang
With poetry, you can run the following command to add the library to your project
poetry add pycommons-lang
Apache-2.0 (See License)