obfusk

functional programming (& other tools) library for python (2+3)


Keywords
functional, development, tools, lazy, immutable
License
LGPL-3.0+
Install
pip install obfusk==0.0.1

Documentation

File        : README.md
Maintainer  : Felix C. Stegerman <flx@obfusk.net>
Date        : 2016-10-20

Copyright   : Copyright (C) 2016  Felix C. Stegerman
Version     : v0.0.1

PyPI version Build Status

Description

obfusk.py - functional programming (& other tools) library for python (2+3)

See obfusk/*.py for the code (with examples).

Specs & Docs

$ python -mobfusk -v                # run tests
$ python -mcoverage run -m obfusk   # test coverage
$ python -mcoverage html            # generate html report
$ pydoc obfusk                      # view docs

TODO

  • proper algebraic data types?
  • ...

License

LGPLv3+ [1].

References

[1] GNU Lesser General Public License, version 3 --- https://www.gnu.org/licenses/lgpl-3.0.html