mirror of
https://github.com/unitedstates/congress.git
synced 2025-12-25 01:00:04 -05:00
change directory structure to make python package conventional add setup.py file to specify deps guide users to use the installed `usc-run` command associated changes to other scripts make scripts installable when package is installed add a symlink for congress/run.py to run for backwards compat remove redundant requirements file
5 lines
200 B
Bash
Executable File
5 lines
200 B
Bash
Executable File
#!/bin/sh
|
|
usc-run govinfo --collections=STATUTE --extract=mods,pdf
|
|
usc-run statutes --volumes=65-86 --govtrack # bill status
|
|
usc-run statutes --volumes=65-106 --textversions --extracttext # bill text
|