diff --git a/programming/language/python3/python3-fuzzywuzzy/actions.py b/programming/language/python3/python3-fuzzywuzzy/actions.py new file mode 100644 index 0000000000..c864ec61ac --- /dev/null +++ b/programming/language/python3/python3-fuzzywuzzy/actions.py @@ -0,0 +1,15 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pythonmodules +from pisi.actionsapi import pisitools + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") + pisitools.dodoc("LICENSE*") \ No newline at end of file diff --git a/programming/language/python3/python3-fuzzywuzzy/pspec.xml b/programming/language/python3/python3-fuzzywuzzy/pspec.xml new file mode 100644 index 0000000000..24357dcb22 --- /dev/null +++ b/programming/language/python3/python3-fuzzywuzzy/pspec.xml @@ -0,0 +1,52 @@ + + + + + python3-fuzzywuzzy + https://github.com/seatgeek/fuzzywuzzy + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + GPLv2 + library + Fuzzy String Matching in Python. + Fuzzy string matching like a boss. It uses Levenshtein Distance to calculate the differences between sequences in a simple-to-use package. + https://github.com/seatgeek/fuzzywuzzy/archive/0.18.0.tar.gz + + python3-setuptools + python3-devel + + + + + python3-fuzzywuzzy + Fuzzy String Matching in Python + + python3-Levenshtein + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-fuzzywuzzy + + + + + + 2020-02-18 + 0.18.0 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + 2019-12-26 + 0.17.0 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-fuzzywuzzy/translations.xml b/programming/language/python3/python3-fuzzywuzzy/translations.xml new file mode 100644 index 0000000000..6fb97a2618 --- /dev/null +++ b/programming/language/python3/python3-fuzzywuzzy/translations.xml @@ -0,0 +1,8 @@ + + + + python3-fuzzywuzzy + Python3 ile sözcük karşılaştırma/bulma modülü + python3-fuzzywuzzy Levenshtein uzaklığını kullanarak bölümler arası ayrımları hesaplayan kullanımı basit bir python3 modülüdür. + + \ No newline at end of file