python-validators / validators

Python Data Validation for Humans™.
MIT License
960 stars 152 forks source link

Update README.md #311

Closed krishvsoni closed 11 months ago

krishvsoni commented 11 months ago

Added different validator methods in the README file, although the official documentation link is given, I have also included the methods directly in the README file for your convenience.

krishvsoni commented 11 months ago

Hi, I would like the README to stay as simple as it currently is.

Thanks for the PR, though.

I made it simple, like giving some idea that how we can use this validators. And though the docs link is given it will also save time and it not much.

yozachar commented 11 months ago

The examples you've provided are wrong and unrelated. For example this package does not provide validate_email_address name, neither does it perform integer nor date-syntax validation. Please go through the documentation to understand the kind of validations, this library performs. Thanks for taking interest!