skillfed

trame-components

Core components for trame widgets

trame-components v2.5.0 540.4K downloads/30d#6,103 on PyPI
Permissive license Apache License 2.0 AGING released

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-components

uv

uv add trame-components

poetry

poetry add trame-components

Installing 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

Development Status :: 5 - Production/StableEnvironment :: Web EnvironmentLicense :: OSI Approved :: Apache Software LicenseNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: JavaScriptProgramming Language :: Python :: 3 :: OnlyTopic :: Software Development :: Libraries :: Application FrameworksTopic :: Software Development :: Libraries :: Python Modules

Tags

vue.js components for web appstrame widget extensionsinteractive web ui componentspython web framework widgetstrame helper componentsweb application frameworkinteractive dashboard components
web-ui-componentsvue-integrationtrame-ecosystem

More Python Modules packages