It's React, but in Python
Project description
IDOM ·
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
- Try it Now - check out IDOM in a Jupyter Notebook.
- Documentation - learn how to install, run, and use IDOM.
- Community Forum - ask questions, share ideas, and show off projects.
- Contributor Guide - see how you can help develop this project.
- Code of Conduct - standards for interacting with this community.
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
Built Distribution
Hashes for idom-0.35.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a582d03e7ebe77f36a4496940e2603cc5e209984519cb525e675440863303b8 |
|
MD5 | a50f155907a59a5e1d3c18c418cea508 |
|
BLAKE2b-256 | 2cb69130e3ac0538ee12587189c36583e136509b4748471809e62484a9825562 |