Skip to content

Commit 64c39fe

Browse files
committed
package names
1 parent 5aa9e53 commit 64c39fe

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

winpython/data/packages.ini

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,9 @@ description=A high-performance immutable mapping type for Python
650650
[imagesize]
651651
description=Getting image size from png/jpeg/jpeg2000/gif file
652652
653+
[importlib-metadata]
654+
description=Read metadata from Python packages
655+
653656
[intake]
654657
description=Data input plugin and catalog system
655658
@@ -716,6 +719,9 @@ description=Use a JPL ephemeris to predict planet positions
716719
[jsonschema]
717720
description=An implementation of JSON Schema validation for Python
718721
722+
[json5]
723+
description=A Python implementation of the JSON5 data format.
724+
719725
[julia]
720726
description=Python interface to the Julia language
721727
@@ -731,6 +737,9 @@ description=Jupyter lab environment notebook server extension
731737
[jupyterlab_launcher]
732738
description=Jupyter Launcher
733739
740+
[jupyterlab_sql]
741+
description=SQL GUI for JupyterLab
742+
734743
[jupyter_client]
735744
description=Jupyter protocol implementation and client libraries
736745
@@ -1354,7 +1363,7 @@ category=dataproc
13541363
[PyHive]
13551364
description=PyHive is a collection of Python DB-API and SQLAlchemy interfaces for Presto and Hive.
13561365

1357-
[PyInstaller]
1366+
[pyinstaller]
13581367
description=PyInstaller bundles a Python application and all its dependencies into a single package.
13591368

13601369
[pylearn2]
@@ -2182,6 +2191,9 @@ description=A minimal implementation of chunked, compressed, N-dimensional array
21822191
[zict]
21832192
description=Mutable mapping tools
21842193
2194+
[zipp]
2195+
description=Backport of pathlib-compatible object wrapper for zip files
2196+
21852197
[z3_solver]
21862198
description=an efficient SMT solver library
21872199

0 commit comments

Comments
 (0)