Add your description here
Project description
Pulse AG Grid
Python bindings for AG Grid React data grid component.
Status
Minimal stub implementation. Currently only accepts JSON-compatible props. Support for function/component props coming soon.
Architecture
Wraps AgGridReact from ag-grid-react as a Pulse ReactComponent.
Python AgGridReact() → VDOM Node → pulse-client → ag-grid-react
Folder Structure
src/pulse_ag_grid/
└── __init__.py # AgGridReact component wrapper
Usage
from pulse_ag_grid import AgGridReact
def data_grid():
return AgGridReact(
rowData=[
{"make": "Toyota", "model": "Celica", "price": 35000},
{"make": "Ford", "model": "Mondeo", "price": 32000},
],
columnDefs=[
{"field": "make"},
{"field": "model"},
{"field": "price"},
],
)
Limitations
- Only JSON-serializable props supported
- No function props (cellRenderer, valueGetter, etc.)
- No component props (custom cell components)
Roadmap
- Support function props via transpilation
- Support component props via component registry
- Add typed prop definitions
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
pulse_ag_grid-0.1.1.tar.gz
(1.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pulse_ag_grid-0.1.1.tar.gz.
File metadata
- Download URL: pulse_ag_grid-0.1.1.tar.gz
- Upload date:
- Size: 1.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e99d10bd49dfa29ba5a9ff8a677a74ae301fd35f673c1afacbde6f6fe5db96f1
|
|
| MD5 |
55111dce5ec42387e60fbe1be6b09b26
|
|
| BLAKE2b-256 |
6b1aa7784a2896219063117c19ed0d6b8b085c9cdcf793586b6435c978b48b83
|
File details
Details for the file pulse_ag_grid-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pulse_ag_grid-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf6f392fc8a41423ae020f8e7afa2bf154c3b0887b6e62f3a29a998de2b9ebc9
|
|
| MD5 |
a3a9b70b2e542dc64fbae443030addc3
|
|
| BLAKE2b-256 |
04ffc6141800a2e3e8b402950a3a3cdcb36a67d39d2e5595da4dedd96e85901e
|