Metadata-Version: 1.1
Name: uritools
Version: 0.0.3
Summary: RFC 3986 compliant, Unicode-aware, scheme-agnostic replacement for urlparse.
Home-page: https://github.com/tkem/uritools
Author: Thomas Kemmer
Author-email: tkemmer@computer.org
License: MIT
Description: ****************************
        uritools
        ****************************
        
        .. image:: https://pypip.in/v/uritools/badge.png
            :target: https://pypi.python.org/pypi/uritools/
            :alt: Latest PyPI version
        
        .. image:: https://pypip.in/d/uritools/badge.png
            :target: https://pypi.python.org/pypi/uritools/
            :alt: Number of PyPI downloads
        
        
        RFC 3986 compliant, Unicode-aware, scheme-agnostic replacement for
        urlparse.
        
        The urlparse module is not compliant with RFC 3986, and is generally
        unusable with custom (private) URI schemes.  This module provides
        compliant replacements for urlsplit and urlunsplit, as well as a
        convenient way to compose URIs.
        
        
        Changelog
        =========
        
        
        v0.0.3 (2014-02-08)
        ----------------------------------------
        
        - Add character encoding parameters.
        
        
        v0.0.2 (2014-02-08)
        ----------------------------------------
        
        - Add basic unit tests.
        
        
        v0.0.1 (2014-02-08)
        ----------------------------------------
        
        - Initial alpha release.
        
Keywords: URI URL urlparse urlsplit urljoin
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
