Skip to content

Commit 32c7cf4

Browse files
authored
Merge pull request winpython#632 from stonebig/master
package names
2 parents 4ac1987 + e33b1a3 commit 32c7cf4

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

winpython/data/packages.ini

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ description=Python interface to ODBC
164164
[cffi]
165165
description=Foreign Function Interface for Python calling C code.
166166

167+
[cftime]
168+
description=time-handling functionality from netcdf4-python
169+
167170
[chainer]
168171
description=A flexible framework of neural networks
169172

@@ -819,6 +822,9 @@ description=Python package to parse, read and write Microsoft OLE2 files
819822
description=Open Source Computer Vision Library
820823
url=http://opencv.org
821824
825+
[openimageio]
826+
description=a library for reading and writing images with emphasis on animation and visual effects.
827+
822828
[openpyxl]
823829
description=A Python library to read/write Excel 2007 xlsx/xlsm files
824830
@@ -1152,6 +1158,9 @@ description=Library encapsulating the access for the serial port
11521158
[pyside]
11531159
description=Python binding of the cross-platform GUI toolkit Qt
11541160
1161+
[pyside2]
1162+
description=Python binding of the cross-platform GUI toolkit Qt
1163+
11551164
[pystache]
11561165
description=Mustache for Python
11571166
@@ -1199,9 +1208,6 @@ description=Interactive 3d graphics for the Jupyter notebook, using Three.js fro
11991208
[pytools]
12001209
description=A collection of tools for Python
12011210
1202-
[pytorch]
1203-
description=a deep learning framework.
1204-
12051211
[pytz]
12061212
description=World Timezone Definitions for Python
12071213
@@ -1539,6 +1545,12 @@ description=hrift SASL Python module that implements SASL transports for Thrift
15391545
[toolz]
15401546
description=List processing tools and functional utilities
15411547
1548+
[torch]
1549+
description=a deep learning framework.
1550+
1551+
[torchvision]
1552+
description=Datasets, Transforms and Models specific to Computer Vision
1553+
15421554
[tornado]
15431555
description=Scalable, non-blocking web server and tools (required for IPython notebook)
15441556

0 commit comments

Comments
 (0)