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
9````````````
10
11In chronological order:
12
13- Sriram Ganesan (@elricL)
14
15  - Implemented the Huffman encoding/decoding logic.
16
17- Alek Storm (@alekstorm)
18
19  - Implemented Python 2.7 support.
20  - Implemented HTTP/2 draft 10 support.
21  - Implemented server push.
22
23- Tetsuya Morimoto (@t2y)
24
25  - Fixed a bug where large or incomplete frames were not handled correctly.
26  - Added hyper command-line tool.
27  - General code cleanups.
28
29- Jerome De Cuyper (@jdecuyper)
30
31  - Updated documentation and tests.
32
33- Maximilian Hils (@mhils)
34
35  - Added repr for frames.
36  - Improved frame initialization code.
37  - Added flag validation.
38
39- Thomas Kriechbaumer (@Kriechi)
40
41  - Improved initialization code.
42  - Fixed bugs in frame initialization code.
43  - Improved frame repr for frames with non-printable bodies.
44
45- Davey Shafik (@dshafik)
46
47  - Fixed Alt Svc frame stream association.
48
49- Seth Michael Larson (@SethMichaelLarson)
50
51  - Performance improvements to serialization and parsing.
52
53- Fred Thomsen (@fredthomsen)
54
55  - Support for memoryview in DataFrames.
56
57