Metadata-Version: 1.2
Name: sphinxcontrib-httpdomain
Version: 1.8.1
Summary: Sphinx domain for documenting HTTP APIs
Home-page: https://github.com/sphinx-contrib/httpdomain
Author: Hong Minhee, Ash Berlin-Taylor
Author-email: Hong Minhee <hong.minhee@gmail.com>, Ash Berlin-Taylor <ash_github@firemirror.com>
License: BSD
Download-URL: https://pypi.org/project/sphinxcontrib-httpdomain/
Description: ``sphinxcontrib.httpdomain``
        ============================
        
        .. image:: https://badge.fury.io/py/sphinxcontrib-httpdomain.svg
           :target: https://pypi.org/project/sphinxcontrib-httpdomain/
           :alt: Latest PyPI version
        
        .. image:: https://readthedocs.org/projects/sphinxcontrib-httpdomain/badge/
           :target: https://sphinxcontrib-httpdomain.readthedocs.io/
           :alt: Documentation Status
        
        .. image:: https://travis-ci.org/sphinx-contrib/httpdomain.svg?branch=main
           :alt: Build Status
           :target: https://travis-ci.org/sphinx-contrib/httpdomain
        
        This contrib extension, ``sphinxcontrib.httpdomain``, provides a Sphinx
        domain for describing HTTP APIs.
        
        You can find the documentation from the following URL:
        
        https://sphinxcontrib-httpdomain.readthedocs.io/
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
