Skip to main content

A toolkit for rapid development of simple gov.uk services

Project description

fast-gov-uk

Fast-gov-uk is a new toolkit for rapid development of simple gov.uk services.

Fast-gov-uk is three things -

  1. an implementation of gov.uk design system in Python using FastHTML
  2. lightweight scaffolding for common service patterns e.g. forms
  3. designed from the ground-up for AI agents to help with rapid development

Installation

$ pip install fast-gov-uk

A Simple Example

# save this as app.py
from fast_gov_uk import Fast, serve
from fast_gov_uk import design_system as ds

fast = Fast()

@fast.page("/")
def get_started():
    return ds.Page(
        ds.Warning("This is a demo and not a real service"),
        ds.H1("Welcome to the service"),
        ds.P("You will need the following information handy:"),
        ds.Ul(
            ds.Li("NI Number"),
            ds.Li("Date of birth"),
            ds.Li("Email"),
            bullet=True,
        ),
        ds.StartButton("I am ready", "/forms/"),
    )

serve(app="fast")
$ python app.py

Point your browser to: http://localhost:5001 -

Screenshot of the simple example

Resources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fast_gov_uk-0.2.3.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fast_gov_uk-0.2.3-py3-none-any.whl (71.6 kB view details)

Uploaded Python 3

File details

Details for the file fast_gov_uk-0.2.3.tar.gz.

File metadata

  • Download URL: fast_gov_uk-0.2.3.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.9 {"installer":{"name":"uv","version":"0.9.9"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for fast_gov_uk-0.2.3.tar.gz
Algorithm Hash digest
SHA256 764049271b390d12d9c88115ced3314beb7ba6cd7e6f98700adf55e69c2bd6db
MD5 8ea34f3301b5c444c8b2ada1a1baec7a
BLAKE2b-256 93571e78eff37b80e60120e383fe71968164f7ba65be4d2b07a25c3151434600

See more details on using hashes here.

File details

Details for the file fast_gov_uk-0.2.3-py3-none-any.whl.

File metadata

  • Download URL: fast_gov_uk-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 71.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.9 {"installer":{"name":"uv","version":"0.9.9"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for fast_gov_uk-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 9add526dff4c7644779e2deb25fed56dacc4d0ebeb661f96fec7414175659847
MD5 3ba4c47689e29b900e5ba456ef6d8f9f
BLAKE2b-256 408923a5071db0b709a57bff30936e4b225cd297dd0f9f92d0cb3084fe02a843

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page