Metadata-Version: 2.1
Name: pyvalidata
Version: 0.1.1
Summary: A Python package for data validation
Home-page: https://github.com/EklavyaT/pyvalidata
Author: Eklavya Tomar
Author-email: eklavyaprogramming@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# 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.

# 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! 


