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