Skip to content

Commit d038af1

Browse files
authored
Merge pull request #450 from stonebig/master
package names
2 parents 003770e + 43fdc32 commit d038af1

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

winpython/data/packages.ini

Lines changed: 18 additions & 1 deletion
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+
[fuzzywuzzy]
293+
description=Fuzzy string matching in python
294+
292295
[gensim]
293296
description=Python framework for fast Vector Space Modelling
294297

@@ -521,6 +524,9 @@ description=The Mayavi scientific data 3-dimensional visualizer.
521524
[mccabe]
522525
description=McCabe checker, plugin for flake8
523526
527+
[metakernel]
528+
description=Metakernel for Jupyter
529+
524530
[mingwpy]
525531
description=the python friendly windows compiler toolchain
526532
url=https://anaconda.org/carlkl/mingwpy
@@ -628,6 +634,9 @@ description=Sphinx extension to support docstrings in Numpy format
628634
[oauth2client]
629635
description=OAuth 2.0 client library
630636
637+
[octave_kernel]
638+
description=A Jupyter kernel for Octave.
639+
631640
[oct2py]
632641
description=Python to GNU Octave bridge --> run m-files from python.
633642
@@ -679,13 +688,15 @@ category=dataoric
679688
[pdfrw]
680689
description=pure Python library that reads and writes PDFs
681690
682-
683691
[peewee]
684692
description=a small, expressive ORM.
685693
686694
[pep8]
687695
description=Python style guide checker
688696
697+
[pexpect]
698+
description=Pexpect allows easy control of interactive console applications.
699+
689700
[pg8000]
690701
description=PostgreSQL interface library
691702
@@ -946,6 +957,9 @@ description=High performance graph data structures and algorithms
946957
[python-qwt]
947958
description=Qt plotting widgets for Python
948959
960+
[python-Levenshtein]
961+
description=Python extension for computing string edit distances and similarities
962+
949963
[pythonnet]
950964
description=.Net and Mono integration for Python
951965
@@ -1070,6 +1084,9 @@ category=dataproc
10701084
description=Time series manipulation
10711085
category=dataproc
10721086
1087+
[scikit-fuzzy]
1088+
description=Fuzzy logic toolkit for SciPy
1089+
10731090
[scikit-learn]
10741091
description=A set of Python modules for machine learning and data mining
10751092
category=scientific

0 commit comments

Comments
 (0)