OpenFisca-Extension-Template


NameOpenFisca-Extension-Template JSON
Version 1.3.13 PyPI version JSON
download
home_pagehttps://github.com/openfisca/extension-template
SummaryAn OpenFisca extension that adds some variables to an already-existing tax and benefit system
upload_time2023-01-21 17:33:06
maintainer
docs_urlNone
authorOpenFisca Team
requires_python
licensehttp://www.fsf.org/licensing/licenses/agpl-3.0.html
keywords benefit microsimulation social tax
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # OpenFisca Extension-Template

This repository is here to help you bootstrap your own OpenFisca [extension](http://openfisca.org/doc/contribute/extensions.html) package.

**You should NOT fork it but [download a copy](https://github.com/openfisca/extension-template/archive/master.zip) 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](https://github.com/openfisca/country-template/blob/master/README.md#setting-up-a-virtual-environment-with-pew) 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:

```sh
make install
```

## Testing

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

```sh
make test
```

> [Learn more about tests](http://openfisca.org/doc/coding-the-legislation/writing_yaml_tests.html).

Your extension package is now installed and ready!

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/openfisca/extension-template",
    "name": "OpenFisca-Extension-Template",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "benefit microsimulation social tax",
    "author": "OpenFisca Team",
    "author_email": "contact@openfisca.org",
    "download_url": "https://files.pythonhosted.org/packages/45/d4/2fde578d717752f738b06b0366866f3c3df2a8ca6071f2b4e60bce211618/OpenFisca-Extension-Template-1.3.13.tar.gz",
    "platform": null,
    "description": "# OpenFisca Extension-Template\n\nThis repository is here to help you bootstrap your own OpenFisca [extension](http://openfisca.org/doc/contribute/extensions.html) package.\n\n**You should NOT fork it but [download a copy](https://github.com/openfisca/extension-template/archive/master.zip) of its source code** and\n- change the name `openfisca_extension_template` to reflect your extension's name, e.g. `openfisca_shangrila`\n- empty out CHANGELOG.md\n- replace the placeholders variables and parameters to suit your own purposes\n\n## Installing\n\n> We recommend that you [use a virtualenv](https://github.com/openfisca/country-template/blob/master/README.md#setting-up-a-virtual-environment-with-pew) to install OpenFisca. If you don't, you may need to add `--user` at the end of all commands starting by `pip`.\n\nTo install your extension, run:\n\n```sh\nmake install\n```\n\n## Testing\n\nYou can make sure that everything is working by running the provided tests:\n\n```sh\nmake test\n```\n\n> [Learn more about tests](http://openfisca.org/doc/coding-the-legislation/writing_yaml_tests.html).\n\nYour extension package is now installed and ready!\n",
    "bugtrack_url": null,
    "license": "http://www.fsf.org/licensing/licenses/agpl-3.0.html",
    "summary": "An OpenFisca extension that adds some variables to an already-existing tax and benefit system",
    "version": "1.3.13",
    "split_keywords": [
        "benefit",
        "microsimulation",
        "social",
        "tax"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7bae47aa5f440ff0ede922438862f622694c8ea77a033c0fabd1d789cf909d20",
                "md5": "bde8e82df9943f0d787edcba976c649f",
                "sha256": "eeab1fdd3384a8feadc27f3a16a090794d95e33b560bee8057aa1b86ba7a1b7b"
            },
            "downloads": -1,
            "filename": "OpenFisca_Extension_Template-1.3.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bde8e82df9943f0d787edcba976c649f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 20104,
            "upload_time": "2023-01-21T17:33:05",
            "upload_time_iso_8601": "2023-01-21T17:33:05.346166Z",
            "url": "https://files.pythonhosted.org/packages/7b/ae/47aa5f440ff0ede922438862f622694c8ea77a033c0fabd1d789cf909d20/OpenFisca_Extension_Template-1.3.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45d42fde578d717752f738b06b0366866f3c3df2a8ca6071f2b4e60bce211618",
                "md5": "54e27be57c9397db23b7801e39a1782b",
                "sha256": "43b48629a9c658e4b0d75dd7b7805938656f5612c594103c0bdf4a41b52fc355"
            },
            "downloads": -1,
            "filename": "OpenFisca-Extension-Template-1.3.13.tar.gz",
            "has_sig": false,
            "md5_digest": "54e27be57c9397db23b7801e39a1782b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17667,
            "upload_time": "2023-01-21T17:33:06",
            "upload_time_iso_8601": "2023-01-21T17:33:06.993130Z",
            "url": "https://files.pythonhosted.org/packages/45/d4/2fde578d717752f738b06b0366866f3c3df2a8ca6071f2b4e60bce211618/OpenFisca-Extension-Template-1.3.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-21 17:33:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "openfisca",
    "github_project": "extension-template",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "openfisca-extension-template"
}
        
Elapsed time: 0.03237s