Source: mdp
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Tiziano Zito <opossumnano@gmail.com>,
           Yaroslav Halchenko <debian@onerussian.com>
Testsuite: autopkgtest-pkg-python
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-pytest,
               python3-numpy,
               python3-future,
               python3-scipy,
               python3-joblib,
               python3-sklearn,
               python3-libsvm,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/mdp
Vcs-Git: https://salsa.debian.org/python-team/packages/mdp.git
Homepage: https://mdpdocs.readthedocs.io
Rules-Requires-Root: no

Package: python3-mdp
Architecture: any-amd64 arm64 mips64el ppc64el s390x ia64 ppc64 riscv64 sparc64 alpha
Depends: ${python3:Depends}, ${misc:Depends}, python3-numpy, python3-future
Recommends: python3-pytest,
            python3-scipy,
            python3-joblib,
            python3-sklearn,
            python3-libsvm,
Description: Modular toolkit for Data Processing
 Python data processing framework for building complex data processing software
 by combining widely used machine learning algorithms into pipelines and
 networks. Implemented algorithms include: Principal Component Analysis (PCA),
 Independent Component Analysis (ICA), Slow Feature Analysis (SFA), Independent
 Slow Feature Analysis (ISFA), Growing Neural Gas (GNG), Factor Analysis,
 Fisher Discriminant Analysis (FDA), and Gaussian Classifiers.
