pyeapi 0.8.1-2 source package in Ubuntu

Changelog

pyeapi (0.8.1-2) unstable; urgency=medium

  * Team upload.
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs
  * Use debhelper-compat instead of debian/compat.
  * Drop Python 2 support (Closes: #937424).
  * Enable autopkgtest-pkg-python testsuite.
  * Bump debhelper compat level to 12.
  * Bump standards version to 4.4.0.

 -- Ondřej Nový <email address hidden>  Thu, 12 Sep 2019 15:33:25 +0200

Upload details

Uploaded by:
Vincent Bernat
Uploaded to:
Sid
Original maintainer:
Vincent Bernat
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyeapi_0.8.1-2.dsc 2.1 KiB 3e69001a42a00f04fc685902a67ed36abd7089e32d65ad92e71c35eb69ff4247
pyeapi_0.8.1.orig.tar.gz 130.4 KiB dcdbdc018529cf0cd9478f49a91089b97e31cc020236061cbef2a14fd48dd590
pyeapi_0.8.1-2.debian.tar.xz 3.4 KiB bbffade0e8a9fdb5f4d3b48813e92172ae5db56ec85dcb6865b3af4cd38d8909

Available diffs

No changes file available.

Binary packages built by this source

python-pyeapi-doc: 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.

python3-pyeapi: 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.