Skip to content

govtrack/congressxml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CongressXML

XML-to-HTML converter for U.S. Congress bill text in soon-to-be legacy XML. See https://xml.house.gov/ for the schema.

Installation

Usage

import congressxml

html_tree = congressxml.convert_xml("bill.xml")

congressxml.write_html(html_tree, "bill.html")

or

python -m congressxml path/to/bill.xml

About

XML-to-HTML converter for HouseXML and CatoXML.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.2%
  • CSS 33.8%