Skip to main content

Python wrapper for DHTMLX widgets

Project description

DHX PyTincture Widgetset

Overview

The DHX PyTincture Widgetset is a Python-based library that integrates the DHTMLX JavaScript UI components with the pyTincture framework. Leveraging Pyodide, this widgetset enables developers to create rich, interactive web-based user interfaces using Python. It simplifies the process of building cross-platform GUI applications by combining DHTMLX's powerful UI components with pyTincture's seamless Pyodide integration.

Features

  • DHTMLX Integration: Utilize DHTMLX's extensive suite of UI components (e.g., grids, charts, forms, and schedulers) within Python applications.
  • Pyodide-Powered: Run Python code in the browser with Pyodide, enabling dynamic frontend development without leaving the Python ecosystem.
  • Cross-Platform: Build applications that work across various platforms where Pyodide is supported.
  • Customizable Widgets: Easily create and manage reusable UI components tailored to your application's needs.
  • Event-Driven: Support for event handling to create responsive and interactive user experiences.
  • AI Chat Widget: Stream Markdown-rendered assistant responses, surface artifacts in a live preview pane, and react to dark/light theme changes without leaving Python.

Installation

Prerequisites

  • Python 3.13+

API Documenataion

https://pytincture.com/dhxpyt.html

Steps

  1. Clone the Repository:
    git clone https://github.com/pytincture/dhx_pytincture_widgetset.git
    cd dhx_pytincture_widgetset
    

Install Dependencies: Install the required Python packages and Pyodide dependencies: bash

pip install -r requirements.txt

or from pypi

pip install dhxpyt

QuickStart

Windows

Install UV / pytincture / dhxpyt on Powershell

powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
$env:Path += ";$env:USERPROFILE\.cargo\bin"
[Environment]::SetEnvironmentVariable("Path", $env:Path, [System.EnvironmentVariableTarget]::User)
$env:Path = [System.Environment]::GetEnvironmentVariable("Path", [System.EnvironmentVariableTarget]::User)
New-Item -ItemType Directory -Name dhxpyt_quickstart; Set-Location dhxpyt_quickstart
uv venv --python 3.13; .\.venv\Scripts\Activate.ps1
uv pip install dhxpyt pyodide-py js pytincture itsdangerous
Invoke-WebRequest -Uri https://pytincture.com/quickstart.py -OutFile quickstart.py
$env:PYTHONUTF8 = "1"
uv run quickstart.py

Linux / MacOS

Install UV / pytincture / dhxpyt on Bash

curl -LsSf https://astral.sh/uv/install.sh | sh
echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
uv --version
mkdir dhxpyt_quickstart;cd dhxpyt_quickstart
uv venv --python 3.13 && source .venv/bin/activate
uv pip install dhxpyt pyodide-py js pytincture itsdangerous
curl -O https://pytincture.com/quickstart.py
uv run quickstart.py

Open in Browser: http://localhost:8070/quickstart

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dhxpyt-0.9.14.tar.gz (981.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dhxpyt-0.9.14-py3-none-any.whl (1.1 MB view details)

Uploaded Python 3

File details

Details for the file dhxpyt-0.9.14.tar.gz.

File metadata

  • Download URL: dhxpyt-0.9.14.tar.gz
  • Upload date:
  • Size: 981.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for dhxpyt-0.9.14.tar.gz
Algorithm Hash digest
SHA256 2d8f2d19070c7a498d25103668b4e99c0aa7c431e8e978235e2d2fe382aa057f
MD5 f0905cf31e673d7bd7708425b77bfed8
BLAKE2b-256 5f90e41a77e3aa211228eaecd2fe936d0dde29c1f854973020b7f6b3da0e119f

See more details on using hashes here.

File details

Details for the file dhxpyt-0.9.14-py3-none-any.whl.

File metadata

  • Download URL: dhxpyt-0.9.14-py3-none-any.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for dhxpyt-0.9.14-py3-none-any.whl
Algorithm Hash digest
SHA256 b5e04efc30e35de6bffca52ebcfb65d808251edd98a38d8ed0f00f0cb2d82ae4
MD5 ca5819cbe52b03f3e29ac258090e6334
BLAKE2b-256 8962a5556119f5ea3c77df29c1b1b75e827a46eaad31b80665a5d7fe2e187b60

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