1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: py-stringmatching
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Otto Kekäläinen <otto@debian.org>,
Julian Gilbey <jdg@debian.org>,
Drew Parsons <dparsons@debian.org>
Build-Depends: cython3,
debhelper-compat (= 13),
dh-python,
latexmk <!nodoc>,
python3-all-dev,
python3-ipython <!nodoc>,
python3-nose <!nocheck>,
python3-numpy,
python3-setuptools,
python3-six,
python3-sphinx-rtd-theme <!nodoc>,
sphinx <!nodoc>,
texlive-fonts-recommended <!nodoc>,
texlive-latex-extra <!nodoc>,
texlive-plain-generic <!nodoc>
Standards-Version: 4.5.1
Homepage: https://github.com/spyder-ide/pyls-spyder
Vcs-Git: https://salsa.debian.org/python-team/packages/py-stringmatching.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/py-stringmatching
Rules-Requires-Root: no
Package: python3-py-stringmatching
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Library of string tokenizers and similarity measures
This project seeks to build a Python software package that consists
of a comprehensive and scalable set of string tokenizers (such as
alphabetical tokenizers, whitespace tokenizers) and string similarity
measures (such as edit distance, Jaccard, TF/IDF).
Package: python-py-stringmatching-doc
Architecture: all
Section: doc
Depends: libjs-mathjax,
${misc:Depends},
${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Recommends: python3-py-stringmatching
Description: Library of string tokenizers and similarity measures (docs)
This project seeks to build a Python software package that consists
of a comprehensive and scalable set of string tokenizers (such as
alphabetical tokenizers, whitespace tokenizers) and string similarity
measures (such as edit distance, Jaccard, TF/IDF).
.
This package contains the py_stringmatching documentation in HTML and PDF
formats.
Build-Profiles: <!nodoc>
|