|
1 | | -Credits and Licensing |
| 1 | +Licensing and credits |
2 | 2 | ===================== |
3 | 3 |
|
4 | | -:Author: Ed Schofield |
5 | | -:Sponsor: Python Charmers Pty Ltd, Australia, and Python Charmers Pte |
6 | | - Ltd, Singapore. http://pythoncharmers.com |
7 | | -:Others: - The backported ``super()`` and ``range()`` functions are |
8 | | - derived from Ryan Kelly's ``magicsuper`` module and Dan |
9 | | - Crosta's ``xrange`` module. |
10 | | - - The ``futurize`` and ``pasteurize`` scripts use ``lib2to3``, |
11 | | - ``lib3to2``, and parts of Armin Ronacher's ``python-modernize`` |
12 | | - code. |
13 | | - - The ``python_2_unicode_compatible`` decorator is from |
14 | | - Django. The ``implements_iterator`` and ``with_metaclass`` |
15 | | - decorators are from Jinja2. |
16 | | - - The ``exec_`` function and some others in ``future.utils`` |
17 | | - are from the ``six`` module by Benjamin Peterson. |
18 | | - - The ``raise_`` and ``raise_with_traceback`` functions were |
19 | | - contributed by Jeff Tratner. |
20 | | - - Documentation is generated with ``sphinx`` using the |
21 | | - ``sphinx-bootstrap`` theme. |
22 | | - - ``past.translation`` is inspired by and borrows some code from |
23 | | - Sanjay Vinip's ``uprefix`` module. |
24 | | - |
25 | | - |
26 | 4 | .. _licence: |
27 | 5 |
|
28 | 6 | Licence |
@@ -50,3 +28,69 @@ The software is distributed under an MIT licence. The text is as follows |
50 | 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
51 | 29 | THE SOFTWARE. |
52 | 30 |
|
| 31 | +.. _sponsor: |
| 32 | + |
| 33 | +Sponsor |
| 34 | +------- |
| 35 | +Python Charmers Pty Ltd, Australia, and Python Charmers Pte Ltd, Singapore. |
| 36 | +http://pythoncharmers.com |
| 37 | + |
| 38 | +.. _authors: |
| 39 | + |
| 40 | +Authors |
| 41 | +======= |
| 42 | + |
| 43 | +Python-Future is written and maintained by Ed Schofield and various contributors: |
| 44 | + |
| 45 | +Development Lead |
| 46 | +---------------- |
| 47 | + |
| 48 | +- Ed Schofield <ed@pythoncharmers.com> |
| 49 | + |
| 50 | +Patches |
| 51 | +------- |
| 52 | + |
| 53 | +- Denis Cornehl |
| 54 | +- Nicolas Delaby |
| 55 | +- Marcin Kuzminski |
| 56 | +- Joshua Landau |
| 57 | +- German Larrain |
| 58 | +- Chris Lasher |
| 59 | +- Elliott Sales de Andrade |
| 60 | +- Jeff Tratner |
| 61 | + |
| 62 | +- Mystic-Mirage (GitHub) |
| 63 | + |
| 64 | +Suggestions and Feedback |
| 65 | +------------------------ |
| 66 | + |
| 67 | +- Chris Adams |
| 68 | +- Martijn Faassen |
| 69 | +- Lion Krischer |
| 70 | + |
| 71 | +- wluebbe (GitHub) |
| 72 | + |
| 73 | + |
| 74 | +Others |
| 75 | +------ |
| 76 | +- The backported ``super()`` and ``range()`` functions are derived from Ryan |
| 77 | + Kelly's ``magicsuper`` module and Dan Crosta's ``xrange`` module. |
| 78 | + |
| 79 | +- The ``futurize`` and ``pasteurize`` scripts use ``lib2to3``, ``lib3to2``, and |
| 80 | + parts of Armin Ronacher's ``python-modernize`` code. |
| 81 | + |
| 82 | +- The ``python_2_unicode_compatible`` decorator is from Django. The |
| 83 | + ``implements_iterator`` and ``with_metaclass`` decorators are from Jinja2. |
| 84 | + |
| 85 | +- The ``exec_`` function and some others in ``future.utils`` are from the |
| 86 | + ``six`` module by Benjamin Peterson. |
| 87 | + |
| 88 | +- The ``raise_`` and ``raise_with_traceback`` functions were contributed by |
| 89 | + Jeff Tratner. |
| 90 | + |
| 91 | +- Documentation is generated with ``sphinx`` using the ``sphinx-bootstrap`` |
| 92 | + theme. |
| 93 | + |
| 94 | +- ``past.translation`` is inspired by and borrows some code from Sanjay Vinip's |
| 95 | + ``uprefix`` module. |
| 96 | + |
0 commit comments