summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorelie <elie>2009-09-05 15:26:33 +0000
committerelie <elie>2009-09-05 15:26:33 +0000
commitaeea929b38d0ca8be71362f90e0b8071ea4c34f0 (patch)
tree4e41538e9c453e5a8a640ebb144e0ef0f25b981b /README
parent8027a43b52d8bcdfc4b48503b6ce9f518283819e (diff)
downloadpysnmp-aeea929b38d0ca8be71362f90e0b8071ea4c34f0.tar.gz
py2exe compatibility mentioned
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index ae4a12a..04a7b6c 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
PYTHON SNMP FRAMEWORK
---------------------
-This is an alpha-quality revision of pure-Python, open source and free
+This is a beta-quality revision of pure-Python, open source and free
implementation of v1/v2c/v3 SNMP engine.
The PySNMP project has been sponsored by a PSF grant [10]. Thanks!
@@ -17,6 +17,7 @@ FEATURES
* Extensible network transports framework (UDP and UNIX domain implemented)
* Asynchronous socket-based IO API support
* Twisted (http://twistedmatrix.com) integration
+* Python eggs and py2exe friendly
* 100% Python, works with Python 1.5 though 2.x
* MT-safe