Skip to content

The Constitution of the United States formatted as .py dict and .json file with metadata.

License

Notifications You must be signed in to change notification settings

andrewblais/unitedStatesConstitutionJSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

usconstitution-structured

The Constitution of the United States

  • Python dict
  • JSON file
  • Includes metadata:
    • articles
    • sections
    • dates
    • notes
  • Additional modules for various functionality to come.

Text Sources:

I've made an effort to apply consistent formatting across the nested dictionaries. For instance, some key: VALUES are multiple elements in a list, while some have only one element. To maintain consistency that single key: VALUE element is in a list with the key 'SINGLESECTION' so the it can be retrieved the same way.

Please let me know if there are any errors or oversights.

Releases

No releases published

Packages

No packages published

Languages