{"id":28476129,"url":"https://github.com/tdfischer/civic-hacking-2014","last_synced_at":"2025-07-01T23:32:14.868Z","repository":{"id":17556343,"uuid":"20359273","full_name":"tdfischer/civic-hacking-2014","owner":"tdfischer","description":null,"archived":false,"fork":false,"pushed_at":"2014-06-01T20:18:13.000Z","size":4648,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-07T15:06:07.322Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"tildeio/helix","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tdfischer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-31T16:00:09.000Z","updated_at":"2014-06-01T20:18:15.000Z","dependencies_parsed_at":"2022-08-25T18:01:13.525Z","dependency_job_id":null,"html_url":"https://github.com/tdfischer/civic-hacking-2014","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tdfischer/civic-hacking-2014","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdfischer%2Fcivic-hacking-2014","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdfischer%2Fcivic-hacking-2014/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdfischer%2Fcivic-hacking-2014/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdfischer%2Fcivic-hacking-2014/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tdfischer","download_url":"https://codeload.github.com/tdfischer/civic-hacking-2014/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdfischer%2Fcivic-hacking-2014/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263050341,"owners_count":23405818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-07T15:06:07.890Z","updated_at":"2025-07-01T23:32:14.855Z","avatar_url":"https://github.com/tdfischer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Progress Report Parser\n\nDevelopment done for the City of Akron as part of the of 2014 National Day of Civic Hacking\n\n### Installation\n\nThe parser is written in [Python](https://www.python.org/download/), which\nyou'll need to have installed on your machined to run the application.\n\nYou can then install `pip`: http://pip.readthedocs.org/en/latest/installing.html\n\nFinally, you can install the dependencies for the project by running:\n\n    pip install -r requirements.txt\n\n\n### Running the App\n\nFrom the command line, you can run:\n\n    python parser.py path/to/file.xls \u003e file/to/save.json\n\nTo change the format of the output file, you can pass an outputter. For example,\nto export the data in CSV format you can run:\n\n    python parser.py --format cvs path/to/file.xls \u003e file/to/save.csv\n\nYou can get information on what options are available by running:\n\n    python parse.py --help\n\n#### CSV Export\n\n*Warning*: we ran out of time on the CSV output format and functionality for\noutputting the project allocations to a separate section needs to still be\ncompleted.\n\nWe output data to the console by default so it can be output to a file. Since\nthe CSV data crosses multiple tables and all output done at once, we split the\ndifferent table information with delimeters and header rows in the output.\n\n\n### Sample data\n\nSample data from the City of Akron's 2009, 2010, and 2011 fiscal years are in sample-data/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftdfischer%2Fcivic-hacking-2014","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftdfischer%2Fcivic-hacking-2014","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftdfischer%2Fcivic-hacking-2014/lists"}