Converts the United States Code XML files to a sqlite database
Download the xml file from http://uscode.house.gov/download/download.shtml
Place the xml files in the './xml' subdirectory and run the script 'uscxmlparse'
Written in Python 3
Requires lxml
For instance, ~/Code/PycharmProjects/uscxmlparse/venv2/bin> ./python -m pip install lxml