diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2004-06-23 11:03:47 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2004-06-23 11:03:47 +0000 |
commit | a1d220fc4a99195d3c1393d8d0df74ab690dffd5 (patch) | |
tree | 78c1965b9adeb1e95fce1c88cf343141aba0e28f /dev-python/pysnmp/metadata.xml | |
parent | Stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-a1d220fc4a99195d3c1393d8d0df74ab690dffd5.tar.gz gentoo-2-a1d220fc4a99195d3c1393d8d0df74ab690dffd5.tar.bz2 gentoo-2-a1d220fc4a99195d3c1393d8d0df74ab690dffd5.zip |
version bump. marked tesing on x86, sparc, ppc. added commands to install whole documentation and examples. closing #54869.
Diffstat (limited to 'dev-python/pysnmp/metadata.xml')
-rw-r--r-- | dev-python/pysnmp/metadata.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-python/pysnmp/metadata.xml b/dev-python/pysnmp/metadata.xml index de483c53568f..c5c24b9e198d 100644 --- a/dev-python/pysnmp/metadata.xml +++ b/dev-python/pysnmp/metadata.xml @@ -2,4 +2,13 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>python</herd> +<longdescription> +This is a Python implementation of SNMP v.1/v.2c 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 is not a wrapper!). +</longdescription> </pkgmetadata> |