Bug#932925: ITP: netsnmpagent -- Facilitates writing Net-SNMP (AgentX) subagents in Python

2019-07-24 Thread William Grzybowski
On Thu, 2019-07-25 at 08:03 +1000, Craig Small wrote:
> Hi,
>   Just letting you know that the python bindings for net-snmp are
> going away next release. There are many reasons but because it's
> python2 and synchronous only was enough.
> 
> I'm not sure if you just need the libraries that are staying but
> upgrading soon or the bindings which are going away.

Hi!

I dont think it will be a problem, netsmpagent does not depend on the
python bindings, it uses libsnmp30 via ctypes.

Thanks!


signature.asc
Description: This is a digitally signed message part


Bug#932925: ITP: netsnmpagent -- Facilitates writing Net-SNMP (AgentX) subagents in Python

2019-07-24 Thread Craig Small
Hi,
  Just letting you know that the python bindings for net-snmp are going
away next release. There are many reasons but because it's python2 and
synchronous only was enough.

I'm not sure if you just need the libraries that are staying but upgrading
soon or the bindings which are going away.

 - Craig


Bug#932925: ITP: netsnmpagent -- Facilitates writing Net-SNMP (AgentX) subagents in Python

2019-07-24 Thread William Grzybowski
Package: wnpp
Severity: wishlist
Owner: William Grzybowski 

* Package name: netsnmpagent
  Version : 0.6.0
  Upstream Author : Pieter Hollants 
* URL : https://github.com/pief/python-netsnmpagent
* License : LGPL-3.0
  Programming Lang: Python
  Description : Facilitates writing Net-SNMP (AgentX) subagents in Python

python-netsnmpagent is a Python module that facilitates writing Net-
SNMPsubagents in Python. Subagents connect to a locally running Master
agent(snmpd) over a Unix domain socket (eg. "/var/run/agentx/master") and using
theAgentX protocol (RFC2741).

I plan on using it myself and maintain it within DPMT.