File: index.rst

package info (click to toggle)
python-requests-toolbelt 1.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 876 kB
  • sloc: python: 3,653; makefile: 166; sh: 7
file content (49 lines) | stat: -rw-r--r-- 1,055 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.. requests_toolbelt documentation master file, created by
   sphinx-quickstart on Sun Jan 12 21:24:39 2014.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

requests toolbelt
=================

This is a collection of utilities that some users of python-requests might need
but do not belong in requests proper. The library is actively maintained by
members of the requests core development team, and so reflects the
functionality most requested by users of the requests library.

To get an overview of what the library contains, consult the :ref:`user <user>`
documentation.

Overview
--------

.. toctree::
    :maxdepth: 1

    user
    contributing

Full Documentation
------------------

.. toctree::
    :maxdepth: 2

    adapters
    authentication
    deprecated
    downloadutils
    dumputils
    formdata
    exceptions
    sessions
    threading
    uploading-data
    user-agent

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`