Skip to main content

It's React, but in Python

Project description

IDOM · Tests PyPI Version License

IDOM is a Python web framework for building interactive websites without needing a single line of Javascript. These sites are built from small elements of functionality like buttons text and images. IDOM allows you to combine these elements into reusable "components" that can be composed together to create complex views.

Ecosystem independence is also a core feature of IDOM. It can be added to existing applications built on a variety of sync and async web servers, as well as integrated with other frameworks like Django, Jupyter, and Plotly Dash. Not only does this mean you're free to choose what technology stack to run on, but on top of that, you can run the exact same components wherever you need them. For example, you can take a component originally developed in a Jupyter Notebook and embed it in your production application without changing anything about the component itself.

At a Glance

To get a rough idea of how to write apps in IDOM, take a look at the tiny "hello world" application below:

from idom import component, html, run

@component
def App():
    return html.h1("Hello, World!")

run(App)

Resources

Follow the links below to find out more about this project

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

idom-0.35.1.tar.gz (152.9 kB view details)

Uploaded Source

Built Distribution

idom-0.35.1-py2.py3-none-any.whl (176.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file idom-0.35.1.tar.gz.

File metadata

  • Download URL: idom-0.35.1.tar.gz
  • Upload date:
  • Size: 152.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2

File hashes

Hashes for idom-0.35.1.tar.gz
Algorithm Hash digest
SHA256 2aafa2f190df70ae0a94a08e103d71d3197915955f0516e84c75ecbb864a0781
MD5 fbf1be1aaaaf66e399e88c8e697667fc
BLAKE2b-256 d0c5178ec691103edb6beeed1523ad7ed19158ed47ebb9990a7236a20a90daa7

See more details on using hashes here.

File details

Details for the file idom-0.35.1-py2.py3-none-any.whl.

File metadata

  • Download URL: idom-0.35.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 176.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2

File hashes

Hashes for idom-0.35.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b4e7238d7d9eed671710465cd6e211752617db8566d049e3ed9b8a016945b25c
MD5 6c65cf0fab71358f1bd6497d3094372a
BLAKE2b-256 92f391b9b9f3439fd0fe6c92c8ea01e18b3b61eb18b324d6b478af24b501b1df

See more details on using hashes here.

Supported by

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