Skip to content

Commit c07974a

Browse files
committed
package names
1 parent bc66026 commit c07974a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

winpython/data/packages.ini

+24
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,24 @@ description=Cython implementation of Toolz: High performance functional utilitie
362362
[dash]
363363
description=A Python framework for building reactive web-apps. Developed by Plotly.
364364
365+
[dash_core_components]
366+
description=Core component suite for Dash
367+
368+
[dash_html_components]
369+
description=Vanilla HTML components for Dash
370+
371+
[dash_renderer]
372+
description=Front-end component renderer for Dash
373+
374+
[dash_table]
375+
description=Dash table
376+
365377
[dask]
366378
description=Minimal task scheduling abstraction
367379
380+
[dask_labextension]
381+
description=A Jupyter Notebook server extension manages Dask clusters.
382+
368383
[dask_ml]
369384
description=a library for distributed and parallel machine learning using dask
370385
@@ -1049,6 +1064,9 @@ description=Rolling backport of unittest.mock for all Pythons
10491064
[modergnl]
10501065
description=Modern OpenGL binding for python
10511066

1067+
[modin]
1068+
description=Make your pandas code run faster by changing one line of code.
1069+
10521070
[monotonic]
10531071
description=An implementation of time.monotonic() for Python 2 & < 3.3
10541072

@@ -1806,6 +1824,9 @@ description=Lightweight and super-fast messaging based on ZeroMQ library (requir
18061824
[pyzo]
18071825
description=the Python IDE for scientific computing
18081826

1827+
[py_spy]
1828+
description=A Sampling Profiler for Python
1829+
18091830
[qdarkstyle]
18101831
description=A dark style sheet for QtWidgets application
18111832

@@ -1836,6 +1857,9 @@ description=Code Metrics in Python
18361857
[rasterio]
18371858
description=Fast and direct raster I/O for use with Numpy and SciPy
18381859

1860+
[ray]
1861+
description=A system for parallel and distributed Python that unifies the ML ecosystem.
1862+
18391863
[readme_renderer]
18401864
description=a library for rendering "readme" descriptions for Warehouse
18411865

0 commit comments

Comments
 (0)