Skip to main content

iommi is a high level framework built on django

Project description

https://travis-ci.org/TriOptima/iommi.svg?branch=master http://codecov.io/github/TriOptima/iommi.svg/coverage.svg?branch=master

iommi is a django-based framework for even higher abstraction and faster development than django itself.

Major features:

  • A system to project django model definitions into more high level definitions

  • Forms: view models, data validation, and parsing

  • Queries: filtering lists/query sets

  • Tables: view models for lists/query sets, html tables, and CSV reports

  • Pages: compose pages from parts like forms, tables and html fragments

All the components are written with the same philosophy of:

  • Late binding

  • Many layered customization

  • Single point customization without needing to introduce entire chains of classes

  • Prepackaged commonly used patterns (that can still be customized!)

  • Declarative/programmatic hybrid API

  • Everything has a name so can be referenced for customization

  • Escape hatches included

Example:

def my_page(request):
    class MyPage(Page):
        foos = Table.from_model(model=Foo)
        bars = Table.from_model(model=Bar)

    return MyPage()

This creates a page with two tables, one for the model Foo and one for the model Bar.

Usage

See usage.

Running tests

You need tox installed then just make test.

License

BSD

Documentation

http://iommi.readthedocs.org.

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

iommi-0.1.1.tar.gz (55.7 kB view details)

Uploaded Source

File details

Details for the file iommi-0.1.1.tar.gz.

File metadata

  • Download URL: iommi-0.1.1.tar.gz
  • Upload date:
  • Size: 55.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.6.7

File hashes

Hashes for iommi-0.1.1.tar.gz
Algorithm Hash digest
SHA256 877415ac7f92cccd12faf07bfea0de7c9a4283db33bac1e8cccbed005a59904d
MD5 a85b182d1898bd5c5b70e091dfbd62ba
BLAKE2b-256 40b490af0431133408fe6570a30ab96854c76507ea80d06ca5dbe2022a4cfe08

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page