Cory Benfield added the comment:

I spoke to some people after my PyCon talk about this, and agreed that it would 
be a good idea to split out the framing and HPACK stuff from hyper to make it 
easier for people like aiohttp to prototype.

The framing layer is already available from PyPI[0] and on GitHub[1], and I'm 
working on pulling the HPACK layer out right now[2], which should be available 
later today.

[0]: https://pypi.python.org/pypi/hyperframe
[1]: https://github.com/Lukasa/hyperframe
[2]: https://github.com/Lukasa/hpack

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23794>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to