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
|
Source: pyeapi
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-netaddr,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
Standards-Version: 4.6.2
Homepage: https://github.com/arista-eosplus/pyeapi
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/pyeapi.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyeapi
Testsuite: autopkgtest-pkg-python
Package: python3-pyeapi
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
XB-Python-Egg-Name: pyeapi
Description: Python API to interact with EOS network devices - Python 3.x
The Python Client for eAPI (pyeapi) is a native Python library
wrapper around Arista EOS eAPI. It provides a set of Python language
bindings for configuring Arista EOS nodes. It can be used either on a
local node (running EOS) or on a remote node.
.
This library also provides an API layer for building native Python
objects to interact with the destination nodes. The API layer is a
convenient implementation for working with the EOS configuration and
is extensible for developing custom implementations. For example, it
allows one to list VLAN or configure a BGP session.
.
This package contains the Python 3.x module.
Package: python-pyeapi-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Multi-Arch: foreign
Description: Python API to interact with EOS network devices - docs
The Python Client for eAPI (pyeapi) is a native Python library
wrapper around Arista EOS eAPI. It provides a set of Python language
bindings for configuring Arista EOS nodes. It can be used either on a
local node (running EOS) or on a remote node.
.
This library also provides an API layer for building native Python
objects to interact with the destination nodes. The API layer is a
convenient implementation for working with the EOS configuration and
is extensible for developing custom implementations. For example, it
allows one to list VLAN or configure a BGP session.
.
This package contains the documentation.
|