Socket
Socket
Sign inDemoInstall

pyvalidata

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyvalidata

A Python package for data validation


Maintainers
1

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!

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc