An open API service indexing awesome lists of open source software.

https://github.com/iepathos/iepathos-npos

A Django App and side script to parse and write the IRS list of Tax Exempt Non-Profit Organizations in the US to a MySQL database. Django 1.4.2 and South + Python and MySQL scripting
https://github.com/iepathos/iepathos-npos

Last synced: 8 months ago
JSON representation

A Django App and side script to parse and write the IRS list of Tax Exempt Non-Profit Organizations in the US to a MySQL database. Django 1.4.2 and South + Python and MySQL scripting

Awesome Lists containing this project

README

          

# iepathos-npos uses: Django 1.4.2, South, MySQL and Python scripting.
### Written by Glen Baker - iepathos@gmail.com

#### Django app 'npos' creates a basic models for non-profit organizations based on the information given by the irs. Includes: electronic identification number, name, city, state and country.

models.py holds all the information
admin.py allows for checking and editing npos

#### nposiepathos.py parses the list of tax exempt non-profit organizations, data-download-pub78.txt and write them into the MySQL database iepathos.

todo: Use threading to speed up MySQL writing.