Skip to content

pycommons/pycommons-lang

Repository files navigation

pycommons-lang

PyPI versions PyPI - License PyPI - Downloads

Code style: black

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.

Get Started

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

License

Apache-2.0 (See License)

Author

Shashank Sharma.