This document summarizes a presentation about the Hyper HTTP/2 client library for Python. It discusses the author's participation in an interoperability workshop where they encountered errors using Hyper. It then introduces Hyper as a pure Python HTTP/2 client that supports HTTP/1.1 and integrations with Requests and HTTPie. The document notes that the author of Hyper, Cory Benfield, is a core contributor to requests and urllib3 and a member of the HTTPBis working group. It highlights some criticisms of HTTP/2 and suggests potential directions for Hyper, such as splitting out the framing and HPACK layers. It concludes by summarizing the author's contributions to Hyper through pull requests and their experience with the review process