From ba5c1b1741d1e8cf2416a9fbfd140373d0a6b641 Mon Sep 17 00:00:00 2001 From: stonebig Date: Sun, 28 Jul 2019 11:14:11 +0200 Subject: [PATCH] package names --- winpython/data/packages.ini | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index 72b3aea9..93298b9f 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -689,6 +689,9 @@ description=IPython/Jupy [ipyvolume] description=3d plotting for Python in the Jupyter notebook based on IPython widgets using WebGL +[ipyvuetify] +description=Jupyter widgets based on vuetify UI components + [ipywebrtc] description=WebRTC for Jupyter notebook/lab @@ -752,9 +755,15 @@ description=Jupyter terminal console [jupyter_core] description=Jupyter core package. A base package on which Jupyter projects rely. +[jupyterlab_pygments] +description=JupyterLab Pygments theme + [jupyterlab_server] description=JupyterLab Server +[jupyter_server] +description=Jupyter Server + [jupyter_sphinx] description=Jupyter Sphinx Extensions @@ -2061,6 +2070,9 @@ description=a fork of Python 2 and 3 ast modules with type comment support [typing] description=Type Hints for Python +[typing_extensions] +description=Backported and Experimental Type Hints for Python 3.5+ + [tzlocal] description=tzinfo object for the local timezone @@ -2106,6 +2118,12 @@ description=A tool for visualizing live, rich data for Torch and Numpy [vitables] description=Graphical tool for browsing and editing files in both HDF5 and PyTables formats +[voila] +description=Serving read-only live Jupyter notebooks + +[voila-vuetify] +description=A vuetify template for voila + [vpython] description=A free, open-source module for producing real-time 3D scenes with Python @@ -2146,6 +2164,9 @@ description=IPython HTML widgets for Jupyter description=WinPython distribution tools, including WPPM (package manager) url=http://winpython.github.io/ +[winrt] +description=Access Windows Runtime APIs from Python + [win-unicode-console] description=Enable Unicode input and display when running Python from Windows console.