Python Forum
Input validation package
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Input validation package
#1
Hey, I wrote a package for input validation(email, regex, require, etc)

You can see it on git
https://github.com/itay-bardugo/PValidator
You can use the examples from /test folder

Feel free to contact me for features suggestions or anything else.
Reply
#2
I suggest to include a documentation because we don't know what the package does nor how to use it.
Another improvement would be to write the tests with eg module unittest instead of printing output.
Reply
#3
Thanks for your reply.
Documentations are included right now :)
Ill use unitests too asap
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020