1Hyper is written and maintained by Cory Benfield and various contributors:
2
3Development Lead
4````````````````
5
6- Cory Benfield <cory@lukasa.co.uk>
7
8Contributors (hpack)
9````````````````````
10In chronological order:
11
12- Sriram Ganesan (@elricL)
13
14  - Implemented the Huffman encoding/decoding logic.
15
16- Tatsuhiro Tsujikawa (@tatsuhiro-t)
17
18  - Improved compression efficiency.
19
20- Jim Carreer (@jimcarreer)
21
22  - Support for 'never indexed' header fields.
23  - Refactor of header table code.
24  - Add support for returning bytestring headers instead of UTF-8 decoded ones.
25
26- Eugene Obukhov (@irvind)
27
28  - Improved decoding efficiency.
29
30- Ian Foote (@Ian-Foote)
31
32  - 25% performance improvement to integer decode.
33
34- Davey Shafik (@dshafik)
35
36  - More testing.
37
38- Seth Michael Larson (@SethMichaelLarson)
39
40  - Code cleanups.
41
42Contributors (hyper)
43````````````````````
44
45In chronological order:
46
47- Alek Storm (@alekstorm)
48
49  - Implemented Python 2.7 support.
50  - Implemented HTTP/2 draft 10 support.
51  - Implemented server push.
52
53- Tetsuya Morimoto (@t2y)
54
55  - Fixed a bug where large or incomplete frames were not handled correctly.
56  - Added hyper command-line tool.
57  - General code cleanups.
58
59- Jerome De Cuyper (@jdecuyper)
60
61  - Updated documentation and tests.
62
63