File: AUTHORS.rst

package info (click to toggle)
python-characteristic 0.1.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 120 kB
  • ctags: 76
  • sloc: python: 265; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 692 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Authors
-------

``characteristic`` is written and maintained by `Hynek Schlawack <https://hynek.me/>`_.

The development is kindly supported by `Variomedia AG <https://www.variomedia.de/>`_.

It’s inspired by Twisted’s `FancyEqMixin <http://twistedmatrix.com/documents/current/api/twisted.python.util.FancyEqMixin.html>`_ but is implemented using class decorators because `sub-classing is bad for you <https://www.youtube.com/watch?v=3MNVP9-hglc>`_, m’kay?


The following folks helped forming ``characteristic`` into what it is now:

- `Glyph <https://github.com/glyph>`_
- `Itamar Turner-Trauring <https://github.com/itamarst>`_
- `Jean-Paul Calderone <https://github.com/exarkun>`_