country-template
country-template copied to clipboard
Start modelling the tax and benefit system of your country in a few minutes.
This repository offers great value to: 1. Get started with modelling a new jurisdiction. 2. Do regression testing for Core developers. 3. Demonstrate best modelling practices. 4. Provide code examples...
When I'm creating a new extension for my country model, I want it to be easy as tools that I already know like [cookiecutter](https://github.com/cookiecutter/cookiecutter), si I can spend more time...
Hi there! I really enjoy OpenFisca, but I recently encountered an issue. ### Here is what I did: I downloaded the country_template_master. I opened GITbash in the folder. I typed:...
* Technical improvement. * Details: - Publish to conda in CI - - - - These changes change non-functional parts of this repository : CI.
Adapt parenting allowance to use fortnights. See openfisca/openfisca-core#1146
We currently deploy using `PYPI_TOKEN`. A more secure alternative is the use of [Trusted Publishers](https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/), which would also enable using `pypa/gh-action-pypi-publish@release`. This however entails identifying an alternative to checking if...
We have a `PYPI_TOKEN` secret defined at organisation level in GitHub Actions. It however does apparently not grant access for publishing packages on PyPI, as we discovered in https://github.com/openfisca/country-template/pull/147. If...
* Technical improvement * Details: - Add `run.py` to situation examples, enables simple executable situation example for documentation. - - - - The [OpenFisca docs](https://openfisca.org/doc/installation/test_situations.html) link to a France specific...
* Technical improvement. * Details: - Update README.md references to latest supported python (3.11) - Reorder pyproject.toml content to match official example
Depends on openfisca/openfisca-core#1223 * Minor change. - Update OpenFisca-Core to 42.0.0 - - - - These changes: - Change non-functional parts of this repository (for instance editing the README)