Skip to content

navyad/pycommons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build status

pycommons

Common utilities

Validators

commons.validate_mobile_number(str) Returns True or False based on if given str is a valid number or not.
commons.validate_gstin(str)
Returns True or False based on if given str is a valid GSTIN number or not.
commons.random_number(int)
Returns a random number of given length
commons.random_alphanumeric(int)
Returns a random alphanumeric string of given length

About

common python utilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages