Module that validates RSA ID Numbers
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')