Metadata-Version: 1.1
Name: ietfparse
Version: 1.0.0
Summary: Parse formats defined in IETF RFCs.
Home-page: http://github.com/dave-shawley/ietfparse
Author: Dave Shawley
Author-email: daveshawley@gmail.com
License: UNKNOWN
Description: 
        ietfparse
        =========
        
        |Version| |Downloads| |Status| |License|
        
        Wait... Why? What??
        -------------------
        This is a gut reaction to the wealth of ways to parse URLs, MIME headers,
        HTTP messages and other things described by IETF RFCs.  They range from
        the Python standard library (``urllib``) to be buried in the guts of other
        *kitchen sink* libraries (``werkzeug``) and most of them are broken in one
        way or the other.
        
        So why create another one?  Good question... glad that you asked.  This is
        a companion library to the great packages out there that are responsible for
        communicating with other systems.  I'm going to concentrate on providing a
        crisp and usable set of APIs that concentrate on parsing text.  Nothing more.
        Hopefully by concentrating on the specific task of parsing things, the result
        will be a beautiful and usable interface to the text strings that power the
        Internet world.
        
        Ok... Where?
        ------------
        +---------------+-------------------------------------------------+
        | Source        | https://github.com/dave-shawley/ietfparse       |
        +---------------+-------------------------------------------------+
        | Status        | https://travis-ci.org/dave-shawley/ietfparse    |
        +---------------+-------------------------------------------------+
        | Download      | https://pypi.python.org/pypi/ietfparse          |
        +---------------+-------------------------------------------------+
        | Documentation | http://ietfparse.readthedocs.org/en/latest      |
        +---------------+-------------------------------------------------+
        | Issues        | https://github.com/dave-shawley/ietfparse       |
        +---------------+-------------------------------------------------+
        
        .. |Version| image:: https://pypip.in/version/ietfparse/badge.svg
           :target: https://pypi.python.org/pypi/ietfparse
        .. |Downloads| image:: https://pypip.in/d/ietfparse/badge.svg
           :target: https://pypi.python.org/pypi/ietfparse
        .. |Status| image:: https://travis-ci.org/dave-shawley/ietfparse.svg
           :target: https://travis-ci.org/dave-shawley/ietfparse
        .. |License| image:: https://pypip.in/license/ietfparse/badge.svg
           :target: https://ietfparse.readthedocs.org/
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Text Processing
