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.2
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.2.tar.gz | 401.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| iommi-7.32.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 875.4 kB
Release files / iommi-7.32.2.tar.gz
| Download URL | iommi-7.32.2.tar.gz |
|---|---|
| Size | 401.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
736979f1d5223692deb94feb5715c7b4f905bdf9823bd694aca35402d2716888
|
|
BLAKE2b-256 checksum How to use checksums |
c91923bbc84f0e218bf4a946d56d81288d5aa6537bd7393589814ea340b3152e
|
| 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.2-py3-none-any.whl
| Download URL | iommi-7.32.2-py3-none-any.whl |
|---|---|
| Size | 473.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b7e83647d3d644244407b4f3636f43c896ead84d79e2a113f1da5f39bb2f1d75
|
|
BLAKE2b-256 checksum How to use checksums |
9f39a1b889935a21cbfe032fc2bb2f97b16c99c0e9583192c39c0502f91580dc
|
| 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}
|