Skip to content

openfisca/biryani

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Biryani

A data conversion and validation toolbox

Documentation

http://biryani.readthedocs.org/

Development

You can install this package for development with:

make install

Testing

You ran run this package's tests with:

make test

If you want to run tests against Python 2.7 and Python 3.7 at the same time:

pip install tox & tox