0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 08, 2024 — Sep 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update script to use existing code in bill_info.py, which adds a lot more information about the bills. More... over 12 years ago
Add a basic statutes script, which creates basic json files for bills that became law. More... over 12 years ago
nominations.py function identical to bills.py More... over 12 years ago
added option for POST data to download() More... over 12 years ago
Added a few nomination functions directly analogous to bill functions More... over 12 years ago
First run at nomination_info.py More... over 12 years ago
Merge fix More... over 12 years ago
Move the thomas ID correction out of just the govtrack export code and into the general data output More... over 12 years ago
now that we store thomas IDs in a consistent format, no need to reformat for GovTrack output More... over 12 years ago
handle committee sponsors of amendments --- affects bills by adding type=person to all sponsors (as it does for amendments sponsored by individuals) More... over 12 years ago
Make sure thomas IDs we use on sponsor/cosponsor fields in bulk data match the same rules (string, zero-padding) as we use in congress-legislators More... over 12 years ago
name correction More... over 12 years ago
handle THOMAS providing an incorrect ID for Rep. C. A. Dutch Ruppersberger More... over 12 years ago
a little cleanup for GovTrack output when a THOMAS ID is not found More... over 12 years ago
some GovTrack-compatible output fixes More... over 12 years ago
improve related-bill relation detection: detect rules ('rule' code, which was used on GovTrack) and detect three new relations: 'includes' and 'included-in' which seem to be new relations for when some text of one bill is included in another (very cool) and 'ruled-by' which is the inverse of 'rule' More... over 12 years ago
Restored the fdsys bill fetching task, no reason these can't coexist More... over 12 years ago
Added a bill_versions task that takes a full --congress, a --bill_id, or a --bill_version_id, and saves a text-versions/[version_code].json file with the data for each version: when it was issued, its code/id, and URLs to each published version of it. Uses fdsys.py for sitemap crawling and MODS doc parsing More... over 12 years ago
Resolved merge conflict More... over 12 years ago
Merge branch 'master' of github.com:unitedstates/congress More... over 12 years ago
In-progress refactor to make a bill_versions task More... over 12 years ago
Added a couple helper functions, made sure to transform congress into integer all the time More... over 12 years ago
fdsys: for --store, handle collections that have 'granules' like how the STATUTEs break up each volume by public law where the public laws are listed on the package content page but not in the sitemap More... over 12 years ago
Moved doing_amendments into the options hash More... over 12 years ago
Refactored download helper to have all extra options go through options hash, documented each option More... over 12 years ago
fdsys: add a method to locally store mods, PDF, etc. and update when sitemap indicates changes More... over 12 years ago
add a FDSys sitemap mirroring tool and create text-versions.json files next to each bill data.json file with available text versions with GPO URLs and lastmod timestamps from the source sitemap More... over 12 years ago
markdown error More... over 12 years ago
clean up README More... over 12 years ago
amendments: handle case where there are no actions More... over 12 years ago