An open API service indexing awesome lists of open source software.

https://github.com/josestg/pyfunc


https://github.com/josestg/pyfunc

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# pyfunc

Functional Programming with Python.

- [x] No loops, only recursive allowed.
- [x] No mutation state (immutable).

> ⚠️ This project is for learning purposes only, for production use please check library X.

See APIs docs [here](https://josestg.github.io/pyfunc/).