iommi
Your first pick for a django power chord
iommi is a toolkit to build web apps faster. It’s built on Django but goes a lot further.
It has:
forms: that feel familiar, but can handle growing complexity better than Django’s forms
tables: that are powerful out of the box and scale up to arbitrary complexity
a system to compose parts:, like forms, menus, and tables, into bigger pages
tools that will speed up your development like live edit, jump to code, great feedback for missing select/prefetch related, a profiler, and more.
great error messages when you make a mistake
Example:
class IndexPage(Page):
title = html.h1('Supernaut')
welcome_text = 'This is a discography of the best acts in music!'
artists = Table(auto__model=Artist, page_size=5)
albums = Table(
auto__model=Album,
page_size=5,
)
tracks = Table(auto__model=Album, page_size=5)
urlpatterns = [
path('', IndexPage().as_view()),
]
This creates a page with three separate tables, a header and some text:
For more examples, see the examples project.
Getting started
See getting started.
Running tests
make test
make test-docs
License
BSD
Documentation
Release files for iommi 7.32.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| iommi-7.32.0.tar.gz | 430.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| iommi-7.32.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 906.7 kB
Release files / iommi-7.32.0.tar.gz
| Download URL | iommi-7.32.0.tar.gz |
|---|---|
| Size | 430.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
73add83617b8f000b647556eb13c10db643c72c8589e1def583bd45b20aacbcf
|
|
BLAKE2b-256 checksum How to use checksums |
8405a978c2d2c75096e7c59c8ad23b02f2bdeb3289d484681cdbc82fd185ff05
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|
Release files / iommi-7.32.0-py3-none-any.whl
| Download URL | iommi-7.32.0-py3-none-any.whl |
|---|---|
| Size | 476.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d3a057028d10ca5ec411446e40b18e8a678869a1a0d6a4d615550d780951d8df
|
|
BLAKE2b-256 checksum How to use checksums |
3337343f1901417fa54b0c095c28bbc2b0317e6cd2583dda2bf30f373c52c334
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|