81 lines
2.8 KiB
ReStructuredText
81 lines
2.8 KiB
ReStructuredText
.. HTTPretty documentation master file, created by
|
|
sphinx-quickstart on Sun Dec 13 07:25:00 2015.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
HTTPretty's - HTTP Client Mocking for Python
|
|
============================================
|
|
|
|
.. image:: https://github.com/gabrielfalcao/HTTPretty/raw/master/docs/source/_static/logo.svg?sanitize=true
|
|
|
|
HTTP Client mocking tool for Python created by `Gabriel Falcão <https://github.com/gabrielfalcao>`_ . It provides a full fake TCP socket module. Inspired by `FakeWeb <https://github.com/chrisk/fakeweb>`_
|
|
|
|
Looking for the `Github Repository <https://github.com/gabrielfalcao/HTTPretty>`_ ?
|
|
|
|
**Python Support:**
|
|
|
|
- **3.6**
|
|
- **3.7**
|
|
- **3.8**
|
|
- **3.9**
|
|
|
|
.. image:: https://img.shields.io/pypi/dm/HTTPretty
|
|
:target: https://pypi.org/project/HTTPretty
|
|
|
|
.. image:: https://img.shields.io/codecov/c/github/gabrielfalcao/HTTPretty
|
|
:target: https://codecov.io/gh/gabrielfalcao/HTTPretty
|
|
|
|
.. image:: https://img.shields.io/github/workflow/status/gabrielfalcao/HTTPretty/HTTPretty%20Tests?label=Python%203.6%20-%203.9
|
|
:target: https://github.com/gabrielfalcao/HTTPretty/actions
|
|
|
|
.. image:: https://img.shields.io/readthedocs/httpretty
|
|
:target: https://httpretty.readthedocs.io/
|
|
|
|
.. image:: https://img.shields.io/github/license/gabrielfalcao/HTTPretty?label=Github%20License
|
|
:target: https://github.com/gabrielfalcao/HTTPretty/blob/master/COPYING
|
|
|
|
.. image:: https://img.shields.io/pypi/v/HTTPretty
|
|
:target: https://pypi.org/project/HTTPretty
|
|
|
|
.. image:: https://img.shields.io/pypi/l/HTTPretty?label=PyPi%20License
|
|
:target: https://pypi.org/project/HTTPretty
|
|
|
|
.. image:: https://img.shields.io/pypi/format/HTTPretty
|
|
:target: https://pypi.org/project/HTTPretty
|
|
|
|
.. image:: https://img.shields.io/pypi/status/HTTPretty
|
|
:target: https://pypi.org/project/HTTPretty
|
|
|
|
.. image:: https://img.shields.io/pypi/pyversions/HTTPretty
|
|
:target: https://pypi.org/project/HTTPretty
|
|
|
|
.. image:: https://img.shields.io/pypi/implementation/HTTPretty
|
|
:target: https://pypi.org/project/HTTPretty
|
|
|
|
.. image:: https://img.shields.io/snyk/vulnerabilities/github/gabrielfalcao/HTTPretty
|
|
:target: https://github.com/gabrielfalcao/HTTPretty/network/alerts
|
|
|
|
.. image:: https://img.shields.io/github/v/tag/gabrielfalcao/HTTPretty
|
|
:target: https://github.com/gabrielfalcao/HTTPretty/releases
|
|
|
|
.. |Join the chat at https://gitter.im/gabrielfalcao/HTTPretty| image:: https://badges.gitter.im/gabrielfalcao/HTTPretty.svg
|
|
:target: https://gitter.im/gabrielfalcao/HTTPretty?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
introduction
|
|
guides
|
|
acks
|
|
api
|
|
contributing
|
|
changelog
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|