upnp port forwarding
[p2pool.git] / nattraverso / __init__.py
diff --git a/nattraverso/__init__.py b/nattraverso/__init__.py
new file mode 100644 (file)
index 0000000..fe3df53
--- /dev/null
@@ -0,0 +1,15 @@
+"""
+This package offers ways to retreive ip addresses of the machine, and map ports
+through various protocols.
+
+Currently only UPnP is implemented and available, in the pynupnp module.
+
+@author: Raphael Slinckx
+@copyright: Copyright 2005
+@license: LGPL
+@contact: U{raphael@slinckx.net<mailto:raphael@slinckx.net>}
+@version: 0.1.0
+"""
+
+__revision__ = "$id"
+__version__ = "0.1.0"