pypi_packages: fec-to-sqlite
This data as json
name | summary | classifiers | description | author | author_email | description_content_type | home_page | keywords | license | maintainer | maintainer_email | package_url | platform | project_url | project_urls | release_url | requires_dist | requires_python | version | yanked | yanked_reason |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fec-to-sqlite | Save FEC campaign finance data to a SQLite database | [] | # fec-to-sqlite [](https://pypi.org/project/fec-to-sqlite/) [](https://circleci.com/gh/simonw/fec-to-sqlite) [](https://github.com/simonw/fec-to-sqlite/blob/master/LICENSE) Create a SQLite database using FEC campaign contributions data. This tool builds on [fecfile](https://github.com/esonderegger/) by Evan Sonderegger. ## How to install $ pip install fec-to-sqlite ## Usage $ fec-to-sqlite filings filings.db 1146148 This fetches the filing with ID `1146148` and stores it in tables in a SQLite database called `filings.db`. It will create any tables it needs. You can pass more than one filing ID, separated by spaces. | Simon Willison | text/markdown | https://github.com/dogsheep/fec-to-sqlite | Apache License, Version 2.0 | https://pypi.org/project/fec-to-sqlite/ | https://pypi.org/project/fec-to-sqlite/ | {"Homepage": "https://github.com/dogsheep/fec-to-sqlite"} | https://pypi.org/project/fec-to-sqlite/0.2/ | ["sqlite-utils", "click", "requests", "fecfile", "tqdm", "pytest ; extra == 'test'"] | 0.2 | 0 |