Metadata-Version: 1.1
Name: devdocs-cli
Version: 0.0.2
Summary: Devdocs integration for alfred
Home-page: https://github.com/kdeal/devdocs-cli
Author: Kyle Deal
Author-email: kdeal@kyledeal.com
License: UNKNOWN
Description: devdocs-cli
        ==============
        
        .. image:: https://img.shields.io/pypi/v/devdocs-cli.svg
            :target: https://pypi.python.org/pypi/devdocs-cli
            :alt: Latest PyPI version
        
        .. image:: https://travis-ci.org/kdeal/devdocs-cli.png
           :target: https://travis-ci.org/kdeal/devdocs-cli
           :alt: Latest Travis CI build status
        
        CLI for searching and viewing devdocs.io
        
        Usage
        -----
        
        Install
        ------------
        
        Install via pip
        ^^^^^^^^^^^^^^^
        
        ::
        
            pip install devdocs-cli
        
        Install via source
        ^^^^^^^^^^^^^^^^^^
        
        extract the tarball and run::
        
            python setup.py install
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
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
Classifier: Programming Language :: Python :: 3.5
