Metadata-Version: 2.1
Name: bg-qsp
Version: 0.1.3
Summary: UNKNOWN
Home-page: https://github.com/bondgeek/bgqsp
Author: Bart Mosley
Author-email: bartm@bondgeek.com
License: MIT LICENSE
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown

# bgqsp
Utilities for handling CUSIP check digits. 


## Sample usage

```
>>> import bgqsp.cusip as q
>>> q.validate_cusip('912810DB')
'912810DB1'
>>>
```

## Disclaimers

This project is in no way associated with the American Bankers Association
and is offered as-is with no guarantees.

CUSIP is a registered trademark of the American Bankers Association. 


