1
0
Fork 0
anta/debian/control
Daniel Baumann 59b9981d8e
Updating email address.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 14:40:40 +01:00

33 lines
993 B
Text

Source: anta
Section: python
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://anta.arista.com
Vcs-Browser: https://forgejo.debian.net/arista/anta
Vcs-Git: https://forgejo.debian.net/arista/anta
Package: python3-anta
Section: python
Architecture: all
Depends:
python3-pydantic-extra-types,
${misc:Depends},
${python3:Depends},
Description: Arista Network Test Automation (ANTA) Framework
ANTA is Python framework that automates tests for Arista network devices.
.
It provides a set of tests to validate the state of your network and can used to:
.
* Automate NRFU (Network Ready For Use) test on a preproduction network
* Automate tests on a live network (periodically or on demand)
.
ANTA can be used with the ANTA CLI or as a Python library in your own
application.