pdvalidate


Namepdvalidate JSON
Version 1.0.0rc1 PyPI version JSON
download
home_pageNone
SummaryA simple library for validating pandas data structures.
upload_time2024-08-23 13:54:42
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT
keywords library utility utilities pandas validation
VCS
bugtrack_url
requirements numpy pandas utils4
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # A simple library for validating pandas data structures

[![PyPI - Version](https://img.shields.io/pypi/v/pdvalidate?style=flat-square)](https://pypi.org/project/pdvalidate)
[![PyPI - Implementation](https://img.shields.io/pypi/implementation/pdvalidate?style=flat-square)](https://pypi.org/project/pdvalidate)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pdvalidate?style=flat-square)](https://pypi.org/project/pdvalidate)
[![PyPI - Status](https://img.shields.io/pypi/status/pdvalidate?style=flat-square)](https://pypi.org/project/pdvalidate)
[![Static Badge](https://img.shields.io/badge/tests-passing-brightgreen?style=flat-square)](https://pypi.org/project/pdvalidate)
[![Static Badge](https://img.shields.io/badge/code_coverage-100%25-brightgreen?style=flat-square)](https://pypi.org/project/pdvalidate)
[![Static Badge](https://img.shields.io/badge/pylint_analysis-100%25-brightgreen?style=flat-square)](https://pypi.org/project/pdvalidate)
[![Documentation Status](https://readthedocs.org/projects/pdvalidate/badge/?version=latest&style=flat-square)](https://pdvalidate.readthedocs.io/en/latest/)
[![PyPI - License](https://img.shields.io/pypi/l/virtualenv?style=flat-square)](https://opensource.org/licenses/MIT)
[![PyPI - Wheel](https://img.shields.io/pypi/wheel/pdvalidate?style=flat-square)](https://pypi.org/project/pdvalidate)

This ``pdvalidate`` library is a fork from ``pandas-validation`` (v0.5.0) originally written by Markus Englund, and was enhanced to include additional functionality; specifically to return the validation error messages (from each test) to the caller for capture and logging purposes.

Great efforts have been made to retain the initial integrity of the original ``pandas-validation`` project, while adding some new features.

Thank you Markus for your hard work on the excellent framework, and for sharing it with us all.


## Installation

For most users, the easiest way is probably to install the latest version hosted on [PyPI](https://pypi.org/project/pdvalidate/), *after* activating the appropriate virtual environment.

    pip install pdvalidate


## Using the Library
The [Quickstart Guide](https://pdvalidate.readthedocs.io/en/latest/quickstart.html) section of the documentation can be used to get up and running. Whereas, the [documentation suite](https://pdvalidate.readthedocs.io/en/latest/index.html) contains usage examples and detailed explanation for each of the library's importable modules.


## License

`pdvalidate` is distributed under the [MIT License](https://opensource.org/licenses/MIT).


## Authors
- Markus Englund: Author of the *original* [`pandas-validation`](https://github.com/jmenglund/pandas-validation).
- The S3DEV Developers: Authors of *this* [`pdvalidate`](https://github.com/s3dev/pdvalidate) fork, for enhanced functionality.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pdvalidate",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "The Developers <development@s3dev.uk>",
    "keywords": "library, utility, utilities, pandas, validation",
    "author": null,
    "author_email": "The Developers <development@s3dev.uk>",
    "download_url": "https://files.pythonhosted.org/packages/4a/89/575a5ad5df6a68229074dba9711186e4c7fa374e75f88a5dce38cc270b28/pdvalidate-1.0.0rc1.tar.gz",
    "platform": null,
    "description": "# A simple library for validating pandas data structures\n\n[![PyPI - Version](https://img.shields.io/pypi/v/pdvalidate?style=flat-square)](https://pypi.org/project/pdvalidate)\n[![PyPI - Implementation](https://img.shields.io/pypi/implementation/pdvalidate?style=flat-square)](https://pypi.org/project/pdvalidate)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pdvalidate?style=flat-square)](https://pypi.org/project/pdvalidate)\n[![PyPI - Status](https://img.shields.io/pypi/status/pdvalidate?style=flat-square)](https://pypi.org/project/pdvalidate)\n[![Static Badge](https://img.shields.io/badge/tests-passing-brightgreen?style=flat-square)](https://pypi.org/project/pdvalidate)\n[![Static Badge](https://img.shields.io/badge/code_coverage-100%25-brightgreen?style=flat-square)](https://pypi.org/project/pdvalidate)\n[![Static Badge](https://img.shields.io/badge/pylint_analysis-100%25-brightgreen?style=flat-square)](https://pypi.org/project/pdvalidate)\n[![Documentation Status](https://readthedocs.org/projects/pdvalidate/badge/?version=latest&style=flat-square)](https://pdvalidate.readthedocs.io/en/latest/)\n[![PyPI - License](https://img.shields.io/pypi/l/virtualenv?style=flat-square)](https://opensource.org/licenses/MIT)\n[![PyPI - Wheel](https://img.shields.io/pypi/wheel/pdvalidate?style=flat-square)](https://pypi.org/project/pdvalidate)\n\nThis ``pdvalidate`` library is a fork from ``pandas-validation`` (v0.5.0) originally written by Markus Englund, and was enhanced to include additional functionality; specifically to return the validation error messages (from each test) to the caller for capture and logging purposes.\n\nGreat efforts have been made to retain the initial integrity of the original ``pandas-validation`` project, while adding some new features.\n\nThank you Markus for your hard work on the excellent framework, and for sharing it with us all.\n\n\n## Installation\n\nFor most users, the easiest way is probably to install the latest version hosted on [PyPI](https://pypi.org/project/pdvalidate/), *after* activating the appropriate virtual environment.\n\n    pip install pdvalidate\n\n\n## Using the Library\nThe [Quickstart Guide](https://pdvalidate.readthedocs.io/en/latest/quickstart.html) section of the documentation can be used to get up and running. Whereas, the [documentation suite](https://pdvalidate.readthedocs.io/en/latest/index.html) contains usage examples and detailed explanation for each of the library's importable modules.\n\n\n## License\n\n`pdvalidate` is distributed under the [MIT License](https://opensource.org/licenses/MIT).\n\n\n## Authors\n- Markus Englund: Author of the *original* [`pandas-validation`](https://github.com/jmenglund/pandas-validation).\n- The S3DEV Developers: Authors of *this* [`pdvalidate`](https://github.com/s3dev/pdvalidate) fork, for enhanced functionality.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple library for validating pandas data structures.",
    "version": "1.0.0rc1",
    "project_urls": {
        "Documentation": "https://pdvalidate.readthedocs.io",
        "Homepage": "https://github.com/s3dev/pdvalidate",
        "Repository": "https://github.com/s3dev/pdvalidate"
    },
    "split_keywords": [
        "library",
        " utility",
        " utilities",
        " pandas",
        " validation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ac62c4e7ec78c4d9fbb903117d87aa3b317920103d2c0a1cdc78bc054e5bf9e",
                "md5": "9f8af88f0fa5b29583bf77bc701e493f",
                "sha256": "132421ad766c8771cc5c2bcd7287a64d6f408556a854370b54a3046d3af9d7db"
            },
            "downloads": -1,
            "filename": "pdvalidate-1.0.0rc1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9f8af88f0fa5b29583bf77bc701e493f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 9982,
            "upload_time": "2024-08-23T13:54:35",
            "upload_time_iso_8601": "2024-08-23T13:54:35.269674Z",
            "url": "https://files.pythonhosted.org/packages/3a/c6/2c4e7ec78c4d9fbb903117d87aa3b317920103d2c0a1cdc78bc054e5bf9e/pdvalidate-1.0.0rc1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a89575a5ad5df6a68229074dba9711186e4c7fa374e75f88a5dce38cc270b28",
                "md5": "5cc7f97c9f6b966b8349e5bfeb1f66b9",
                "sha256": "856545d3e8c825bca98c391fc29f4775623f8f1af857aad87d2d9867b2b5850e"
            },
            "downloads": -1,
            "filename": "pdvalidate-1.0.0rc1.tar.gz",
            "has_sig": false,
            "md5_digest": "5cc7f97c9f6b966b8349e5bfeb1f66b9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2970958,
            "upload_time": "2024-08-23T13:54:42",
            "upload_time_iso_8601": "2024-08-23T13:54:42.543409Z",
            "url": "https://files.pythonhosted.org/packages/4a/89/575a5ad5df6a68229074dba9711186e4c7fa374e75f88a5dce38cc270b28/pdvalidate-1.0.0rc1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-23 13:54:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "s3dev",
    "github_project": "pdvalidate",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "2.1.0"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "2.2.2"
                ]
            ]
        },
        {
            "name": "utils4",
            "specs": [
                [
                    "==",
                    "1.5.0rc3"
                ]
            ]
        }
    ],
    "lcname": "pdvalidate"
}
        
Elapsed time: 0.30577s