Pythonic FP - Containers project¶
Part of of the pythonic-fp namespace projects.
Overview¶
PyPI project pythonic.containers implements a Python package of container like data structures.
Description |
Module |
|
---|---|---|
Single item box Functional tuple Immutable list Maybe monad Either monad |
module pythonic_fp.containers.box module pythonic_fp.containers.functional_tuple module pythonic_fp.containers.immutable_list module pythonic_fp.containers.maybe module pythonic_fp.containers.xor |
Documentation¶
- Installation
Installing and importing the module.
- API docs
Detailed API documentation.
Development¶
- CHANGELOG
CHANGELOG for the current and predecessor projects.