# PyValidata - Python Data Validation Package
PyValidata is a Python package for data validation, created to ensure the integrity and quality of data in Python projects. With PyValidata, you can easily validate data types, numeric ranges, string lengths, null values, and apply custom validation rules.
# Release notes Version 0.1.4
New functions released, which are more advanced and useful to developers:
Validation functions:
- Added credit card 
- Added phone number
- Added url path 
- Added hex color
- Added jwt validation
- Mac address
- XML
- Postal code
- Username
- IP Address
# Features
Data type validation: Check if data elements belong to the expected data types.
Numeric range validation: Validate whether numeric data falls within specified ranges.
String length validation: Ensure that string data meets specified length criteria.
Null and missing value detection: Check for null or missing values in data.
Pattern matching: Validate data based on specific patterns or regular expressions.
Custom validation rules: Define and apply your custom validation rules to the data.
Note that this is just Pyvalidata's current functionality, and more will be added as more feedback is given.
# Installation
You can install PyValidata using pip:
  `pip install pyvalidata`
# Documentation
Please simply call the help function via `pyvalidata.help()` for full documentation on how to use this package. The documentation goes in detail and provides examples of each function, all while being easy to follow.
# Contributing
We welcome contributions! If you find a bug, have a suggestion, or want to contribute in any other way, please open an issue or submit a pull request.
# License
PyValidata is open-source software licensed under the MIT License.
Thank you for considering PyValidata! We hope it simplifies and enhances your data validation process in your Python projects. Happy validating! 
            
         
        Raw data
        
            {
    "_id": null,
    "home_page": "https://github.com/EklavyaT/pyvalidata",
    "name": "pyvalidata",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Eklavya Tomar",
    "author_email": "eklavyaprogramming@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/09/a8/fabc8d1199bfcc1937e758e262a63202037b47d83a906a4178200ea5729f/pyvalidata-0.1.4.tar.gz",
    "platform": null,
    "description": "# PyValidata - Python Data Validation Package\n\n\nPyValidata is a Python package for data validation, created to ensure the integrity and quality of data in Python projects. With PyValidata, you can easily validate data types, numeric ranges, string lengths, null values, and apply custom validation rules.\n\n\n# Release notes Version 0.1.4\n\nNew functions released, which are more advanced and useful to developers:\n\nValidation functions:\n\n- Added credit card \n- Added phone number\n- Added url path \n- Added hex color\n- Added jwt validation\n- Mac address\n- XML\n- Postal code\n- Username\n- IP Address\n\n# Features\nData type validation: Check if data elements belong to the expected data types.\n\nNumeric range validation: Validate whether numeric data falls within specified ranges.\n\nString length validation: Ensure that string data meets specified length criteria.\n\nNull and missing value detection: Check for null or missing values in data.\n\nPattern matching: Validate data based on specific patterns or regular expressions.\n\nCustom validation rules: Define and apply your custom validation rules to the data.\n\nNote that this is just Pyvalidata's current functionality, and more will be added as more feedback is given.\n\n\n# Installation\nYou can install PyValidata using pip:\n  `pip install pyvalidata`\n# Documentation\nPlease simply call the help function via `pyvalidata.help()` for full documentation on how to use this package. The documentation goes in detail and provides examples of each function, all while being easy to follow.\n\n\n\n# Contributing\nWe welcome contributions! If you find a bug, have a suggestion, or want to contribute in any other way, please open an issue or submit a pull request.\n\n# License\nPyValidata is open-source software licensed under the MIT License.\n\n\nThank you for considering PyValidata! We hope it simplifies and enhances your data validation process in your Python projects. Happy validating! \n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A Python package for data validation",
    "version": "0.1.4",
    "project_urls": {
        "Homepage": "https://github.com/EklavyaT/pyvalidata"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df3a3fab5a767b0ee88026205f56f7fb49ce0aec164bb435c47344e3f64559a2",
                "md5": "6149aa9c81cb95cd859bb3bdcd5b43e5",
                "sha256": "68dc8bf666501ce98846ac3236745dc7cd45ba4b899a9332967854515360aa8d"
            },
            "downloads": -1,
            "filename": "pyvalidata-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6149aa9c81cb95cd859bb3bdcd5b43e5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7965,
            "upload_time": "2023-09-14T16:46:50",
            "upload_time_iso_8601": "2023-09-14T16:46:50.588096Z",
            "url": "https://files.pythonhosted.org/packages/df/3a/3fab5a767b0ee88026205f56f7fb49ce0aec164bb435c47344e3f64559a2/pyvalidata-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09a8fabc8d1199bfcc1937e758e262a63202037b47d83a906a4178200ea5729f",
                "md5": "37cbbd8e1d502a67b09c6c43d405eb79",
                "sha256": "82c5a248b8fabe1343943d68c3f3662048355ae0a65307a5ed84525b0eb49243"
            },
            "downloads": -1,
            "filename": "pyvalidata-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "37cbbd8e1d502a67b09c6c43d405eb79",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7211,
            "upload_time": "2023-09-14T16:46:52",
            "upload_time_iso_8601": "2023-09-14T16:46:52.379477Z",
            "url": "https://files.pythonhosted.org/packages/09/a8/fabc8d1199bfcc1937e758e262a63202037b47d83a906a4178200ea5729f/pyvalidata-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-14 16:46:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "EklavyaT",
    "github_project": "pyvalidata",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyvalidata"
}