**General informations**
[](https://pypi.org/project/kedro-pandera/) [](https://opensource.org/license/apache-2-0/) [](https://github.com/ambv/black)
[](https://semver.org/)
----------------------------------------------------------
| Software repository | Latest release | Total downloads |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------- |
| Pypi | [](https://pypi.org/project/kedro-pandera/) | [](https://pepy.tech/project/kedro-pandera) |
**Code health**
----------------------------------------------------------
| Branch | Tests | Coverage | Links | Documentation | Deployment | Activity |
| ------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `main` | [](https://github.com/Galileo-Galilei/kedro-pandera/actions?query=workflow%3Atest+branch%3Amain) | [](https://codecov.io/gh/Galileo-Galilei/kedro-pandera/branch/main) | [](https://github.com/Galileo-Galilei/kedro-pandera/actions?query=workflow%3Acheck-links+branch%3Amain) | [](https://kedro-pandera.readthedocs.io/en/stable/) | [](https://github.com/Galileo-Galilei/kedro-pandera/actions?query=branch%3Amain+workflow%3Apublish) | [](https://github.com/Galileo-Galilei/kedro-pandera/compare/0.2.2...main) |
# What is kedro-pandera?
# How do I install kedro-pandera?
``kedro-pandera`` is available on PyPI, so you can install it with ``pip``:
```console
pip install kedro-pandera
```
If you want to use the most up to date version of the package which is under development and not released yet, you can install the package from github:
```console
pip install --upgrade git+https://github.com/Galileo-Galilei/kedro-pandera.git
```
# Getting started
The documentation contains:
- [A "hello world" example](https://kedro-pandera.readthedocs.io/en/stable/source/01_tutorials/01_getting_started.html)
# Release and roadmap
The [release history](https://github.com/Galileo-Galilei/kedro-pandera/blob/main/CHANGELOG.md) centralizes packages improvements across time. The main features coming in next releases are [listed on github milestones](https://github.com/Galileo-Galilei/kedro-pandera/milestones). Feel free to upvote/downvote and discuss prioritization in associated issues.
# Disclaimer
This package is still in active development. We use [SemVer](https://semver.org/) principles to version our releases. Until we reach `1.0.0` milestone, breaking changes will lead to `<minor>` version number increment, while releases which do not introduce breaking changes in the API will lead to `<patch>` version number increment.
If you want to see how to migrate from one version of `kedro-pandera` to another, see the [migration guide](./docs/source/migration_guide.md).
# Can I contribute?
We'd be happy to receive help to maintain and improve the package. Any PR will be considered (from typo in the docs to core features add-on) Please check the [contributing guidelines](https://github.com/Galileo-Galilei/kedro-pandera/blob/main/CONTRIBUTING.md).
# Main contributors
The following people actively maintain, enhance and discuss design to make this package as good as possible:
- [Yolan Honoré-Rougé](https://github.com/Galileo-Galilei)
- [Nok Lam Chan](https://github.com/noklam)
- [Joel Schwarzmann](https://github.com/datajoely)
Raw data
{
"_id": null,
"home_page": "https://github.com/Galileo-Galilei/kedro-pandera",
"name": "kedro-pandera",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.12,>=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Yolan Honor\u00e9-Roug\u00e9",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/84/62/d25702480f216488f72647d4b967de9a528137f8b6c02e64ea5241b54672/kedro_pandera-0.2.2.tar.gz",
"platform": null,
"description": "**General informations**\n\n[](https://pypi.org/project/kedro-pandera/) [](https://opensource.org/license/apache-2-0/) [](https://github.com/ambv/black)\n[](https://semver.org/)\n\n----------------------------------------------------------\n| Software repository | Latest release | Total downloads |\n| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------- |\n| Pypi | [](https://pypi.org/project/kedro-pandera/) | [](https://pepy.tech/project/kedro-pandera) |\n\n**Code health**\n\n----------------------------------------------------------\n| Branch | Tests | Coverage | Links | Documentation | Deployment | Activity |\n| ------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `main` | [](https://github.com/Galileo-Galilei/kedro-pandera/actions?query=workflow%3Atest+branch%3Amain) | [](https://codecov.io/gh/Galileo-Galilei/kedro-pandera/branch/main) | [](https://github.com/Galileo-Galilei/kedro-pandera/actions?query=workflow%3Acheck-links+branch%3Amain) | [](https://kedro-pandera.readthedocs.io/en/stable/) | [](https://github.com/Galileo-Galilei/kedro-pandera/actions?query=branch%3Amain+workflow%3Apublish) | [](https://github.com/Galileo-Galilei/kedro-pandera/compare/0.2.2...main) |\n\n# What is kedro-pandera?\n\n\n# How do I install kedro-pandera?\n\n\n``kedro-pandera`` is available on PyPI, so you can install it with ``pip``:\n\n```console\npip install kedro-pandera\n```\n\nIf you want to use the most up to date version of the package which is under development and not released yet, you can install the package from github:\n\n```console\npip install --upgrade git+https://github.com/Galileo-Galilei/kedro-pandera.git\n```\n\n\n# Getting started\n\nThe documentation contains:\n\n- [A \"hello world\" example](https://kedro-pandera.readthedocs.io/en/stable/source/01_tutorials/01_getting_started.html)\n\n# Release and roadmap\n\nThe [release history](https://github.com/Galileo-Galilei/kedro-pandera/blob/main/CHANGELOG.md) centralizes packages improvements across time. The main features coming in next releases are [listed on github milestones](https://github.com/Galileo-Galilei/kedro-pandera/milestones). Feel free to upvote/downvote and discuss prioritization in associated issues.\n\n# Disclaimer\n\nThis package is still in active development. We use [SemVer](https://semver.org/) principles to version our releases. Until we reach `1.0.0` milestone, breaking changes will lead to `<minor>` version number increment, while releases which do not introduce breaking changes in the API will lead to `<patch>` version number increment.\n\nIf you want to see how to migrate from one version of `kedro-pandera` to another, see the [migration guide](./docs/source/migration_guide.md).\n\n# Can I contribute?\n\nWe'd be happy to receive help to maintain and improve the package. Any PR will be considered (from typo in the docs to core features add-on) Please check the [contributing guidelines](https://github.com/Galileo-Galilei/kedro-pandera/blob/main/CONTRIBUTING.md).\n\n# Main contributors\n\nThe following people actively maintain, enhance and discuss design to make this package as good as possible:\n\n- [Yolan Honor\u00e9-Roug\u00e9](https://github.com/Galileo-Galilei)\n- [Nok Lam Chan](https://github.com/noklam)\n- [Joel Schwarzmann](https://github.com/datajoely)\n",
"bugtrack_url": null,
"license": "Apache Software License (Apache 2.0)",
"summary": "A kedro plugin to use pandera in your kedro projects",
"version": "0.2.2",
"project_urls": {
"Homepage": "https://github.com/Galileo-Galilei/kedro-pandera"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a34d5e6ba72931418d4e34963e19d2f38552651eea84a887851d444d2689304b",
"md5": "4e4ec941cdb80c0331ee1dadcad17392",
"sha256": "92ff0fe2cbb726c11cbda4ec69e2cb67e135477fe46ac5d9a204337eeceb8ff8"
},
"downloads": -1,
"filename": "kedro_pandera-0.2.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4e4ec941cdb80c0331ee1dadcad17392",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.12,>=3.8",
"size": 12733,
"upload_time": "2024-06-03T20:32:23",
"upload_time_iso_8601": "2024-06-03T20:32:23.856712Z",
"url": "https://files.pythonhosted.org/packages/a3/4d/5e6ba72931418d4e34963e19d2f38552651eea84a887851d444d2689304b/kedro_pandera-0.2.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8462d25702480f216488f72647d4b967de9a528137f8b6c02e64ea5241b54672",
"md5": "4437c90d80cb148bc6eb39f76db5d233",
"sha256": "e7505be50d8019d425c92167086ee791dcdb206cdf8cf2bda60194799a242e1c"
},
"downloads": -1,
"filename": "kedro_pandera-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "4437c90d80cb148bc6eb39f76db5d233",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.12,>=3.8",
"size": 147784,
"upload_time": "2024-06-03T20:32:25",
"upload_time_iso_8601": "2024-06-03T20:32:25.729298Z",
"url": "https://files.pythonhosted.org/packages/84/62/d25702480f216488f72647d4b967de9a528137f8b6c02e64ea5241b54672/kedro_pandera-0.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-03 20:32:25",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Galileo-Galilei",
"github_project": "kedro-pandera",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "kedro-pandera"
}