Metadata-Version: 1.1
Name: pycohttpparser
Version: 1.0.0
Summary: Python wrapper for picohttpparser
Home-page: https://github.com/Lukasa/pycohttpparser
Author: Cory Benfield
Author-email: cory@lukasa.co.uk
License: MIT License
Description: pycohttpparser
        ==============
        
        A wrapper library around `picohttpparser`_, a lightweight HTTP/1.1 parsing
        library.
        
        This is currently a work in progress: check back often.
        
        .. _picohttpparser: https://github.com/h2o/picohttpparser
        
        License
        -------
        
        The Python wrapper library here is licensed under the MIT license. See LICENSE
        for more details.
        
        The original picohttpparser C code, which is included in this project in its
        entirety, is licensed under the MIT license. See the source files or the
        NOTICES file for more details.
        
        Maintainers
        -----------
        
        The python wrapper library is maintained by Cory Benfield.
        
        picohttpparser is maintained by the picohttpparser team: see NOTICES for more.
        
        Release History
        ===============
        
        1.0.0 (2015-03-21)
        ------------------
        
        - Initial release.
        - Contains picohttpparser at revision 98bcc1c3b431d05d4584af66082da48e4638a675
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
