Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c1b8edd

Browse files
authored
Merge pull request #456 from stonebig/master
package names
2 parents 8e2333f + 14f62fb commit c1b8edd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

winpython/data/packages.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,9 @@ description=Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+
289289
[functools32]
290290
description=Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy.
291291

292+
[futures]
293+
description=Backport of the concurrent.futures package from Python 3.2
294+
292295
[fuzzywuzzy]
293296
description=Fuzzy string matching in python
294297

@@ -643,6 +646,9 @@ description=Python to GNU Octave bridge --> run m-files from python.
643646
[odo]
644647
description=Data migration in Python
645648
649+
[olefile]
650+
description=Python package to parse, read and write Microsoft OLE2 files
651+
646652
[opencv]
647653
description=Open Source Computer Vision Library
648654
url=http://opencv.org
@@ -969,6 +975,9 @@ description=Qt plotting widgets for Python
969975
[python_levenshtein]
970976
description=Python extension for computing string edit distances and similarities
971977
978+
[python_snappy]
979+
description=Python library for the snappy compression library from Google
980+
972981
[pythonnet]
973982
description=.Net and Mono integration for Python
974983

0 commit comments

Comments
 (0)