Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

alphagov/government-form-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data for exploring forms found on GOV.UK

government-form-explorer

Data from GOV.UK and registers:

  • page — GOV.UK pages with form content
  • history — history of page updates
  • attachment — GOV.UK attachments associated with form pages
  • organisation — organisations responsible for forms, data assembled from various registers
  • slug — map to translate a GOV.UK slug to an organisation

Conceptual model data:

  • task — tasks, and the people who design and process forms used to complete them
  • form — forms, as understood by users

Building

Use make to download and build the data from GOV.UK and registers – we recommend using a Python virtual environment:

$ mkvirtualenv -p python3 government-form-data
$ workon government-form-data
$ make init
$ make

To refresh pages and organisations:

$ make clobber
$ make

Licence

The software in this project is covered by LICENSE file.

The data is © Crown copyright and available under the terms of the Open Government 3.0 licence.

About

Data about forms found on GOV.UK

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published