--- id: trame-components version: "2.5.0" license: Apache License 2.0 license_treatment: permissive maintenance: aging --- # trame-components — Core components for trame widgets License: permissive · Maintenance: aging · Downloads: 540.4K/mo ## 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 above — 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 pip install trame-components uv add trame-components 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: unspecified - Install friction: low - Maintenance: aging - Downloads: 540.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags vue.js components for web apps, trame widget extensions, interactive web ui components, python web framework widgets, trame helper components, web application framework, interactive dashboard components, web-ui-components, vue-integration, trame-ecosystem [View on SkillFed](https://skillfed.io/packages/trame-components) · [View on PyPI](https://pypi.org/project/trame-components/)