Skip to content

openfisca/extension-template

Repository files navigation

OpenFisca Extension-Template

This repository is here to help you bootstrap your own OpenFisca extension package.

You should NOT fork it but download a copy of its source code and

  • change the name openfisca_extension_template to reflect your extension's name, e.g. openfisca_shangrila
  • empty out CHANGELOG.md
  • replace the placeholders variables and parameters to suit your own purposes

Installing

We recommend that you use a virtualenv to install OpenFisca. If you don't, you may need to add --user at the end of all commands starting by pip.

To install your extension, run:

make install

Testing

You can make sure that everything is working by running the provided tests:

make test

Learn more about tests.

Your extension package is now installed and ready!

About

Template to build extensions to an existing OpenFisca country package

Resources

License

Stars

Watchers

Forks

Packages

No packages published