Rev | Line | |
---|
[228] | 1 | Wokkel 16.0.0rc1 |
---|
| 2 | ================= |
---|
| 3 | |
---|
| 4 | |pypi| |
---|
| 5 | |travis| |
---|
| 6 | |
---|
| 7 | |
---|
| 8 | What is this? |
---|
| 9 | ------------- |
---|
| 10 | |
---|
| 11 | Wokkel is a Python module for experimenting with future enhancements to Twisted |
---|
| 12 | Words, that should eventually be included in the main Twisted main development |
---|
| 13 | tree. Some of the code in Wokkel has already made that transition, but is still |
---|
| 14 | included to be used with older Twisted releases. |
---|
| 15 | |
---|
| 16 | |
---|
| 17 | Requirements |
---|
| 18 | ------------ |
---|
| 19 | |
---|
[229] | 20 | - Python 2.7, Python 3.3 or later, or pypy equivalent. |
---|
| 21 | - Twisted 15.5.0 or later for Python 2 |
---|
| 22 | - Twisted 16.4.0 or later for Python 3. |
---|
| 23 | - python-dateutil |
---|
[228] | 24 | |
---|
| 25 | |
---|
| 26 | Resources |
---|
| 27 | --------- |
---|
| 28 | |
---|
[231] | 29 | Wokkel has a `home <https://wokkel.ik.nu/>`_ and `documentation <https://wokkel.ik.nu/documentation/>`_. |
---|
[228] | 30 | |
---|
[230] | 31 | Besides the general Twisted resources, help is available on the |
---|
| 32 | `Twisted-Jabber mailing list <https://mailman.ik.nu/mailman/listinfo/twisted-jabber>`_. |
---|
[228] | 33 | |
---|
| 34 | |
---|
| 35 | Copyright and Warranty |
---|
| 36 | ---------------------- |
---|
| 37 | |
---|
| 38 | The code in this distribution is Copyright (c) Ralph Meijer, unless |
---|
| 39 | explicitly specified otherwise. |
---|
| 40 | |
---|
[229] | 41 | Wokkel is made available under the MIT License. The included |
---|
| 42 | `LICENSE <LICENSE>`_ file describes this in detail. |
---|
[228] | 43 | |
---|
| 44 | |
---|
| 45 | Contributors |
---|
| 46 | ------------ |
---|
| 47 | |
---|
[229] | 48 | - Christopher Zorn |
---|
| 49 | - Jack Moffitt |
---|
| 50 | - Mike Malone |
---|
| 51 | - Pablo MartÃn |
---|
| 52 | - Fabio Forno |
---|
| 53 | - Kandaurov Oleg |
---|
| 54 | - JérÎme Poisson |
---|
| 55 | - Ilja Braude |
---|
| 56 | - Alexey Bezhan |
---|
| 57 | - Mayank Singh |
---|
| 58 | - Adrien Cossa |
---|
[228] | 59 | |
---|
| 60 | |
---|
| 61 | Author |
---|
| 62 | ------ |
---|
| 63 | |
---|
| 64 | Ralph Meijer |
---|
| 65 | <xmpp:ralphm@ik.nu> |
---|
[229] | 66 | |
---|
| 67 | .. |pypi| image:: http://img.shields.io/pypi/v/wokkel.svg |
---|
| 68 | .. _pypi: https://pypi.python.org/pypi/wokkel |
---|
| 69 | |
---|
| 70 | .. |travis| image:: https://travis-ci.org/ralphm/wokkel.svg?branch=master |
---|
| 71 | .. _travis: https://travis-ci.org/ralphm/wokkel |
---|
| 72 | |
---|
Note: See
TracBrowser
for help on using the repository browser.