{"id":13415728,"url":"https://github.com/iommirocks/iommi","last_synced_at":"2025-10-24T01:04:16.852Z","repository":{"id":37674534,"uuid":"237183434","full_name":"iommirocks/iommi","owner":"iommirocks","description":"Your first pick for a django power cord","archived":false,"fork":false,"pushed_at":"2025-10-03T07:51:11.000Z","size":12360,"stargazers_count":935,"open_issues_count":80,"forks_count":55,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-10-03T09:24:15.487Z","etag":null,"topics":["django","python"],"latest_commit_sha":null,"homepage":"http://iommi.rocks","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iommirocks.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-01-30T09:51:26.000Z","updated_at":"2025-10-03T07:34:04.000Z","dependencies_parsed_at":"2024-02-28T08:31:23.456Z","dependency_job_id":"66bcf69a-3df3-4afa-8164-8878dcf59122","html_url":"https://github.com/iommirocks/iommi","commit_stats":null,"previous_names":["trioptima/iommi"],"tags_count":373,"template":false,"template_full_name":null,"purl":"pkg:github/iommirocks/iommi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iommirocks%2Fiommi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iommirocks%2Fiommi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iommirocks%2Fiommi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iommirocks%2Fiommi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iommirocks","download_url":"https://codeload.github.com/iommirocks/iommi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iommirocks%2Fiommi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278262444,"owners_count":25957938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","python"],"created_at":"2024-07-30T21:00:51.664Z","updated_at":"2025-10-04T03:57:24.641Z","avatar_url":"https://github.com/iommirocks.png","language":"Python","funding_links":[],"categories":["Third-Party Packages","Python","Recently Updated"],"sub_categories":["Full-stack frameworks","[Mar 08, 2025](/content/2025/03/08/README.md)","General"],"readme":".. raw:: html\n\n    \u003cp class=\"mobile-logo\" align=\"center\"\u003e\u003ca href=\"#\"\u003e\u003cimg class=\"logo\" src=\"https://raw.githubusercontent.com/iommirocks/iommi/master/logo_with_outline.svg\" alt=\"iommi\" style=\"max-width: 200px\" width=300\u003e\u003c/a\u003e\u003c/p\u003e\n\n    \u003ch3 class=\"pun\"\u003eYour first pick for a django power chord\u003c/h3\u003e\n\n.. image:: https://img.shields.io/badge/Code_on-GitHub-black\n    :target: https://github.com/iommirocks/iommi\n\n.. image:: https://img.shields.io/discord/773470009795018763?logo=discord\u0026logoColor=fff?label=Discord\u0026color=7389d8\n    :target: https://discord.gg/ZyYRYhf7Pd\n\n.. image:: https://github.com/iommirocks/iommi/workflows/tests/badge.svg\n    :target: https://github.com/iommirocks/iommi/actions?query=workflow%3Atests+branch%3Amaster\n\n.. image:: https://codecov.io/gh/iommirocks/iommi/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/iommirocks/iommi\n\n.. image:: https://readthedocs.org/projects/iommi/badge/?version=latest\n    :target: https://docs.iommi.rocks\n    :alt: Documentation Status\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/psf/black\n\niommi is a toolkit to build web apps faster. It's built on Django but goes a lot further.\n\nIt has:\n\n- `forms \u003chttps://docs.iommi.rocks//forms.html\u003e`_: that feel familiar, but can handle growing complexity better than Django's forms\n- `tables \u003chttps://docs.iommi.rocks//tables.html\u003e`_: that are powerful out of the box and scale up to arbitrary complexity\n- a system to `compose parts \u003chttps://docs.iommi.rocks//pages.html\u003e`_:, like forms, menus, and tables, into bigger pages\n- tools that will speed up your development like live edit, jump to code, great feedback for missing select/prefetch related, a profiler, and more.\n- great error messages when you make a mistake\n\n.. image:: docs/README-demo.gif\n\n\nExample:\n\n\n.. code-block:: python\n\n    class IndexPage(Page):\n        title = html.h1('Supernaut')\n        welcome_text = 'This is a discography of the best acts in music!'\n\n        artists = Table(auto__model=Artist, page_size=5)\n        albums = Table(\n            auto__model=Album,\n            page_size=5,\n        )\n        tracks = Table(auto__model=Album, page_size=5)\n\n\n    urlpatterns = [\n        path('', IndexPage().as_view()),\n    ]\n\n\nThis creates a page with three separate tables, a header and some text:\n\n.. image:: docs/README-screenshot.png\n\nFor more examples, see the `examples project \u003chttps://github.com/iommirocks/iommi/tree/master/examples/examples\u003e`_.\n\n\nGetting started\n---------------\n\nSee `getting started \u003chttps://docs.iommi.rocks//getting_started.html\u003e`_.\n\n\nRunning tests\n-------------\n\nYou need to have tox installed, then:\n\n.. code-block::\n\n    make venv\n    source venv/bin/activate\n    make test\n    make test-docs\n\n\nLicense\n-------\n\nBSD\n\n\nDocumentation\n-------------\n\nhttps://docs.iommi.rocks\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiommirocks%2Fiommi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiommirocks%2Fiommi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiommirocks%2Fiommi/lists"}