trame-components
Core components for trame widgets
What it is and what it does
trame-components is a utility library that bundles Vue.js helper components and widgets for the trame web application framework. It is not intended for standalone use but rather as a dependency that extends trame's core widget capabilities. The package provides pre-built UI components that developers can use when building interactive web applications with trame, and it includes the mousetrap@1.6.5 JavaScript library for keyboard handling.
The package is positioned as an internal dependency of trame itself, meaning most developers will encounter it indirectly when installing trame rather than installing it directly. It has low install friction (a single runtime dependency on trame-client) and carries a permissive Apache 2.0 license. The codebase is marked Production/Stable but has not been updated in over a year, suggesting a mature but aging component.
Use it for:
- Building interactive web dashboards with trame by using pre-built Vue.js components.
- Extending trame applications with standardized helper widgets for common UI patterns.
- Handling keyboard interactions in trame web apps via the bundled mousetrap library.
- Developing scientific or data-driven web applications that rely on trame's widget ecosystem.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Vue.js utility widgets and helper components that extend trame's widget library for building interactive web applications.
Yes, but only as a transitive dependency of trame. Do not install directly unless you are explicitly extending or customizing trame's widget layer. The package is stable and permissively licensed, but its aging maintenance status (441 days since last release) means updates and bug fixes may be slow. If you are using trame, this package will be installed automatically.
Install
trame-components on PyPI
pip
pip install trame-componentsuv
uv add trame-componentspoetry
poetry add trame-componentsInstalling trame-components
Before you install
Low install friction with a single runtime dependency (trame-client). Maintenance status is aging—last release was 441 days ago—so expect slower response to issues, though the package is marked Production/Stable.
License in practice
Licensed under Apache License 2.0 (permissive), allowing commercial and private use with minimal restrictions. No licensing barriers to adoption.
Quickstart
pip install trame-components
from trame.app import get_server
from trame_components import MyComponent
server = get_server()
# Use trame-components widgets within trame application
This package is designed as a dependency of trame itself; direct standalone use is not the intended pattern. Requires trame to be installed and configured.
Verify before relying
- Specific Vue.js components provided by this package beyond the mousetrap@1.6.5 library mentioned.
- Whether the 441-day gap since last release reflects stable maintenance or abandonment risk.
- Python version support (requires_python is unspecified in metadata).
Package facts
| License | Apache License 2.0 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — trame-client |
| Maintenance | aging — 441 days since the last release |
| First released | |
| Downloads | 540,433/month — #6,103 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: trame_components-2.5.0-py3-none-any.whl
Keywords: Python, Interactive, Web, Application, Framework
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
trame-clienttrame-client is the browser-side runtime for…
permissive · top 5,000 on PyPI
trame-commonProvides shared helper functions, decorators,…
permissive · top 5,000 on PyPI
trame-routerAdds multi-page navigation to trame…
permissive · top 15,000 on PyPI
trame-vuetifyProvides Material Design UI components…
permissive · top 5,000 on PyPI
trame-servertrame-server provides the server-side runtime…
permissive · top 5,000 on PyPI
trame-vtkProvides VTK and ParaView visualization widgets…
permissive · top 5,000 on PyPI
trameTrame is a Python web framework for building…
permissive · top 5,000 on PyPI
ipyvueProvides a Jupyter widget base for building…
permissive · top 15,000 on PyPI
ipyvuetifyProvides Jupyter notebook widgets built on…
permissive · top 15,000 on PyPI
widgetsnbextensionProvides the JavaScript frontend and…
permissive · top 1,000 on PyPI