{ "info": { "author": "The Los Angeles Times Data Desk", "author_email": "datadesk@latimes.com", "bugtrack_url": null, "classifiers": [], "description": "# django-fec-raw-data\n\nA Django app to download, extract and load campaign finance from the Federal Election Commission.\n\nIt relies on the New York Times [Fech](http://nytimes.github.io/Fech/) library to download filings as CSV files, then loads them\ninto a database preserving all the fields in the raw data.\n\n\n[![Build Status](https://travis-ci.org/datadesk/django-fec-raw-data.png?branch=master)](https://travis-ci.org/california-civic-data-coalition/django-fec-raw-data)\n[![PyPI version](https://badge.fury.io/py/django-fec-raw-data.png)](http://badge.fury.io/py/django-fec-raw-data)\n[![Coverage Status](https://coveralls.io/repos/datadesk/django-fec-raw-data/badge.png?branch=master)](https://coveralls.io/r/california-civic-data-coalition/django-fec-raw-data?branch=master)\n\n* Issues: [github.com/datadesk/django-fec-raw-data/issues](https://github.com/datadesk/django-fec-raw-data/issues)\n* Packaging: [pypi.python.org/pypi/django-fec-raw-data](https://pypi.python.org/pypi/django-fec-raw-data)\n* Testing: [travis-ci.org/datadesk/django-fec-raw-data](https://travis-ci.org/datadesk/django-fec-raw-data)\n* Coverage: [coveralls.io/r/datadesk/django-fec-raw-data](https://coveralls.io/r/datadesk/django-fec-raw-data)\n\n\n## Quick start\n\nAdd this app to your ``INSTALLED_APPS`` in ``settings.py``.\n\n```python\n INSTALLED_APPS = (\n ...\n 'fec_raw',\n )\n```\n\nCreate the raw models.\n\n```bash\n$ python manage.py migrate\n```\n\nDownload the FEC filings.\n\n```bash\n$ python manage.py downloadfecrawdata\n```\n\nLoad them into the database.\n\n```bash\n$ python manage.py loadfecrawdata\n```\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-fec-raw-data", "package_url": "https://pypi.org/project/django-fec-raw-data/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-fec-raw-data/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/django-fec-raw-data/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "A Django app to download, extract and load campaign finance from the Federal Election Commission", "version": "0.0.3" }, "last_serial": 1951701, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "5ef469e5e670e9a76469eaee0eee3ad2", "sha256": "20f0edeb9a56f9313dcbca8fc15bb20c36282e2fac98530d01eb7d4198b26441" }, "downloads": -1, "filename": "django-fec-raw-data-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5ef469e5e670e9a76469eaee0eee3ad2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10680, "upload_time": "2015-11-24T06:35:03", "url": "https://files.pythonhosted.org/packages/5b/db/0b38f28bfdfed16a056dd669cb0ba0a1b14dfa3bae06ababfe22dc58e95c/django-fec-raw-data-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "d3224efb7b1f108e94a3cf3c8ffb6b71", "sha256": "a9072889ab5fb256dee968d8dd7b2a0ec1d8c8d6485883cdd073e582590954e7" }, "downloads": -1, "filename": "django-fec-raw-data-0.0.2.tar.gz", "has_sig": false, "md5_digest": "d3224efb7b1f108e94a3cf3c8ffb6b71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10661, "upload_time": "2015-11-24T06:55:08", "url": "https://files.pythonhosted.org/packages/e8/39/4aa5b9463304cf81af0d045018ccd3afa9f72bcbeb623fa0587df48b0d01/django-fec-raw-data-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "e2e88831c535ec97e2b6f84907354fb4", "sha256": "7bcd3ce803d3739e2303283abf8218aff7a1c7b3387d634810fff4769c32775a" }, "downloads": -1, "filename": "django-fec-raw-data-0.0.3.tar.gz", "has_sig": false, "md5_digest": "e2e88831c535ec97e2b6f84907354fb4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10279, "upload_time": "2016-02-11T19:09:36", "url": "https://files.pythonhosted.org/packages/d1/a6/578472a076c6e49006cdc0c36597ee00f28c8854db0f16786de6aa4ef020/django-fec-raw-data-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e2e88831c535ec97e2b6f84907354fb4", "sha256": "7bcd3ce803d3739e2303283abf8218aff7a1c7b3387d634810fff4769c32775a" }, "downloads": -1, "filename": "django-fec-raw-data-0.0.3.tar.gz", "has_sig": false, "md5_digest": "e2e88831c535ec97e2b6f84907354fb4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10279, "upload_time": "2016-02-11T19:09:36", "url": "https://files.pythonhosted.org/packages/d1/a6/578472a076c6e49006cdc0c36597ee00f28c8854db0f16786de6aa4ef020/django-fec-raw-data-0.0.3.tar.gz" } ] }