summaryrefslogtreecommitdiffstats
path: root/source/l/python-future/slack-desc
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/python-future/slack-desc')
-rw-r--r--source/l/python-future/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/source/l/python-future/slack-desc b/source/l/python-future/slack-desc
new file mode 100644
index 000000000..bc547a652
--- /dev/null
+++ b/source/l/python-future/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------------------------------------------------------|
+python-future: python-future (Easy, clean, reliable Python 2/3 compatibility)
+python-future:
+python-future: python-future allows you to use a single, clean Python 3.x-compatible
+python-future: codebase to support both Python 2 and Python 3 with minimal overhead.
+python-future: It provides future and past packages with backports and forward ports
+python-future: of features from Python 3 and 2. It also comes with futurize and
+python-future: pasteurize, customized 2to3-based scripts that help you to convert
+python-future: either Py2 or Py3 code easily to support both Python 2 and 3 in a
+python-future: single clean Py3-style codebase, module by module.
+python-future:
+python-future: Homepage: https://python-future.org