Metadata-Version: 1.1
Name: sphinxcontrib-imgur
Version: 1.0.0
Summary: Sphinx extension that embeds Imgur images, albums, and their metadata in documents.
Home-page: https://github.com/Robpol86/sphinxcontrib-imgur
Author: @Robpol86
Author-email: robpol86@gmail.com
License: MIT
Description: ===================
        sphinxcontrib-imgur
        ===================
        
        Embed `Imgur <http://imgur.com/>`_ images, albums, and their metadata in documents.
        
        * Python 2.7, PyPy, 3.3, and 3.4 supported on Linux and OS X.
        * Python 2.7 supported on Windows (both 32 and 64 bit versions of Python).
        
        .. image:: https://img.shields.io/appveyor/ci/Robpol86/sphinxcontrib-imgur/master.svg?style=flat-square&label=AppVeyor%20CI
            :target: https://ci.appveyor.com/project/Robpol86/sphinxcontrib-imgur
            :alt: Build Status Windows
        
        .. image:: https://img.shields.io/travis/Robpol86/sphinxcontrib-imgur/master.svg?style=flat-square&label=Travis%20CI
            :target: https://travis-ci.org/Robpol86/sphinxcontrib-imgur
            :alt: Build Status
        
        .. image:: https://img.shields.io/codecov/c/github/Robpol86/sphinxcontrib-imgur/master.svg?style=flat-square&label=Codecov
            :target: https://codecov.io/github/Robpol86/sphinxcontrib-imgur
            :alt: Coverage Status
        
        .. image:: https://img.shields.io/pypi/v/sphinxcontrib-imgur.svg?style=flat-square&label=Latest
            :target: https://pypi.python.org/pypi/sphinxcontrib-imgur/
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/dm/sphinxcontrib-imgur.svg?style=flat-square&label=PyPI%20Downloads
            :target: https://pypi.python.org/pypi/sphinxcontrib-imgur/
            :alt: Downloads
        
        Quickstart
        ==========
        
        Install:
        
        .. code:: bash
        
            pip install sphinxcontrib-imgur
        
        For more information on how to use the extension please read the documentation at:
        https://sphinxcontrib-imgur.readthedocs.org
        
        Changelog
        =========
        
        This project adheres to `Semantic Versioning <http://semver.org/>`_.
        
        1.0.0 - 2015-08-09
        ------------------
        
        * Initial release.
        
Keywords: sphinx imgur
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: MacOS X
Classifier: Environment :: Plugins
Classifier: Environment :: Win32 (MS Windows)
Classifier: Framework :: Sphinx :: Extension
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Software Development :: Documentation
Requires: sphinx
