Skip to main content

It's React, but in Python

Project description

IDOM

Tests Version Info License: MIT

A package for building highly interactive user interfaces in pure Python inspired by ReactJS.

Be sure to read the Documentation

IDOM is still young. If you have ideas or find a bug, be sure to post an issue or create a pull request. Thanks in advance!

Try it Now Binder

Click the badge above to get started! It will take you to a Jupyter Notebooks hosted by Binder with some great examples.

Or Install it Now

pip install idom[stable]

At a Glance

IDOM can be used to create a simple slideshow which changes whenever a user clicks an image.

import idom

@idom.component
def Slideshow():
    index, set_index = idom.hooks.use_state(0)
    url = f"https://picsum.photos/800/300?image={index}"
    return idom.html.img({"src": url, "onClick": lambda event: set_index(index + 1)})

idom.run(Slideshow, port=8765)

Running this will serve our slideshow to "https://localhost:8765/client/index.html"

You can even display the same thing in a Jupyter Notebook, just use idom_jupyter:

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.33.3.tar.gz (148.8 kB view details)

Uploaded Source

Built Distribution

idom-0.33.3-py2.py3-none-any.whl (168.6 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: idom-0.33.3.tar.gz
  • Upload date:
  • Size: 148.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for idom-0.33.3.tar.gz
Algorithm Hash digest
SHA256 fd2ea4b09dd275ac979c8eb7f4772fa46c9788657c2846c1d6c3393c02987152
MD5 3dc5a3b23b591ca04be36240ebfde246
BLAKE2b-256 9905ae7716c2434a6aa5fce997bb8ea44524eee65ef964a0dafee5255a48421c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: idom-0.33.3-py2.py3-none-any.whl
  • Upload date:
  • Size: 168.6 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for idom-0.33.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5782ff75b2446b490fa6d477dc474ecb8ec59e956d5efa3b373f4c50a5fd055c
MD5 ab61beb6a1e15f37cbc91fbd3833969b
BLAKE2b-256 1c07f80698e2d8dc299f4a328a1c7054b940b9f071f00b367ef2c3c8e54873ab

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