Skip to content

A library with a collection of decorators and functions to functional programming

License

Notifications You must be signed in to change notification settings

FabianVegaA/sparrow

Repository files navigation

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

About

A library with a collection of decorators and functions to functional programming

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages