Codebase list python-werkzeug / debian/0.12.1+dfsg1-1 AUTHORS
debian/0.12.1+dfsg1-1

Tree @debian/0.12.1+dfsg1-1 (Download .tar.gz)

AUTHORS @debian/0.12.1+dfsg1-1

3f32b6d
 
c7930e1
3f32b6d
c7930e1
 
3f32b6d
c7930e1
a6cee00
d9a4624
 
3f32b6d
 
 
 
 
 
3dd7b35
 
 
b16582d
2f7a6e9
 
 
 
 
08e5c41
eea4aff
e8c7062
 
827d443
 
e2b21c2
827d443
 
e2b21c2
827d443
 
85c19b5
 
 
 
b16582d
 
2f7a6e9
 
 
 
b16582d
 
 
4a9c0c5
 
 
 
 
 
 
 
 
Werkzeug is written and maintained by the Werkzeug Team and various
contributors:

Project Leader / Developer:

- Armin Ronacher <armin.ronacher@active-4.com>

- Georg Brandl
- Leif K-Brooks <eurleif@gmail.com>
- Thomas Johansson
- Marian Sigler
- Ronny Pfannschmidt
- Noah Slater <nslater@tumbolia.org>
- Alec Thomas
- Shannon Behrens
- Christoph Rauch
- Clemens Hermann
- Jason Kirtland
- Ali Afshar
- Christopher Grebs <cg@webshox.org>
- Sean Cazzell <seancazzell@gmail.com>
- Florent Xicluna
- Kyle Dawkins
- Pedro Algarvio
- Zahari Petkov
- Ludvig Ericson
- Kenneth Reitz
- Daniel Neuhäuser
- Markus Unterwaditzer
- Joe Esposito <joe@joeyespo.com>
- Abhinav Upadhyay <er.abhinav.upadhyay@gmail.com>
- immerrr <immerrr@gmail.com>
- Cédric Krier
- Phil Jones
- Michael Hunsinger
- Lars Holm Nielsen
- Joël Charles
- Benjamin Dopplinger

Contributors of code for werkzeug/examples are:

- Itay Neeman <itay@neeman.net>

The SSL related parts of the Werkzeug development server are partially
taken from Paste.  Same thing is true for the range support which comes
from WebOb which is a Paste project.  The original code is MIT licensed which
is largely compatible with the modfied BSD license.  The following copyrights
apply:

- (c) 2005 Ian Bicking and contributors
- (c) 2005 Clark C. Evans

The rename() function from the posixemulation was taken almost unmodified
from the Trac project's utility module.  The original code is BSD licensed
with the following copyrights from that module:

- (c) 2003-2009 Edgewall Software
- (c) 2003-2006 Jonas Borgström <jonas@edgewall.com>
- (c) 2006 Matthew Good <trac@matt-good.net>
- (c) 2005-2006 Christian Boos <cboos@neuf.fr>