Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 837 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 837 Bytes

Sparrow

A library with a collection of decorators and functions to functional programming. It's a library that I use in my projects and I decided to share it with the community. I hope you enjoy it.

This library solves problems and limitations that I have found programming in Python, it especially with the creation of functions and methods, adding behavior before and after the behavior of the functions, with first intention to be used in the composition of functions.

Installation

For now, the library is not in PyPI, so you can install it with the following command:

$ pip install git+https://github.com/FabianVegaA/sparrow.git

Or using Poetry:

$ poetry add "sparrow @ git+https://github.com/FabianVegaA/sparrow.git"

Documentation

Coming soon...

License

BSD 3-Clause License