Saba Pochkhua

Results 14 issues of Saba Pochkhua

**Framework:** Tornado **Description:** [Tornado](https://www.tornadoweb.org/en/stable/) is a Python web framework and asynchronous networking library. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections *Examples are...

good first issue
new example

**Rule Name:** ActiveURL **Rule Description:** The field under validation must have a valid A or AAAA record **Rule Usage Example:** ```python reqs = {'data' : 'facebook.com'} rule = {'data' :...

good first issue
new rule

**Framework:** Django **Description:** [Django](https://www.djangoproject.com/) is a high-level Python Web framework *Examples are good for every project. Validator has some examples in [Examples](https://github.com/CSenshi/Validator/tree/master/examples) folder. Anyone willing to contribute can check flask...

good first issue
new example

Write rule that validates data to be date. If data is already datetime class return true. For strings check if it's correctly formatted. Description: "The field under validation must be...

good first issue
new rule

**Rule Name:** DateFormat **Rule Arguments:** 1. format - String that represents python datetime format **Rule Description:** The field under validation must match the given format **Rule Usage Example:** ```python reqs...

good first issue
new rule

**Rule Name:** UUIDv5 **Rule Description:** The field under validation must be a valid Universally Unique IDentifier version 5 (UUIDv5). UUIDv5 is name based uses SHA-1 for hashing **Rule Usage Example:**...

good first issue
new rule

Write Rule to validate data to contain only alphabetic characters (a-zA-z0-9) Description: "The field under validation must be entirely alpha-numeric characters" Please see [CONTRIBUTING.md](https://github.com/CSenshi/Validator/blob/master/CONTRIBUTING.md) for Contribution details :100:

good first issue
new rule

Write Rule to validate data to contain only alphabetic characters ([a-z][A-z][0-9]-_) Description: "The field under validation may have alpha-numeric characters, as well as dashes and underscores." Please see [CONTRIBUTING.md](https://github.com/CSenshi/Validator/blob/master/CONTRIBUTING.md) for...

good first issue
new rule

Rule to validate data to be numeric. if its string checks with builtin `isnumeric()` else check for types int, float, complex Description: "The field under validation must be numeric" Please...

good first issue
new rule

It would be nice if instead of having only one function that just generates a string, we had a struct named 'struct graph' for example, that had this method, configurations...

help wanted