aboutsummaryrefslogtreecommitdiff
path: root/python/netlib/slack-desc
diff options
context:
space:
mode:
authorBrenton Earl <brent@exitstatusone.com>2015-12-05 01:22:11 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-12-05 01:22:11 +0700
commitdd0e44c0e6a1e0c507549316bfd7f44a5fcbaa8e (patch)
treeedced818a37c531f79f925a1017fb5cc600d2409 /python/netlib/slack-desc
parentb9cb46e834284f46097806aaeea845b82a2498d1 (diff)
python/netlib: Added (Network utilities).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/netlib/slack-desc')
-rw-r--r--python/netlib/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/netlib/slack-desc b/python/netlib/slack-desc
new file mode 100644
index 0000000000..9a6b02e4c8
--- /dev/null
+++ b/python/netlib/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+netlib: netlib (Network utilities used by pathod and mitmproxy)
+netlib:
+netlib: Netlib is a collection of network utility classes, used by the
+netlib: pathod and mitmproxy projects. It differs from other projects in
+netlib: some fundamental respects, because both pathod and mitmproxy often
+netlib: need to violate standards. This means that protocols are implemented
+netlib: as small, well-contained and flexible functions, and are designed to
+netlib: allow misbehaviour when needed.
+netlib:
+netlib: Home page: https://mitmproxy.org/
+netlib: