{ "info": { "author": "Sahil Chinoy", "author_email": "sahil.chinoy@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "A Django app for downloading and parsing IRS campaign finance data, inspired by the [New York Times Fech library](https://github.com/NYTimes/Fech).\n\n[![PyPI version](https://badge.fury.io/py/django-irs-filings.svg)](http://badge.fury.io/py/django-irs-filings)\n[![Build Status](https://travis-ci.org/sahilchinoy/django-irs-filings.svg?branch=master)](https://travis-ci.org/sahilchinoy/django-irs-filings)\n\nBackground\n---------------\nSome political committees report their contributions and expenditures to the IRS under \u00a7 527 of the U.S. tax code. The IRS publishes these disclosure forms as a bulk download. This app attempts to make sense of that archive.\n\nThe [archive](http://forms.irs.gov/app/pod/dataDownload/dataDownload) is updated every Sunday at 1:00 AM. \n\nGetting started\n---------------\n\nInstall it.\n\n```bash\n$ pip install django-irs-filings\n```\n\nAdd `irs` to your list of `INSTALLED_APPS` in `settings.py`.\n\n```python\nINSTALLED_APPS = (\n ...\n 'irs',\n ...\n)\n```\n\nMigrate your database.\n\n```bash\n$ python manage.py migrate irs\n```\n\nFinally, call the `updateIRS` command. This will download the latest zipped archive from the IRS website, unzip and parse it, and load it into the database.\n\n```bash\n$ python manage.py updateIRS\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sahilchinoy/django-irs", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-irs-filings", "package_url": "https://pypi.org/project/django-irs-filings/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-irs-filings/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/sahilchinoy/django-irs" }, "release_url": "https://pypi.org/project/django-irs-filings/0.1.6/", "requires_dist": null, "requires_python": null, "summary": "A Django app to download IRS 527 filings and load them into a database", "version": "0.1.6" }, "last_serial": 2211426, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "9c530cbf1f51659c1661cca0c6a9474b", "sha256": "ef1e2b7a35771e649dadd5cd6530fc0dfc56d4b82f542f40d7db0311968ac085" }, "downloads": -1, "filename": "django-irs-filings-0.1.tar.gz", "has_sig": false, "md5_digest": "9c530cbf1f51659c1661cca0c6a9474b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13278, "upload_time": "2015-09-02T06:58:32", "url": "https://files.pythonhosted.org/packages/86/d7/b4646a4c25aa3cf6e106e797ed690d7dc48c343a29a207010337f8ce89c9/django-irs-filings-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "a0f4b70e1c04a4a128c4d14d2e59a1ea", "sha256": "8a75a2c4ae986c128c03ae719fd6bf319ed55d59d62cf7125c1ae6f0e208dace" }, "downloads": -1, "filename": "django-irs-filings-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a0f4b70e1c04a4a128c4d14d2e59a1ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 293509, "upload_time": "2015-09-03T08:05:09", "url": "https://files.pythonhosted.org/packages/ce/74/752e5205d7bc132f7309b00128ac17130a858a770dbb5cf1408950a3331f/django-irs-filings-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "78c2a5cc1c4c572bdd0a15a9bcc91979", "sha256": "00e3965436b2b22a1726222e0352860227cb71cc4965c58c684a27204ebe0b1e" }, "downloads": -1, "filename": "django-irs-filings-0.1.2.tar.gz", "has_sig": false, "md5_digest": "78c2a5cc1c4c572bdd0a15a9bcc91979", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 297093, "upload_time": "2015-09-03T18:48:48", "url": "https://files.pythonhosted.org/packages/60/00/b78e8b96c1ada887c4092b1ec2928dacb1631b4a3cb8b8d41858c0a25b84/django-irs-filings-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "1f57b43bbe4ebb9500c85d9f0146ae5d", "sha256": "62c5fb651111db554eb7418208075bc41c985868faf2401fedeaf2aa03c58c5b" }, "downloads": -1, "filename": "django-irs-filings-0.1.3.tar.gz", "has_sig": false, "md5_digest": "1f57b43bbe4ebb9500c85d9f0146ae5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 298914, "upload_time": "2015-09-07T09:27:40", "url": "https://files.pythonhosted.org/packages/53/2f/cdd1411473ab1214ff41de00bb403bbb73548c1d42ece28492eba3f04bbb/django-irs-filings-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "ed478c233d4ad5ed7ee160e1b1d1e9a5", "sha256": "088ae1fcfb53ee959b3b1233fc3c54fdbc95f0a8b3087ecfdf78a3ff31394e32" }, "downloads": -1, "filename": "django-irs-filings-0.1.4.tar.gz", "has_sig": false, "md5_digest": "ed478c233d4ad5ed7ee160e1b1d1e9a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 299132, "upload_time": "2015-09-07T19:02:25", "url": "https://files.pythonhosted.org/packages/e0/c5/64b3c608ecb66ef22691a275c96004505968c5e84c7a7cfb19a37cf8e5f7/django-irs-filings-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "4ce01e7aea1a20d88217548bacb5f58f", "sha256": "1ac2a413fa8f86608340114779491805d54958727704ff5284db007c684b0725" }, "downloads": -1, "filename": "django-irs-filings-0.1.5.tar.gz", "has_sig": false, "md5_digest": "4ce01e7aea1a20d88217548bacb5f58f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 293576, "upload_time": "2016-07-09T07:20:41", "url": "https://files.pythonhosted.org/packages/f4/d2/4c77cbfa23a7f3a38d9d85a18afcced65391c8bc4d99587fe5e69b05769d/django-irs-filings-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "27196d95138349655757873a688ec694", "sha256": "58c1d9ed24d0dcd97c4c404dde269ad03ec2d25dafe0be8eff7880329751e021" }, "downloads": -1, "filename": "django-irs-filings-0.1.6.tar.gz", "has_sig": false, "md5_digest": "27196d95138349655757873a688ec694", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 293837, "upload_time": "2016-07-09T07:53:52", "url": "https://files.pythonhosted.org/packages/68/e0/bb4abf80d15b15c889d407b4ffc954cc31ad2593a89144f672f8e98e2154/django-irs-filings-0.1.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "27196d95138349655757873a688ec694", "sha256": "58c1d9ed24d0dcd97c4c404dde269ad03ec2d25dafe0be8eff7880329751e021" }, "downloads": -1, "filename": "django-irs-filings-0.1.6.tar.gz", "has_sig": false, "md5_digest": "27196d95138349655757873a688ec694", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 293837, "upload_time": "2016-07-09T07:53:52", "url": "https://files.pythonhosted.org/packages/68/e0/bb4abf80d15b15c889d407b4ffc954cc31ad2593a89144f672f8e98e2154/django-irs-filings-0.1.6.tar.gz" } ] }