/openfisca_nsw_ess_nabers

NABERS method of the ESS in OpenFISCA

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

OpenFisca ESS NABERS

These are the rules for NABERS method of the NSW Energy Savings Scheme.

It's based on the openfisca extension template. This repo contains the rules, tests, and constants. The parameters are defined in other repos.

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.

cd openfisca_nsw_ess_nabers
python -m venv ess 
deactivate
source ess/bin/activate
make extension

To install your extension, run:

python -m pip install --editable .

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!