Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
.. |pypi_download| image:: https://img.shields.io/pypi/dm/trame-client
.. image:: https://github.com/Kitware/trame-client/actions/workflows/test_and_release.yml/badge.svg :target: https://github.com/Kitware/trame-client/actions/workflows/test_and_release.yml :alt: Test and Release
trame-client is the generic single page application that come with trame <https://kitware.github.io/trame/>
_.
trame-client provides the infrastructure on the client-side (browser) to connect to a trame server, synchronize
its state with the server, make method call, load dynamically components and feed a dynamic template provided by the server.
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 <https://kitware.github.io/trame/>
_.
trame-client can be installed with pip <https://pypi.org/project/trame-client/>
_:
.. code-block:: bash
pip install --upgrade trame-client
The Trame Tutorial <https://kitware.github.io/trame/docs/tutorial.html>
_ is the place to go to learn how to use the library and start building your own application.
The API Reference <https://trame.readthedocs.io/en/latest/index.html>
_ documentation provides API-level documentation.
trame-client is made available under the MIT License. For more details, see LICENSE <https://github.com/Kitware/trame-client/blob/master/LICENSE>
_
This license has been chosen to match the one use by Vue.js <https://github.com/vuejs/vue/blob/dev/LICENSE>
_ which is instrumental for making that library possible.
Trame <https://kitware.github.io/trame/>
_ | Discussions <https://github.com/Kitware/trame/discussions>
_ | Issues <https://github.com/Kitware/trame/issues>
_ | RoadMap <https://github.com/Kitware/trame/projects/1>
_ | Contact Us <https://www.kitware.com/contact-us/>
_
.. image:: https://zenodo.org/badge/410108340.svg :target: https://zenodo.org/badge/latestdoi/410108340
Share your experience with a testimonial <https://github.com/Kitware/trame/issues/18>
_ or with a brand approval <https://github.com/Kitware/trame/issues/19>
_.
Trame client is the JS core of trame and can be tuned by url parameters. The table below list which parameters we process and how they affect the client.
.. list-table:: URL parameters :widths: 25 75 :header-rows: 0
&remove=param1,param2
.The table below leverage environment variables, mainly for the Jupyter Lab context and the iframe builder configuration.
.. list-table:: Environment variables :widths: 25 75 :header-rows: 0
Build client side code base
.. code-block:: console
cd vue[2,3]-app
npm install
npm run build # build trame client application
cd -
This Python package bundle the following Vue.js libraries. For client_type="vue2"
, it exposes vue@2.7.16
and for client_type="vue3"
, it exposes vue@3.4.21
.
If you would like us to upgrade any of those dependencies, please reach out <https://www.kitware.com/trame/>
_.
FAQs
Internal client of trame
We found that trame-client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.