snimpy 0.8.0-1 source package in Ubuntu

Changelog

snimpy (0.8.0-1) unstable; urgency=low


  * New upstream version.
     + Don't ship Python 3 module. The main use of Snimpy is still the
       `snimpy` command and there is little value in adding more packages
       to the archive.
     + Replace dependency to NetSNMP with dependency to PySNMP.
  * Use debian/compat 9.
  * Tweak debian/rules to workaround a bug in CFFI.

 -- Vincent Bernat <email address hidden>  Sun, 20 Oct 2013 13:34:22 +0200

Upload details

Uploaded by:
Vincent Bernat
Uploaded to:
Sid
Original maintainer:
Vincent Bernat
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
snimpy_0.8.0-1.dsc 1.9 KiB e879d723a366ac4f8e6d0541aa07c5a8071fc102dad09c8493db447f8f417e4e
snimpy_0.8.0.orig.tar.gz 44.2 KiB 86dfdc5bc25132d29512049c7ff7745a7201e6d9affae2858a8cedd9f759d8a4
snimpy_0.8.0-1.debian.tar.gz 2.6 KiB 4f9398d2335ba70b24392ffbea5111244228de642af839af4b8616245d6e3b2c

No changes file available.

Binary packages built by this source

snimpy: interactive SNMP tool with Python

 Snimpy is a Python-based tool providing a simple interface to build
 SNMP queries. This interface aims at being the most Pythonic
 possible: you grab scalars using attributes and columns are like
 dictionaries.
 .
 Snimpy can either be used interactively through its console (derived
 from Python own console or from IPython if available) or by writing
 snimpy scripts which are just Python scripts with some global
 variables available.