Skip to content

clombo/Python-RSAID-Validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-RSAID-Validation

Module that validates RSA ID Numbers

Example Usage

Example code can be found in the example.py file as well.

from IDVal import IDValid

testID = IDValid()

IDValid() takes an optional parameter IDNum which can be set to a RSA ID number you wish to validate.

testID = IDValid(IDNum='8001015009087')

About

Module that validates RSA ID Numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages