You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 years ago | |
|---|---|---|
| .gitignore | 3 years ago | |
| EINService.py | 3 years ago | |
| README.md | 3 years ago | |
| basic_example.py | 3 years ago | |
| example_from_excel.py | 3 years ago | |
README.md
Usage Guide Available
For information on how to set up and utilize this library please view: https://git.glott.me/LEAF/EINService/wiki/Usage-Guide
Information:
- Currently only EINTaxIDService is available. This uses https://eintaxid.com to fetch information about a company.
- The EINData object utilized by this library consists of the following data: EIN, Company Name, Address, City, State, Zip Code, Phone
Upcoming functionality
Future versions will hopefully provide the following capabilities:
- Option to use other EIN search services
- Automatically format EINData lists into dataframes
- Compare 'EINData dataframes' adding the compare dict as an extra column
A GUI application is also planned for release, but will be located in a seperate repo