Metadata-Version: 1.1
Name: chrw
Version: 1.0.0
Summary: Python wrapper for the chr url shortener API
Home-page: https://github.com/plausibility/chrw
Author: plausibility
Author-email: chris@gibsonsec.org
License: MIT
Description: chrw
        ====
        
        .. _docs: http://chrw.rtfd.org
        
        An MIT licensed, python wrapper for the `chr <http://pypi.python.org/pypi/chr>`_ url shortener API.
        
        This depends on the requests module, but that's easily installed.
        
        Includes rate limiting (with exceptions!), and currently supports chr APIv1.
        
        It's fairly simple, but you can read the `docs`_ online.
        
        Installation
        ------------
        
        Since it's on PyPi, you can simply ``pip install chrw``, or if you really have to, ``easy_install chrw``.
        
        Easy-peasy, lemon squeezy.
        
        Authors
        -------
        
        - `plausibility <https://github.com/plausibility>`_
Keywords: chr url wrapper shorten
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
