summaryrefslogtreecommitdiffstats
path: root/netaddr/contrib/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'netaddr/contrib/__init__.py')
-rw-r--r--netaddr/contrib/__init__.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/netaddr/contrib/__init__.py b/netaddr/contrib/__init__.py
new file mode 100644
index 0000000..7449cd6
--- /dev/null
+++ b/netaddr/contrib/__init__.py
@@ -0,0 +1,12 @@
+#-----------------------------------------------------------------------------
+# Copyright (c) 2008 by David P. D. Moss. All rights reserved.
+#
+# Released under the BSD license. See the LICENSE file for details.
+#-----------------------------------------------------------------------------
+"""
+The netaddr.contrib namespace for non-core code contributed by users.
+
+It is a testing ground for new ideas. Depending on the interest in
+functionality found here, code may find its way into the core in various
+ways, either as is or as additions to existing APIs.
+"""