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 57 58 59 60
|
Source: python-autoray
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Yogeswaran Umasankar <yogu@debian.org>,
Homepage: https://github.com/jcmgray/autoray
Vcs-Git: https://salsa.debian.org/python-team/packages/python-autoray.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-autoray
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
pybuild-plugin-pyproject,
python3-all,
python3-coverage <!nocheck>,
python3-hatch-vcs,
python3-hatchling,
python3-numpy,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-scipy,
Build-Depends-Indep:
furo <!nodoc>,
python3-astroid <!nodoc>,
python3-ipython <!nodoc>,
python3-sphinx <!nodoc>,
python3-sphinx-autoapi <!nodoc>,
python3-sphinx-copybutton <!nodoc>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild
Package: python3-autoray
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Pre-Depends:
${misc:Pre-Depends},
Description: Lightweight abstract array operations
Primarily it provides an automatic dispatch mechanism that
means you can write backend agnostic code that works for
numpy, pytorch, jax, cupy, dask, autograd, tensorflow,
sparse, mars, etc., and indeed any library that provides a
numpy-ish API, even if it knows nothing about autoray.
Package: python-autoray-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Documentation for python-autoray
Primarily it provides an automatic dispatch mechanism that
means you can write backend agnostic code that works for
numpy, pytorch, jax, cupy, dask, autograd, tensorflow,
sparse, mars, etc., and indeed any library that provides a
numpy-ish API, even if it knows nothing about autoray.
.
This package contains documentation for autoray.
|