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.37.1a2.tar.gz (157.3 kB view details)

Uploaded Source

Built Distribution

idom-0.37.1a2-py2.py3-none-any.whl (182.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file idom-0.37.1a2.tar.gz.

File metadata

  • Download URL: idom-0.37.1a2.tar.gz
  • Upload date:
  • Size: 157.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for idom-0.37.1a2.tar.gz
Algorithm Hash digest
SHA256 aa765db1129d11bc3b45f173060ebc2c09893a94c6ddd925851edabd00b96f19
MD5 a09564d77f0be3e487348d03e9b051df
BLAKE2b-256 0db6c6683ff5a74df5d450fe05ddafdbf172aa738a42d1024312afa31ac94834

See more details on using hashes here.

File details

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

File metadata

  • Download URL: idom-0.37.1a2-py2.py3-none-any.whl
  • Upload date:
  • Size: 182.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for idom-0.37.1a2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 fb960dd71eff13bb0aec60b79cb99fdea2c4ab7029f723ae33757867384777ac
MD5 484d7215a84846573dbc91151a6fe3e6
BLAKE2b-256 edac927d2e778fa9dee53b2df95c9d4863039cdcb964c6db552a3f5166573e44

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