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
- Host: GitHub
- URL: https://github.com/iepathos/iepathos-npos
- Owner: iepathos
- Created: 2012-11-09T22:22:14.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-16T12:58:29.000Z (over 13 years ago)
- Last Synced: 2024-04-19T15:22:22.323Z (about 2 years ago)
- Language: JavaScript
- Size: 18.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.