flib is short for Functionlab Library. These are a set of assorted scripts and python classes that have been useful. These are provided without support in case someone else finds them useful.
See the wiki for code recipes!
$ pip install git+https://github.com/FunctionLab/function.git@master
Create a virtualenv and activate it:
$ virtualenv fenv
$ source fenv/bin/activate
$ git clone [email protected]:FunctionLab/function.git
$ cd function
$ pip install -r requirements.txt
$ python -m unittest discover flib/tests/
flib operates on a pull request model. If you have code that you would like to contribute, please file a pull request. We aim for pep8 compliance in future code. If you touch old code, we'd appreciate it if you could make it pep8 compliant as well.