@@ -289,6 +289,9 @@ description=Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+
289
289
[functools32]
290
290
description =Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy.
291
291
292
+ [fuzzywuzzy]
293
+ description =Fuzzy string matching in python
294
+
292
295
[gensim]
293
296
description =Python framework for fast Vector Space Modelling
294
297
@@ -521,6 +524,9 @@ description=The Mayavi scientific data 3-dimensional visualizer.
521
524
[mccabe]
522
525
description=McCabe checker, plugin for flake8
523
526
527
+ [metakernel]
528
+ description=Metakernel for Jupyter
529
+
524
530
[mingwpy]
525
531
description=the python friendly windows compiler toolchain
526
532
url=https://anaconda.org/carlkl/mingwpy
@@ -628,6 +634,9 @@ description=Sphinx extension to support docstrings in Numpy format
628
634
[oauth2client]
629
635
description=OAuth 2.0 client library
630
636
637
+ [octave_kernel]
638
+ description=A Jupyter kernel for Octave.
639
+
631
640
[oct2py]
632
641
description=Python to GNU Octave bridge --> run m-files from python.
633
642
@@ -679,13 +688,15 @@ category=dataoric
679
688
[pdfrw]
680
689
description=pure Python library that reads and writes PDFs
681
690
682
-
683
691
[peewee]
684
692
description=a small, expressive ORM.
685
693
686
694
[pep8]
687
695
description=Python style guide checker
688
696
697
+ [pexpect]
698
+ description=Pexpect allows easy control of interactive console applications.
699
+
689
700
[pg8000]
690
701
description=PostgreSQL interface library
691
702
@@ -946,6 +957,9 @@ description=High performance graph data structures and algorithms
946
957
[python-qwt]
947
958
description=Qt plotting widgets for Python
948
959
960
+ [python-Levenshtein]
961
+ description=Python extension for computing string edit distances and similarities
962
+
949
963
[pythonnet]
950
964
description=.Net and Mono integration for Python
951
965
@@ -1070,6 +1084,9 @@ category=dataproc
1070
1084
description=Time series manipulation
1071
1085
category=dataproc
1072
1086
1087
+ [scikit-fuzzy]
1088
+ description=Fuzzy logic toolkit for SciPy
1089
+
1073
1090
[scikit-learn]
1074
1091
description=A set of Python modules for machine learning and data mining
1075
1092
category=scientific
0 commit comments