File: THANKS

package info (click to toggle)
python-netaddr 0.7.18-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 5,732 kB
  • sloc: python: 9,050; xml: 6,348; makefile: 84
file content (49 lines) | stat: -rw-r--r-- 1,616 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
netaddr is written and maintained by David P. D. Moss

It is released under the BSD License.

Many people further contributed to netaddr by reporting problems, suggesting
various improvements or submitting actual code. Here is a list of these people
(in alphabetical order). Help me keep it complete and free of errors.

    Vincent Bernat <bernat AT debian.org>

    Sebastien Douche <sdouche AT gmail.com>

    John Eckersberg <john DOT eckersberg AT gmail.com>

    Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>

    Clay McClure <clay AT daemons.net> 

    Duncan McGreggor <duncan DOT mcgreggor AT gmail.com> 

    Stefan Nordhausen <stefan DOT nordhausen AT axiros.com> 

    Brian F. Peters <brianfpeters AT gmail.com>

    James William Pye <jwp AT gmail.com>

    Chaitan Rogers <chaitan DOT rogers AT gmail.com>

    Victor Stinner <victor DOT stinner AT haypocalc.com>

    Andrew Stromnov <stromnov AT gmail.com>

Thanks to everyone on the netaddr mailing list, those who raised bug reports
and to all those who have, directly and indirectly, guided and influenced the 
development and distribution of this library.

Thanks also for the use of the following code contributions :-

a) Python Cookbook recipe 18.11: "Formatting Integers as Binary Strings"

    Python Cookbook 2d ed. (O'Reilly Media 2005) ISBN 0596-00797-3
    Alex Martelli, Anna Martelli Ravenscroft and David Ascher 

b) ASPN Cookbook Recipe 466286: "Integer set type" by Heiko Wundram

    http://code.activestate.com/recipes/466286/

And last but not least, thanks to Guido van Rossum for his encouraging words
and for giving us all Python.