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.
 
Griffiths Lott bd79683d46 Fixed as_series() method and simplified compare() logic 3 years ago
.gitignore Implemented multi-ein searches. Confirmed EINData.compare() works. Test.py contains example of usage. 3 years ago
EINService.py Fixed as_series() method and simplified compare() logic 3 years ago
README.md Added example files and logging (replaces prints) 3 years ago
basic_example.py Added example files and logging (replaces prints) 3 years ago
example_from_excel.py Added example files and logging (replaces prints) 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