File: control

package info (click to toggle)
pyvo 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,216 kB
  • sloc: python: 14,621; xml: 6,491; makefile: 113
file content (34 lines) | stat: -rw-r--r-- 1,363 bytes parent folder | download
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
Source: pyvo
Maintainer: Debian Astronomy Maintainers <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Josue Ortega <josue@debian.org>,
           Paul Sladen <debian@paul.sladen.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-astropy,
               python3-pytest <!nocheck>,
               python3-requests,
               python3-requests-mock <!nocheck>,
               pybuild-plugin-pyproject
Build-Depends-Indep: python3-setuptools,
                     python3-setuptools-scm
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian-astro-team/pyvo
Vcs-Git: https://salsa.debian.org/debian-astro-team/pyvo.git
Homepage: https://github.com/astropy/pyvo
Rules-Requires-Root: no

Package: python3-pyvo
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Python 3 library for data services of the Virtual observatory (VO)
 The pyvo module currently provides these main capabilities:
 Find archives that provide particular data of a particular type and/or relates
 to a particular topic search an archive for datasets of a particular type.
 Do simple searches on catalogs or databases get information about an object via
 its name.
 .
 This is the Python 3 version of the package.