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.1
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.1.tar.gz | 430.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| iommi-7.32.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 908.0 kB
Release files / iommi-7.32.1.tar.gz
| Download URL | iommi-7.32.1.tar.gz |
|---|---|
| Size | 430.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d0a4e08f502334c8ab741a2de26d1cf9797ab43803ba1db23dc7230b5b9294a7
|
|
BLAKE2b-256 checksum How to use checksums |
d0a565cb49d735cf4df1678bd25c5c00cabc3b3566302ff38fd0b498472d1f2b
|
| 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.1-py3-none-any.whl
| Download URL | iommi-7.32.1-py3-none-any.whl |
|---|---|
| Size | 477.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
512f3560920d9d9575aa164c7c57f8ad58aaf6176e697c5114ced2855ea49cda
|
|
BLAKE2b-256 checksum How to use checksums |
740490aa2595d828804d78ebf77be3d5029267030965aaa8a8c4d0b39edc7b42
|
| 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}
|