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
  
     | 
    
      Source: pyiosxr
Section: python
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), dh-python,
               python3-all,
               python3-pexpect,
               python3-setuptools,
               python3-pip,
               python3-mock,
               python3-lxml,
               python3-netmiko,
Standards-Version: 4.1.1
Homepage: https://github.com/fooelisa/pyiosxr/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyiosxr.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyiosxr.git
Package: python3-pyiosxr
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
XB-Python-Egg-Name: pyIOSXR
Description: Python API for Cisco IOX-XR network devices (Python 3)
 This package provides a Python API to connect to network devices
 running Cisco IOS-XR. It can retrieve several information like
 interfaces. It can also modify the current configuration and execute
 arbitrary commands.
 .
 This package contains the Python 3 version.
 
     |