Trame-vuetify extend trame widgets and ui with all the beautiful Vuetify UI components. Vuetify is a UI Library with beautifully handcrafted Material Components. No design skills required — everything you need to create amazing applications is at your fingertips.
This package is not supposed to be used by itself but rather should come as a dependency of trame. For any specificity, please refer to the trame documentation.
Installing
trame-vuetify can be installed with pip:
pip install --upgrade trame-vuetify
Usage
The Trame Tutorial is the place to go to learn how to use the library and start building your own application.
The API Reference documentation provides API-level documentation.
The Vuetify website is very well made for exploring components and understanding components’ parameters and controls, while a reference to our wrapper API is available here.
The way trame translate Vue templates into plain Python code is by doing the following.
Material Design Widgets
First you need to import the vuetify module so you can instantiate the various Material Components like illustrated below. Moreover, in the documentation the component names use dashes as separators while in Python we use the Camelcase notation for the class name.
from trame.widgets import vuetify
# <v-btn>Hello World</v-btn>
btn = vuetify.VBtn("Hello World")
Boolean attributes
Implicit attribute values must be made explicit in Python by assigning True to them.
# <v-text-field disabled />
vuetify.VTextField(disabled=True)
Dash and colon separators
Any special characters (- and :) become _ in Python.
# <v-text-field v-model="myText" />
vuetify.VTextField(v_model=("myText",))
Events
Events in vue are prefixed with a @ but in Python we declare them the same way we declare regular attributes.
def runMethod():
pass
# <v-btn @click="runMethod" />
vuetify.VBtn(click=runMethod)
License
trame-vuetify is made available under the MIT License. For more details, see LICENSE This license has been chosen to match the one use by Vuetify which is instrumental for making that library possible.
Community
Trame | Discussions | Issues | Contact Us
Enjoying trame?
Share your experience with a testimonial or with a brand approval.
JavaScript dependency
This Python package bundle the following Vuetify libraries. For client_type="vue2", it exposes vuetify@2.7.1 and for client_type="vue3", it exposes vuetify@3.12.10. If you would like us to upgrade any of those dependencies, please reach out.
Release files for trame-vuetify 3.2.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| trame_vuetify-3.2.6.tar.gz | 5.1 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| trame_vuetify-3.2.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.3 MB
Release files / trame_vuetify-3.2.6.tar.gz
| Download URL | trame_vuetify-3.2.6.tar.gz |
|---|---|
| Size | 5.1 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
186be158d2f4fc40eb2abe7c42bac3df9e34fb0db29320d281c256e85f604d2b
|
|
BLAKE2b-256 checksum How to use checksums |
a9cb178864dd57b081790434ed1c922489d89c9f4e2c1b55381342dd2a55663a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 10, 2026.
Transparency logRelease files / trame_vuetify-3.2.6-py3-none-any.whl
| Download URL | trame_vuetify-3.2.6-py3-none-any.whl |
|---|---|
| Size | 5.2 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
dab371192bcc30208005aa7d85b6689cc916375061e8339bf107bcf00122fd89
|
|
BLAKE2b-256 checksum How to use checksums |
5ab86d6524b25091472e2ded6eb9542fc2156744fa28fe1d7cdab69f732f92bf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 10, 2026.
Transparency log