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 -
- an implementation of gov.uk design system in Python using FastHTML
- lightweight scaffolding for common service patterns e.g. forms
- 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 -
Resources
Project details
Release history Release notifications | RSS feed
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.2.tar.gz
(1.1 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fast_gov_uk-0.2.2.tar.gz.
File metadata
- Download URL: fast_gov_uk-0.2.2.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07343429320922c7c51016662401b08149cc415300717a5f431d25f31317c3ec
|
|
| MD5 |
eac293912345a76da85ca98f7ad8e5b6
|
|
| BLAKE2b-256 |
9d60aba75e0135200a5576f5200570a0382334cfb6c35258e94cd581d3773502
|
File details
Details for the file fast_gov_uk-0.2.2-py3-none-any.whl.
File metadata
- Download URL: fast_gov_uk-0.2.2-py3-none-any.whl
- Upload date:
- Size: 72.7 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88e89221e45724e0c445d967e732fdd789253093ebafb61382706e3463062d86
|
|
| MD5 |
f2d1649de844cf5c1ff4039231a7295d
|
|
| BLAKE2b-256 |
51a84512bf2e8a4cc64a919d21d5c2b082b45602d955fa13f631976ec9cf0ec4
|