diff options
Diffstat (limited to 'python/netlib/slack-desc')
-rw-r--r-- | python/netlib/slack-desc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/python/netlib/slack-desc b/python/netlib/slack-desc deleted file mode 100644 index 9a6b02e4c8..0000000000 --- a/python/netlib/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# 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: |