UNPKG

@leximpact/socio-fiscal-openfisca-json

Version:

JSON & YAML data extracted from OpenFisca-France with Indirect Taxation source code (parameters, variables, etc)

866 lines 174 kB
{ "currency": "€", "distributions": { "Flask": { "maintainer_email": "Pallets <contact@palletsprojects.com>", "metadata_version": "2.1", "name": "Flask", "project_url": [ "Changes, https://flask.palletsprojects.com/changes/", "Chat, https://discord.gg/pallets", "Documentation, https://flask.palletsprojects.com/", "Donate, https://palletsprojects.com/donate", "Issue Tracker, https://github.com/pallets/flask/issues/", "Source Code, https://github.com/pallets/flask/" ], "provides_extra": [ "async", "dotenv" ], "requires_dist": [ "Werkzeug>=2.3.7", "Jinja2>=3.1.2", "itsdangerous>=2.1.2", "click>=8.1.3", "blinker>=1.6.2", "importlib-metadata>=3.6.0; python_version < '3.10'", "asgiref>=3.2 ; extra == \"async\"", "python-dotenv ; extra == \"dotenv\"" ], "requires_python": ">=3.8", "summary": "A simple framework for building complex web applications.", "version": "2.3.3" }, "Flask-Cors": { "author": "Cory Dolphin", "author_email": "corydolphin@gmail.com", "home_page": "https://github.com/corydolphin/flask-cors", "license": "MIT", "metadata_version": "2.1", "name": "Flask-Cors", "platform": [ "any" ], "requires_dist": [ "Flask (>=0.9)", "Six" ], "summary": "A Flask extension adding a decorator for CORS support", "version": "3.0.10" }, "Jinja2": { "license_file": "LICENSE.txt", "maintainer_email": "Pallets <contact@palletsprojects.com>", "metadata_version": "2.4", "name": "Jinja2", "project_url": [ "Changes, https://jinja.palletsprojects.com/changes/", "Chat, https://discord.gg/pallets", "Documentation, https://jinja.palletsprojects.com/", "Donate, https://palletsprojects.com/donate", "Source, https://github.com/pallets/jinja/" ], "provides_extra": [ "i18n" ], "requires_dist": [ "MarkupSafe>=2.0", "Babel>=2.7 ; extra == \"i18n\"" ], "requires_python": ">=3.7", "summary": "A very fast and expressive template engine.", "version": "3.1.6" }, "MarkupSafe": { "license": "Copyright 2010 Pallets\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED\nTO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n", "license_file": "LICENSE.txt", "maintainer_email": "Pallets <contact@palletsprojects.com>", "metadata_version": "2.1", "name": "MarkupSafe", "project_url": [ "Donate, https://palletsprojects.com/donate", "Documentation, https://markupsafe.palletsprojects.com/", "Changes, https://markupsafe.palletsprojects.com/changes/", "Source, https://github.com/pallets/markupsafe/", "Chat, https://discord.gg/pallets" ], "requires_python": ">=3.9", "summary": "Safely add untrusted strings to HTML/XML markup.", "version": "3.0.2" }, "OpenFisca-Core": { "author": "OpenFisca Team", "author_email": "contact@openfisca.org", "dynamic": [ "author", "author-email", "classifier", "description", "description-content-type", "home-page", "keywords", "license", "provides-extra", "requires-dist", "summary" ], "home_page": "https://github.com/openfisca/openfisca-core", "keywords": [ "benefit", "microsimulation", "social", "tax" ], "license": "https://www.fsf.org/licensing/licenses/agpl-3.0.html", "license_file": "LICENSE", "metadata_version": "2.2", "name": "OpenFisca-Core", "provides_extra": [ "web-api", "dev", "ci", "tracker" ], "requires_dist": [ "PyYAML<7.0,>=6.0", "StrEnum<0.5.0,>=0.4.8", "dpath<3.0,>=2.2.0", "numexpr<3.0,>=2.10.1", "numpy<2.0,>=1.24.2", "pendulum<4.0.0,>=3.0.0", "psutil<6.0,>=5.9.4", "pytest<9.0,>=8.3.3", "sortedcontainers<3.0,>=2.4.0", "typing_extensions<5.0,>=4.5.0", "Flask<3.0,>=2.2.3; extra == \"web-api\"", "Flask-Cors<4.0,>=3.0.10; extra == \"web-api\"", "gunicorn<22.0,>=21.0; extra == \"web-api\"", "Werkzeug<3.0,>=2.2.3; extra == \"web-api\"", "black<25.0,>=24.8.0; extra == \"dev\"", "codespell<3.0,>=2.3.0; extra == \"dev\"", "colorama<0.5,>=0.4.4; extra == \"dev\"", "darglint<2.0,>=1.8.1; extra == \"dev\"", "flake8<8.0.0,>=7.1.1; extra == \"dev\"", "flake8-bugbear<25.0,>=24.8.19; extra == \"dev\"", "flake8-docstrings<2.0,>=1.7.0; extra == \"dev\"", "flake8-print<6.0,>=5.0.0; extra == \"dev\"", "flake8-rst-docstrings<0.4.0,>=0.3.0; extra == \"dev\"", "idna<4.0,>=3.10; extra == \"dev\"", "isort<6.0,>=5.13.2; extra == \"dev\"", "mypy<2.0,>=1.11.2; extra == \"dev\"", "openapi-spec-validator<0.8.0,>=0.7.1; extra == \"dev\"", "pylint<4.0,>=3.3.1; extra == \"dev\"", "pylint-per-file-ignores<2.0,>=1.3.2; extra == \"dev\"", "pyright<2.0,>=1.1.382; extra == \"dev\"", "ruff<1.0,>=0.6.9; extra == \"dev\"", "ruff-lsp<1.0,>=0.0.57; extra == \"dev\"", "Flask<3.0,>=2.2.3; extra == \"dev\"", "Flask-Cors<4.0,>=3.0.10; extra == \"dev\"", "gunicorn<22.0,>=21.0; extra == \"dev\"", "Werkzeug<3.0,>=2.2.3; extra == \"dev\"", "build<0.11.0,>=0.10.0; extra == \"ci\"", "twine<6.0,>=5.1.1; extra == \"ci\"", "wheel<0.41.0,>=0.40.0; extra == \"ci\"", "OpenFisca-Tracker<0.5.0,>=0.4.0; extra == \"tracker\"" ], "summary": "A versatile microsimulation free software", "version": "43.3.5" }, "OpenFisca-France": { "author_email": "OpenFisca Team <contact@openfisca.fr>", "dynamic": [ "license-file" ], "keywords": [ "microsimulation,tax,benefit,rac,rules-as-code,france" ], "license_file": "LICENSE.AGPL.txt", "metadata_version": "2.4", "name": "OpenFisca-France", "project_url": [ "Homepage, https://github.com/openfisca/openfisca-france", "Repository, https://github.com/openfisca/openfisca-france", "Documentation, https://openfisca.org/doc", "Issues, https://github.com/openfisca/openfisca-france/issues", "Changelog, https://github.com/openfisca/openfisca-france/blob/main/CHANGELOG.md" ], "provides_extra": [ "dev", "inversion-revenus", "de-net-a-brut", "taxipp", "casd-dev" ], "requires_dist": [ "numpy<2,>=1.24.3", "openfisca-core[web-api]<44,>=43", "autopep8<3.0,>=2.0.2; extra == \"dev\"", "Flake8-pyproject<2.0.0,>=1.2.3; extra == \"dev\"", "flake8<7.0.0,>=6.0.0; extra == \"dev\"", "flake8-print<6.0.0,>=5.0.0; extra == \"dev\"", "flake8-quotes>=3.3.2; extra == \"dev\"", "pytest; extra == \"dev\"", "scipy<2.0,>=1.10.1; extra == \"dev\"", "requests<3.0,>=2.28.2; extra == \"dev\"", "yamllint<2.0,>=1.30.0; extra == \"dev\"", "scipy<2.0,>=1.10.1; extra == \"inversion-revenus\"", "scipy<2.0,>=1.10.1; extra == \"de-net-a-brut\"", "pandas<2.0,>=1.5.3; extra == \"taxipp\"", "autopep8<3.0,>=2.0.2; extra == \"casd-dev\"", "pytest; extra == \"casd-dev\"", "requests<3.0,>=2.28.2; extra == \"casd-dev\"", "scipy<2.0,>=1.10.1; extra == \"casd-dev\"" ], "requires_python": ">=3.9", "summary": "OpenFisca Rules as Code model for France.", "version": "170.1.0" }, "OpenFisca-France-Indirect-Taxation": { "author": "OpenFisca Team", "author_email": "contact@openfisca.fr", "dynamic": [ "author", "author-email", "classifier", "home-page", "keywords", "license", "license-file", "provides-extra", "requires-dist", "summary" ], "home_page": "https://github.com/openfisca/openfisca-france-indirect-taxation", "keywords": [ "benefit", "france", "indirect", "microsimulation", "social", "tax" ], "license": "http://www.fsf.org/licensing/licenses/agpl-3.0.html", "license_file": "COPYING", "metadata_version": "2.4", "name": "OpenFisca-France-Indirect-Taxation", "provides_extra": [ "dev" ], "requires_dist": [ "numexpr", "OpenFisca-Core<44,>=43", "pandas<3.0,>=2.0.3", "python-slugify<9.0,>=8.0.1", "autopep8<3.0,>=2.0.2; extra == \"dev\"", "flake8<7.0,>=6.0.0; extra == \"dev\"", "flake8-bugbear<24.0,>=23.3.12; extra == \"dev\"", "ipdb<0.14.0,>=0.13.13; extra == \"dev\"", "matplotlib<4.0,>=3.7.1; extra == \"dev\"", "nbconvert<8.0,>=7.2.10; extra == \"dev\"", "OpenFisca-Survey-Manager; extra == \"dev\"", "ruamel.yaml<0.18.0,>=0.17.21; extra == \"dev\"", "seaborn<0.13.0,>=0.12.2; extra == \"dev\"", "statsmodels<0.14.0,>=0.13.5; extra == \"dev\"", "xlrd<3.0,>=2.0.1; extra == \"dev\"" ], "summary": "France specific indirect taxation model for OpenFisca -- a versatile microsimulation free software.", "version": "0.4.dev0" }, "PyYAML": { "author": "Kirill Simonov", "author_email": "xi@resolvent.net", "download_url": "https://pypi.org/project/PyYAML/", "home_page": "https://pyyaml.org/", "license": "MIT", "license_file": "LICENSE", "metadata_version": "2.1", "name": "PyYAML", "platform": [ "Any" ], "project_url": [ "Bug Tracker, https://github.com/yaml/pyyaml/issues", "CI, https://github.com/yaml/pyyaml/actions", "Documentation, https://pyyaml.org/wiki/PyYAMLDocumentation", "Mailing lists, http://lists.sourceforge.net/lists/listinfo/yaml-core", "Source Code, https://github.com/yaml/pyyaml" ], "requires_python": ">=3.8", "summary": "YAML parser and emitter for Python", "version": "6.0.2" }, "StrEnum": { "author": "James Sinclair", "author_email": "james@nurfherder.com", "home_page": "https://github.com/irgeek/StrEnum", "license_file": "LICENSE", "metadata_version": "2.1", "name": "StrEnum", "provides_extra": [ "docs", "release", "test" ], "requires_dist": [ "sphinx ; extra == 'docs'", "sphinx-rtd-theme ; extra == 'docs'", "myst-parser[linkify] ; extra == 'docs'", "twine ; extra == 'release'", "pytest ; extra == 'test'", "pytest-black ; extra == 'test'", "pytest-cov ; extra == 'test'", "pytest-pylint ; extra == 'test'", "pylint ; extra == 'test'" ], "summary": "An Enum that inherits from str.", "version": "0.4.15" }, "Werkzeug": { "maintainer_email": "Pallets <contact@palletsprojects.com>", "metadata_version": "2.1", "name": "Werkzeug", "project_url": [ "Changes, https://werkzeug.palletsprojects.com/changes/", "Chat, https://discord.gg/pallets", "Documentation, https://werkzeug.palletsprojects.com/", "Donate, https://palletsprojects.com/donate", "Issue Tracker, https://github.com/pallets/werkzeug/issues/", "Source Code, https://github.com/pallets/werkzeug/" ], "provides_extra": [ "watchdog" ], "requires_dist": [ "MarkupSafe>=2.1.1", "watchdog>=2.3 ; extra == \"watchdog\"" ], "requires_python": ">=3.8", "summary": "The comprehensive WSGI web application library.", "version": "2.3.8" }, "autocommand": { "author": "Nathan West", "home_page": "https://github.com/Lucretiel/autocommand", "license": "LGPLv3", "license_file": "LICENSE", "metadata_version": "2.1", "name": "autocommand", "platform": [ "any" ], "project_url": [ "Homepage, https://github.com/Lucretiel/autocommand", "Bug Tracker, https://github.com/Lucretiel/autocommand/issues" ], "requires_python": ">=3.7", "summary": "A library to create a command-line program from a function", "version": "2.2.2" }, "backports.tarfile": { "author_email": "\"Jason R. Coombs\" <jaraco@jaraco.com>", "license_file": "LICENSE", "metadata_version": "2.1", "name": "backports.tarfile", "project_url": [ "Homepage, https://github.com/jaraco/backports.tarfile" ], "provides_extra": [ "docs", "testing" ], "requires_dist": [ "sphinx >=3.5 ; extra == 'docs'", "jaraco.packaging >=9.3 ; extra == 'docs'", "rst.linker >=1.9 ; extra == 'docs'", "furo ; extra == 'docs'", "sphinx-lint ; extra == 'docs'", "pytest !=8.1.*,>=6 ; extra == 'testing'", "pytest-checkdocs >=2.4 ; extra == 'testing'", "pytest-cov ; extra == 'testing'", "pytest-enabler >=2.2 ; extra == 'testing'", "jaraco.test ; extra == 'testing'", "pytest !=8.0.* ; extra == 'testing'" ], "requires_python": ">=3.8", "summary": "Backport of CPython tarfile module", "version": "1.2.0" }, "black": { "author_email": "Łukasz Langa <lukasz@langa.pl>", "keywords": [ "automation,autopep8,formatter,gofmt,pyfmt,rustfmt,yapf" ], "license_expression": "MIT", "license_file": "AUTHORS.md", "metadata_version": "2.4", "name": "black", "project_url": [ "Documentation, https://black.readthedocs.io/", "Changelog, https://github.com/psf/black/blob/main/CHANGES.md", "Repository, https://github.com/psf/black", "Issues, https://github.com/psf/black/issues" ], "provides_extra": [ "colorama", "d", "jupyter", "uvloop" ], "requires_dist": [ "click>=8.0.0", "mypy-extensions>=0.4.3", "packaging>=22.0", "pathspec>=0.9.0", "platformdirs>=2", "tomli>=1.1.0; python_version < '3.11'", "typing-extensions>=4.0.1; python_version < '3.11'", "colorama>=0.4.3; extra == 'colorama'", "aiohttp>=3.10; extra == 'd'", "ipython>=7.8.0; extra == 'jupyter'", "tokenize-rt>=3.2.0; extra == 'jupyter'", "uvloop>=0.15.2; extra == 'uvloop'" ], "requires_python": ">=3.9", "summary": "The uncompromising code formatter.", "version": "25.1.0" }, "blinker": { "author": "Jason Kirtland", "maintainer_email": "Pallets Ecosystem <contact@palletsprojects.com>", "metadata_version": "2.3", "name": "blinker", "project_url": [ "Chat, https://discord.gg/pallets", "Documentation, https://blinker.readthedocs.io", "Source, https://github.com/pallets-eco/blinker/" ], "requires_python": ">=3.9", "summary": "Fast, simple object-to-object and broadcast signaling", "version": "1.9.0" }, "click": { "maintainer_email": "Pallets <contact@palletsprojects.com>", "metadata_version": "2.3", "name": "click", "project_url": [ "Changes, https://click.palletsprojects.com/changes/", "Chat, https://discord.gg/pallets", "Documentation, https://click.palletsprojects.com/", "Donate, https://palletsprojects.com/donate", "Source, https://github.com/pallets/click/" ], "requires_dist": [ "colorama; platform_system == 'Windows'", "importlib-metadata; python_version < '3.8'" ], "requires_python": ">=3.7", "summary": "Composable command line interface toolkit", "version": "8.1.8" }, "dpath": { "author": "Caleb Case, Andrew Kesterson", "author_email": "calebcase@gmail.com, andrew@aklabs.net", "home_page": "https://github.com/dpath-maintainers/dpath-python", "license": "MIT", "license_file": "LICENSE.txt", "metadata_version": "2.1", "name": "dpath", "platform": [ "UNKNOWN" ], "requires_python": ">=3.7", "summary": "Filesystem-like pathing and searching for dictionaries", "version": "2.2.0" }, "flake8": { "author": "Tarek Ziade", "author_email": "tarek@ziade.org", "home_page": "https://github.com/pycqa/flake8", "license": "MIT", "license_file": "LICENSE", "maintainer": "Ian Stapleton Cordasco", "maintainer_email": "graffatcolmingov@gmail.com", "metadata_version": "2.1", "name": "flake8", "requires_dist": [ "mccabe<0.8.0,>=0.7.0", "pycodestyle<2.14.0,>=2.13.0", "pyflakes<3.4.0,>=3.3.0" ], "requires_python": ">=3.9", "summary": "the modular source code checker: pep8 pyflakes and co", "version": "7.2.0" }, "flake8-black": { "author": "Peter J. A. Cock", "keywords": [ "black,formatting,style,flake8" ], "license": "MIT", "license_file": "LICENSE.rst", "maintainer_email": "\"Peter J. A. Cock\" <p.j.a.cock@googlemail.com>", "metadata_version": "2.1", "name": "flake8-black", "project_url": [ "Homepage, https://github.com/peterjc/flake8-black", "Source Code, https://github.com/peterjc/flake8-black/", "Bug Tracker, https://github.com/peterjc/flake8-black/issues", "Documentation, https://github.com/peterjc/flake8-black/blob/master/README.rst" ], "provides_extra": [ "develop" ], "requires_dist": [ "flake8 (>=3)", "black (>=22.1.0)", "tomli ; python_version < \"3.11\"", "build ; extra == 'develop'", "twine ; extra == 'develop'" ], "requires_python": ">=3.7", "summary": "flake8 plugin to call black as a code style validator", "version": "0.3.6" }, "gunicorn": { "author": "Benoit Chesneau", "author_email": "benoitc@gunicorn.org", "home_page": "https://gunicorn.org", "license": "MIT", "metadata_version": "2.1", "name": "gunicorn", "project_url": [ "Documentation, https://docs.gunicorn.org", "Homepage, https://gunicorn.org", "Issue tracker, https://github.com/benoitc/gunicorn/issues", "Source code, https://github.com/benoitc/gunicorn" ], "provides_extra": [ "eventlet", "gevent", "gthread", "setproctitle", "tornado" ], "requires_dist": [ "packaging", "importlib-metadata ; python_version < \"3.8\"", "eventlet (>=0.24.1) ; extra == 'eventlet'", "gevent (>=1.4.0) ; extra == 'gevent'", "setproctitle ; extra == 'setproctitle'", "tornado (>=0.2) ; extra == 'tornado'" ], "requires_python": ">=3.5", "summary": "WSGI HTTP Server for UNIX", "version": "21.2.0" }, "importlib_metadata": { "author_email": "\"Jason R. Coombs\" <jaraco@jaraco.com>", "license_file": "LICENSE", "metadata_version": "2.1", "name": "importlib_metadata", "project_url": [ "Source, https://github.com/python/importlib_metadata" ], "provides_extra": [ "doc", "perf", "test" ], "requires_dist": [ "zipp >=0.5", "typing-extensions >=3.6.4 ; python_version < \"3.8\"", "sphinx >=3.5 ; extra == 'doc'", "jaraco.packaging >=9.3 ; extra == 'doc'", "rst.linker >=1.9 ; extra == 'doc'", "furo ; extra == 'doc'", "sphinx-lint ; extra == 'doc'", "jaraco.tidelift >=1.4 ; extra == 'doc'", "ipython ; extra == 'perf'", "pytest !=8.1.*,>=6 ; extra == 'test'", "pytest-checkdocs >=2.4 ; extra == 'test'", "pytest-cov ; extra == 'test'", "pytest-mypy ; extra == 'test'", "pytest-enabler >=2.2 ; extra == 'test'", "pytest-ruff >=0.2.1 ; extra == 'test'", "packaging ; extra == 'test'", "pyfakefs ; extra == 'test'", "flufl.flake8 ; extra == 'test'", "pytest-perf >=0.9.2 ; extra == 'test'", "jaraco.test >=5.4 ; extra == 'test'", "importlib-resources >=1.3 ; (python_version < \"3.9\") and extra == 'test'" ], "requires_python": ">=3.8", "summary": "Read metadata from Python packages", "version": "8.0.0" }, "inflect": { "author_email": "Paul Dyson <pwdyson@yahoo.com>", "keywords": [ "plural,inflect,participle" ], "license_file": "LICENSE", "maintainer_email": "\"Jason R. Coombs\" <jaraco@jaraco.com>", "metadata_version": "2.1", "name": "inflect", "project_url": [ "Source, https://github.com/jaraco/inflect" ], "provides_extra": [ "doc", "test" ], "requires_dist": [ "more-itertools >=8.5.0", "typeguard >=4.0.1", "typing-extensions ; python_version < \"3.9\"", "sphinx >=3.5 ; extra == 'doc'", "jaraco.packaging >=9.3 ; extra == 'doc'", "rst.linker >=1.9 ; extra == 'doc'", "furo ; extra == 'doc'", "sphinx-lint ; extra == 'doc'", "jaraco.tidelift >=1.4 ; extra == 'doc'", "pytest !=8.1.*,>=6 ; extra == 'test'", "pytest-checkdocs >=2.4 ; extra == 'test'", "pytest-cov ; extra == 'test'", "pytest-mypy ; extra == 'test'", "pytest-enabler >=2.2 ; extra == 'test'", "pytest-ruff >=0.2.1 ; extra == 'test'", "pygments ; extra == 'test'" ], "requires_python": ">=3.8", "summary": "Correctly generate plurals, singular nouns, ordinals, indefinite articles", "version": "7.3.1" }, "iniconfig": { "author_email": "Ronny Pfannschmidt <opensource@ronnypfannschmidt.de>, Holger Krekel <holger.krekel@gmail.com>", "license_expression": "MIT", "license_file": "LICENSE", "metadata_version": "2.4", "name": "iniconfig", "project_url": [ "Homepage, https://github.com/pytest-dev/iniconfig" ], "requires_python": ">=3.8", "summary": "brain-dead simple config-ini parsing", "version": "2.1.0" }, "itsdangerous": { "maintainer_email": "Pallets <contact@palletsprojects.com>", "metadata_version": "2.1", "name": "itsdangerous", "project_url": [ "Changes, https://itsdangerous.palletsprojects.com/changes/", "Chat, https://discord.gg/pallets", "Documentation, https://itsdangerous.palletsprojects.com/", "Donate, https://palletsprojects.com/donate", "Source, https://github.com/pallets/itsdangerous/" ], "requires_python": ">=3.8", "summary": "Safely pass data to untrusted environments and back.", "version": "2.2.0" }, "jaraco.collections": { "author_email": "\"Jason R. Coombs\" <jaraco@jaraco.com>", "license_file": "LICENSE", "metadata_version": "2.1", "name": "jaraco.collections", "project_url": [ "Source, https://github.com/jaraco/jaraco.collections" ], "provides_extra": [ "check", "cover", "doc", "enabler", "test", "type" ], "requires_dist": [ "jaraco.text", "pytest-checkdocs >=2.4 ; extra == 'check'", "pytest-ruff >=0.2.1 ; (sys_platform != \"cygwin\") and extra == 'check'", "pytest-cov ; extra == 'cover'", "sphinx >=3.5 ; extra == 'doc'", "jaraco.packaging >=9.3 ; extra == 'doc'", "rst.linker >=1.9 ; extra == 'doc'", "furo ; extra == 'doc'", "sphinx-lint ; extra == 'doc'", "jaraco.tidelift >=1.4 ; extra == 'doc'", "pytest-enabler >=2.2 ; extra == 'enabler'", "pytest !=8.1.*,>=6 ; extra == 'test'", "pytest-mypy ; extra == 'type'" ], "requires_python": ">=3.8", "summary": "Collection objects similar to those in stdlib by jaraco", "version": "5.1.0" }, "jaraco.context": { "author": "Jason R. Coombs", "author_email": "jaraco@jaraco.com", "home_page": "https://github.com/jaraco/jaraco.context", "license_file": "LICENSE", "metadata_version": "2.1", "name": "jaraco.context", "provides_extra": [ "docs", "testing" ], "requires_dist": [ "backports.tarfile ; python_version < \"3.12\"", "sphinx >=3.5 ; extra == 'docs'", "jaraco.packaging >=9.3 ; extra == 'docs'", "rst.linker >=1.9 ; extra == 'docs'", "furo ; extra == 'docs'", "sphinx-lint ; extra == 'docs'", "jaraco.tidelift >=1.4 ; extra == 'docs'", "pytest !=8.1.1,>=6 ; extra == 'testing'", "pytest-checkdocs >=2.4 ; extra == 'testing'", "pytest-cov ; extra == 'testing'", "pytest-mypy ; extra == 'testing'", "pytest-enabler >=2.2 ; extra == 'testing'", "pytest-ruff >=0.2.1 ; extra == 'testing'", "portend ; extra == 'testing'" ], "requires_python": ">=3.8", "summary": "Useful decorators and context managers", "version": "5.3.0" }, "jaraco.functools": { "author_email": "\"Jason R. Coombs\" <jaraco@jaraco.com>", "license_file": "LICENSE", "metadata_version": "2.1", "name": "jaraco.functools", "project_url": [ "Homepage, https://github.com/jaraco/jaraco.functools" ], "provides_extra": [ "docs", "testing" ], "requires_dist": [ "more-itertools", "sphinx >=3.5 ; extra == 'docs'", "sphinx <7.2.5 ; extra == 'docs'", "jaraco.packaging >=9.3 ; extra == 'docs'", "rst.linker >=1.9 ; extra == 'docs'", "furo ; extra == 'docs'", "sphinx-lint ; extra == 'docs'", "jaraco.tidelift >=1.4 ; extra == 'docs'", "pytest >=6 ; extra == 'testing'", "pytest-checkdocs >=2.4 ; extra == 'testing'", "pytest-cov ; extra == 'testing'", "pytest-enabler >=2.2 ; extra == 'testing'", "pytest-ruff >=0.2.1 ; extra == 'testing'", "jaraco.classes ; extra == 'testing'", "pytest-mypy ; (platform_python_implementation != \"PyPy\") and extra == 'testing'" ], "requires_python": ">=3.8", "summary": "Functools like those found in stdlib", "version": "4.0.1" }, "jaraco.text": { "author_email": "\"Jason R. Coombs\" <jaraco@jaraco.com>", "license_file": "LICENSE", "metadata_version": "2.1", "name": "jaraco.text", "project_url": [ "Homepage, https://github.com/jaraco/jaraco.text" ], "provides_extra": [ "doc", "test" ], "requires_dist": [ "jaraco.functools", "jaraco.context >=4.1", "autocommand", "inflect", "more-itertools", "importlib-resources ; python_version < \"3.9\"", "sphinx >=3.5 ; extra == 'doc'", "jaraco.packaging >=9.3 ; extra == 'doc'", "rst.linker >=1.9 ; extra == 'doc'", "furo ; extra == 'doc'", "sphinx-lint ; extra == 'doc'", "jaraco.tidelift >=1.4 ; extra == 'doc'", "pytest !=8.1.*,>=6 ; extra == 'test'", "pytest-checkdocs >=2.4 ; extra == 'test'", "pytest-cov ; extra == 'test'", "pytest-mypy ; extra == 'test'", "pytest-enabler >=2.2 ; extra == 'test'", "pytest-ruff >=0.2.1 ; extra == 'test'", "pathlib2 ; (python_version < \"3.10\") and extra == 'test'" ], "requires_python": ">=3.8", "summary": "Module for text manipulation", "version": "3.12.1" }, "mccabe": { "author": "Tarek Ziade", "author_email": "tarek@ziade.org", "home_page": "https://github.com/pycqa/mccabe", "keywords": [ "flake8", "mccabe" ], "license": "Expat license", "license_file": "LICENSE", "maintainer": "Ian Stapleton Cordasco", "maintainer_email": "graffatcolmingov@gmail.com", "metadata_version": "2.1", "name": "mccabe", "platform": [ "UNKNOWN" ], "requires_python": ">=3.6", "summary": "McCabe checker, plugin for flake8", "version": "0.7.0" }, "more-itertools": { "author_email": "Erik Rose <erikrose@grinchcentral.com>", "keywords": [ "itertools,iterator,iteration,filter,peek,peekable,chunk,chunked" ], "metadata_version": "2.1", "name": "more-itertools", "project_url": [ "Homepage, https://github.com/more-itertools/more-itertools" ], "requires_python": ">=3.8", "summary": "More routines for operating on iterables, beyond itertools", "version": "10.3.0" }, "mypy-extensions": { "author": "The mypy developers", "author_email": "jukka.lehtosalo@iki.fi", "home_page": "https://github.com/python/mypy_extensions", "license": "MIT License", "license_file": "LICENSE", "metadata_version": "2.1", "name": "mypy-extensions", "requires_python": ">=3.5", "summary": "Type system extensions for programs checked with the mypy type checker.", "version": "1.0.0" }, "numexpr": { "author_email": "\"David M. Cooke, Francesc Alted, and others\" <blosc@blosc.org>", "license_file": "LICENSE.txt", "maintainer_email": "Blosc Development Team <blosc@blosc.org>", "metadata_version": "2.1", "name": "numexpr", "project_url": [ "homepage, https://github.com/pydata/numexpr", "documentation, https://numexpr.readthedocs.io", "repository, https://github.com/pydata/numexpr" ], "requires_dist": [ "numpy>=1.23.0" ], "requires_python": ">=3.9", "summary": "Fast numerical expression evaluator for NumPy", "version": "2.10.2" }, "numpy": { "author": "Travis E. Oliphant et al.", "home_page": "https://numpy.org", "license": "Copyright (c) 2005-2023, NumPy Developers.\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials provided\n with the distribution.\n\n * Neither the name of the NumPy Developers nor the names of any\n contributors may be used to endorse or promote products derived\n from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nOWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n----\n\nThe NumPy repository and source distributions bundle several libraries that are\ncompatibly licensed. We list these here.\n\nName: lapack-lite\nFiles: numpy/linalg/lapack_lite/*\nLicense: BSD-3-Clause\n For details, see numpy/linalg/lapack_lite/LICENSE.txt\n\nName: tempita\nFiles: tools/npy_tempita/*\nLicense: MIT\n For details, see tools/npy_tempita/license.txt\n\nName: dragon4\nFiles: numpy/core/src/multiarray/dragon4.c\nLicense: MIT\n For license text, see numpy/core/src/multiarray/dragon4.c\n\nName: libdivide\nFiles: numpy/core/include/numpy/libdivide/*\nLicense: Zlib\n For license text, see numpy/core/include/numpy/libdivide/LICENSE.txt\n\n\nNote that the following files are vendored in the repository and sdist but not\ninstalled in built numpy packages:\n\nName: Meson\nFiles: vendored-meson/meson/*\nLicense: Apache 2.0\n For license text, see vendored-meson/meson/COPYING\n\nName: spin\nFiles: .spin/cmds.py\nLicense: BSD-3\n For license text, see .spin/LICENSE\n\n----\n\nThis binary distribution of NumPy also bundles the following software:\n\n\nName: OpenBLAS\nFiles: numpy.libs/libopenblas*.so\nDescription: bundled as a dynamically linked library\nAvailability: https://github.com/OpenMathLib/OpenBLAS/\nLicense: BSD-3-Clause\n Copyright (c) 2011-2014, The OpenBLAS Project\n All rights reserved.\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n 1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in\n the documentation and/or other materials provided with the\n distribution.\n 3. Neither the name of the OpenBLAS project nor the names of\n its contributors may be used to endorse or promote products\n derived from this software without specific prior written\n permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE\n USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\nName: LAPACK\nFiles: numpy.libs/libopenblas*.so\nDescription: bundled in OpenBLAS\nAvailability: https://github.com/OpenMathLib/OpenBLAS/\nLicense: BSD-3-Clause-Attribution\n Copyright (c) 1992-2013 The University of Tennessee and The University\n of Tennessee Research Foundation. All rights\n reserved.\n Copyright (c) 2000-2013 The University of California Berkeley. All\n rights reserved.\n Copyright (c) 2006-2013 The University of Colorado Denver. All rights\n reserved.\n\n $COPYRIGHT$\n\n Additional copyrights may follow\n\n $HEADER$\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n - Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n - Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer listed\n in this license in the documentation and/or other materials\n provided with the distribution.\n\n - Neither the name of the copyright holders nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n The copyright holders provide no reassurances that the source code\n provided does not infringe any patent, copyright, or any other\n intellectual property rights of third parties. The copyright holders\n disclaim any liability to any recipient for claims brought against\n recipient by any third party for infringement of that parties\n intellectual property rights.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\nName: GCC runtime library\nFiles: numpy.libs/libgfortran*.so\nDescription: dynamically linked to files compiled with gcc\nAvailability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libgfortran\nLicense: GPL-3.0-with-GCC-exception\n Copyright (C) 2002-2017 Free Software Foundation, Inc.\n\n Libgfortran is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 3, or (at your option)\n any later version.\n\n Libgfortran is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n Under Section 7 of GPL version 3, you are granted additional\n permissions described in the GCC Runtime Library Exception, version\n 3.1, as published by the Free Software Foundation.\n\n You should have received a copy of the GNU General Public License and\n a copy of the GCC Runtime Library Exception along with this program;\n see the files COPYING3 and COPYING.RUNTIME respectively. If not, see\n <http://www.gnu.org/licenses/>.\n\n----\n\nFull text of license texts referred to above follows (that they are\nlisted below does not necessarily imply the conditions apply to the\npresent binary release):\n\n----\n\nGCC RUNTIME LIBRARY EXCEPTION\n\nVersion 3.1, 31 March 2009\n\nCopyright (C) 2009 Free Software Foundation, Inc. <http://fsf.org/>\n\nEveryone is permitted to copy and distribute verbatim copies of this\nlicense document, but changing it is not allowed.\n\nThis GCC Runtime Library Exception (\"Exception\") is an additional\npermission under section 7 of the GNU General Public License, version\n3 (\"GPLv3\"). It applies to a given file (the \"Runtime Library\") that\nbears a notice placed by the copyright holder of the file stating that\nthe file is governed by GPLv3 along with this Exception.\n\nWhen you use GCC to compile a program, GCC may combine portions of\ncertain GCC header files and runtime libraries with the compiled\nprogram. The purpose of this Exception is to allow compilation of\nnon-GPL (including proprietary) programs to use, in this way, the\nheader files and runtime libraries covered by this Exception.\n\n0. Definitions.\n\nA file is an \"Independent Module\" if it either requires the Runtime\nLibrary for execution after a Compilation Process, or makes use of an\ninterface provided by the Runtime Library, but is not otherwise based\non the Runtime Library.\n\n\"GCC\" means a version of the GNU Compiler Collection, with or without\nmodifications, governed by version 3 (or a specified later version) of\nthe GNU General Public License (GPL) with the option of using any\nsubsequent versions published by the FSF.\n\n\"GPL-compatible Software\" is software whose conditions of propagation,\nmodification and use would permit combination with GCC in accord with\nthe license of GCC.\n\n\"Target Code\" refers to output from any compiler for a real or virtual\ntarget processor architecture, in executable form or suitable for\ninput to an assembler, loader, linker and/or execution\nphase. Notwithstanding that, Target Code does not include data in any\nformat that is used as a compiler intermediate representation, or used\nfor producing a compiler intermediate representation.\n\nThe \"Compilation Process\" transforms code entirely represented in\nnon-intermediate languages designed for human-written code, and/or in\nJava Virtual Machine byte code, into Target Code. Thus, for example,\nuse of source code generators and preprocessors need not be considered\npart of the Compilation Process, since the Compilation Process can be\nunderstood as starting with the output of the generators or\npreprocessors.\n\nA Compilation Process is \"Eligible\" if it is done using GCC, alone or\nwith other GPL-compatible software, or if it is done without using any\nwork based on GCC. For example, using non-GPL-compatible Software to\noptimize any GCC intermediate representations would not qualify as an\nEligible Compilation Process.\n\n1. Grant of Additional Permission.\n\nYou have permission to propagate a work of Target Code formed by\ncombining the Runtime Library with Independent Modules, even if such\npropagation would otherwise violate the terms of GPLv3, provided that\nall Target Code was generated by Eligible Compilation Processes. You\nmay then convey such a combination under terms of your choice,\nconsistent with the licensing of the Independent Modules.\n\n2. No Weakening of GCC Copyleft.\n\nThe availability of this Exception does not imply any general\npresumption that third-party software is unaffected by the copyleft\nrequirements of the license of GCC.\n\n----\n\n GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n Preamble\n\n The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works. By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users. We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors. You can apply it to\nyour programs, too.\n\n When we speak of free software, we are referring to freedom, not\nprice. Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights. Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received. You must make sure that they, too, receive\nor can get the source code. And you must show them these terms so they\nknow their rights.\n\n Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software. For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so. This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software. The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable. Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts. If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary. To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n The precise terms and conditions for copying, distribution and\nmodification follow.\n\n TERMS AND CONDITIONS\n\n 0. Definitions.\n\n \"This License\" refers to version 3 of the GNU General Public License.\n\n \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n \"The Program\" refers to any copyrightable work licensed under this\nLicense. Each licensee is addressed as \"you\". \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy. The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy. Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies. Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License. If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n 1. Source Code.\n\n The \"source code\" for a work means the preferred form of the work\nfor making modifications to it. \"Object code\" means any non-source\nform of a work.\n\n A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n The \"