tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

README.rst (1698B)


      1 ========================================
      2 hpack: HTTP/2 Header Encoding for Python
      3 ========================================
      4 
      5 .. image:: https://github.com/python-hyper/hpack/workflows/CI/badge.svg
      6    :target: https://github.com/python-hyper/hpack/actions
      7    :alt: Build Status
      8 .. image:: https://codecov.io/gh/python-hyper/hpack/branch/master/graph/badge.svg
      9    :target: https://codecov.io/gh/python-hyper/hpack
     10    :alt: Code Coverage
     11 .. image:: https://readthedocs.org/projects/hpack/badge/?version=latest
     12    :target: https://hpack.readthedocs.io/en/latest/
     13    :alt: Documentation Status
     14 .. image:: https://img.shields.io/badge/chat-join_now-brightgreen.svg
     15    :target: https://gitter.im/python-hyper/community
     16    :alt: Chat community
     17 
     18 .. image:: https://raw.github.com/Lukasa/hyper/development/docs/source/images/hyper.png
     19 
     20 This module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use
     21 in Python programs that implement HTTP/2.
     22 
     23 Contributing
     24 ============
     25 
     26 ``hpack`` welcomes contributions from anyone! Unlike many other projects we are
     27 happy to accept cosmetic contributions and small contributions, in addition to
     28 large feature requests and changes.
     29 
     30 Before you contribute (either by opening an issue or filing a pull request),
     31 please `read the contribution guidelines`_.
     32 
     33 .. _read the contribution guidelines: http://hyper.readthedocs.org/en/development/contributing.html
     34 
     35 License
     36 =======
     37 
     38 ``hpack`` is made available under the MIT License. For more details, see the
     39 ``LICENSE`` file in the repository.
     40 
     41 Authors
     42 =======
     43 
     44 ``hpack`` is maintained by Cory Benfield, with contributions from others. For
     45 more details about the contributors, please see ``CONTRIBUTORS.rst``.