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 61 62 63 64 65 66 67 68 69 70
|
Source: ripe-atlas-tools
Section: net
Priority: optional
Maintainer: Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends: debhelper (>= 11),
dh-python,
python3-all,
python3-ipy,
python3-yaml,
python3-sphinx,
python3-tzlocal,
python3-openssl,
python3-requests (>= 2.7.0),
python3-ripe-atlas-cousteau (>= 1.4),
python3-ripe-atlas-sagan (>= 1.2),
python3-setuptools,
python3-nose,
python3-mock,
python3-coverage
Standards-Version: 4.3.0
Homepage: https://github.com/RIPE-NCC/ripe-atlas-tools
Vcs-Git: https://salsa.debian.org/debian/ripe-atlas-tools.git
Vcs-Browser: https://salsa.debian.org/debian/ripe-atlas-tools
Package: ripe-atlas-tools
Architecture: all
Depends: python3,
python3-yaml,
python3-tzlocal,
python3-openssl,
python3-dateutil,
python3-requests (>= 2.7.0),
python3-ipy,
python3-ripe-atlas-cousteau (>= 1.4),
python3-ripe-atlas-sagan (>= 1.2),
python3-pkg-resources,
${misc:Depends},
${python3:Depends}
Recommends: python3-ujson
Description: command-line interface for RIPE Atlas
ripe-atlas-tools is the official command-line client for RIPE Atlas.
RIPE Atlas is a global network of probes that measure Internet
connectivity and reachability, providing an overview of the state of the
Internet in real time. Currently the following operations are supported
by the command line interface:
.
* Creation of measurements (ping, traceroute, DNS)
* Reports on public measurements
* Retrieval of measurement streams
* Public measurement searches
* Probe listings
Package: ripe-atlas-tools-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: command-line interface for RIPE Atlas (documentation)
ripe-atlas-tools is the official command-line client for RIPE Atlas.
RIPE Atlas is a global network of probes that measure Internet
connectivity and reachability, providing an overview of the state of the
Internet in real time. Currently the following operations are supported
by the command line interface:
.
* Creation of measurements (ping, traceroute, DNS)
* Reports on public measurements
* Retrieval of measurement streams
* Public measurement searches
* Probe listings
.
This package contains the documentation for ripe-atlas-tools
|