summaryrefslogtreecommitdiffstats
path: root/source/l/python-future/slack-desc
blob: bc547a652a3a3e2c44b44c403fa1eec1bc75d1c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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