Difference between revisions of "Pysnmp"

From Free Software Directory
Jump to: navigation, search
m (Blanked the page)
(Added Python link)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Entry
 +
|Name=Pysnmp
 +
|Short description=Python SNMP library for agents and managers (Python 2 module)
 +
|Full description=This  is a  Python implementation  of SNMP  v.1/v.2c/v.3  engine.
 +
Its general  functionality  is  to  assemble/disassemble  SNMP
 +
messages from/into given SNMP Object  IDs along with associated
 +
values. PySNMP also provides a few transport methods specific to
 +
TCP/IP networking.
  
 +
PySNMP is written entirely in  Python and is self-sufficient in
 +
terms that it does not rely on any third party tool (it isn't a
 +
wrapper).
 +
 +
This package provides Python 2 module.
 +
|Homepage URL=http://pysnmp.sourceforge.net/
 +
|Is High Priority Project=No
 +
|Computer languages=Python
 +
|Accepts cryptocurrency donations=No
 +
|Version identifier=4.2.5-1
 +
|Version download=http://ftp.debian.org/debian/pool/main/p/python-pysnmp4/python-pysnmp4_4.2.5.orig.tar.gz
 +
|Last review by=Bendikker
 +
|Last review date=2018/04/05
 +
|Submitted date=2015-07-17
 +
|Is GNU=No
 +
}}
 +
{{Project license
 +
|License=BSD_3Clause
 +
|License copyright=Copyright 1999-2012, Ilya Etingof <ilya@glas.net>, all rights reserved.
 +
|License verified by=Debian: Vincent Bernat <bernat@debian.org>
 +
|License verified date=2013-11-01
 +
|License note=License: bsd-3-clause
 +
 +
BSD-3-clause THIS SOFTWARE IS NOT  FAULT TOLERANT AND SHOULD NOT
 +
BE  USED IN ANY SITUATION ENDANGERING HUMAN LIFE OR PROPERTY.
 +
 +
Redistribution  and  use  in  source  and  binary  forms,  with
 +
or  without modification, are permitted provided that the
 +
following conditions are met:
 +
 +
* Redistributions of  source code must  retain the above
 +
copyright notice,    this list of conditions and the following
 +
disclaimer.
 +
 +
* Redistributions in binary form must reproduce the above
 +
copyright notice,    this list of conditions and the following
 +
disclaimer in the documentation    and/or other materials
 +
provided with the distribution.
 +
 +
* The name of  the authors may not  be used to endorse  or
 +
promote products    derived from this software without specific
 +
prior written permission.
 +
 +
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
 +
CONTRIBUTORS ``AS IS'' AND ANY  EXPRESS OR IMPLIED  WARRANTIES,
 +
INCLUDING,  BUT NOT LIMITED  TO, THE IMPLIED WARRANTIES  OF
 +
MERCHANTABILITY AND  FITNESS FOR A  PARTICULAR PURPOSE ARE
 +
DISCLAIMED.  IN NO EVENT SHALL  THE REGENTS OR CONTRIBUTORS BE
 +
LIABLE FOR ANY  DIRECT,  INDIRECT,  INCIDENTAL,  SPECIAL,
 +
EXEMPLARY,  OR  CONSEQUENTIAL DAMAGES (INCLUDING,  BUT NOT
 +
LIMITED  TO, PROCUREMENT OF SUBSTITUTE  GOODS OR SERVICES; LOSS
 +
OF USE, DATA,  OR PROFITS; OR BUSINESS  INTERRUPTION) HOWEVER
 +
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
 +
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 +
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 +
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 +
}}
 +
{{Project license
 +
|License=GPLv2
 +
|License copyright=Copyright 2008 Truelite Srl <info@truelite.it>
 +
|License verified by=Debian: Vincent Bernat <bernat@debian.org>
 +
|License verified date=2013-11-01
 +
|License note=License: gpl-2
 +
}}
 +
{{Person
 +
|Real name=Ilya Etingof
 +
|Role=contact
 +
|Email=ilya@glas.net
 +
}}
 +
{{Resource
 +
|Resource audience=Python (Ref)
 +
|Resource URL=https://pypi.org/project/pysnmp
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref) (R)
 +
|Resource URL=https://tracker.debian.org/pkg/python-pysnmp4
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=http://pysnmp.sourceforge.net/download.html
 +
}}
 +
{{Software category}}
 +
{{Featured}}
 +
{{Import
 +
|Date=2015-07-17
 +
|Source=Debian
 +
|Source link=http://packages.debian.org/sid/python-pysnmp4
 +
}}

Latest revision as of 07:03, 5 April 2018


[edit]

Pysnmp

http://pysnmp.sourceforge.net/
Python SNMP library for agents and managers (Python 2 module)

This is a Python implementation of SNMP v.1/v.2c/v.3 engine. Its general functionality is to assemble/disassemble SNMP messages from/into given SNMP Object IDs along with associated values. PySNMP also provides a few transport methods specific to TCP/IP networking.

PySNMP is written entirely in Python and is self-sufficient in terms that it does not rely on any third party tool (it isn't a wrapper).

This package provides Python 2 module.





Licensing

License

Verified by

Verified on

Notes

License

GPLv2

Verified by

Debian: Vincent Bernat <bernat@debian.org>

Verified on

1 November 2013

Notes

License: gpl-2

Verified by

Debian: Vincent Bernat <bernat@debian.org>

Verified on

1 November 2013

Notes

License: bsd-3-clause

BSD-3-clause THIS SOFTWARE IS NOT FAULT TOLERANT AND SHOULD NOT BE USED IN ANY SITUATION ENDANGERING HUMAN LIFE OR PROPERTY.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above

copyright notice, this list of conditions and the following disclaimer.

  • Redistributions in binary form must reproduce the above

copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  • The name of the authors may not be used to endorse or

promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF

ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.




Leaders and contributors

Contact(s)Role
Ilya Etingof contact


Resources and communication

AudienceResource typeURI
Debian (Ref) (R)https://tracker.debian.org/pkg/python-pysnmp4
Python (Ref)https://pypi.org/project/pysnmp
Downloadhttp://pysnmp.sourceforge.net/download.html


Software prerequisites




Entry











"contact" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Python (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








Date 2015-07-17
Source Debian
Source link http://packages.debian.org/sid/python-pysnmp4

[[Category:]]



Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.