File: index.rst

package info (click to toggle)
python-braintree 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,376 kB
  • ctags: 1,998
  • sloc: python: 13,634; makefile: 73; sh: 8
file content (79 lines) | stat: -rw-r--r-- 1,375 bytes parent folder | download | duplicates (2)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
.. Braintree documentation master file, created by
   sphinx-quickstart on Mon Mar 29 14:46:55 2010.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Braintree Python Client Library
=====================================

The Braintree library provides integration access to the Braintree Gateway.

Quick Start
-----------

See: https://www.braintreepayments.com/docs/python/guide/overview

Braintree Objects
-----------------

.. toctree::
   :maxdepth: 2

   address
   credit_card
   credit_card_verification
   customer
   subscription
   transaction

Utility Objects
---------------

.. toctree::
   :maxdepth: 2

   resource_collection
   transparent_redirect
   successful_result

Errors
------

.. toctree::
   :maxdepth: 2

   error_codes
   error_result
   validation_error
   validation_error_collection

Configuration
-------------

.. toctree::
   :maxdepth: 2

   configuration
   environment

Exceptions
----------

.. toctree::
   :maxdepth: 2

   exceptions/authentication_error
   exceptions/authorization_error
   exceptions/down_for_maintenance_error
   exceptions/forged_query_string_error
   exceptions/not_found_error
   exceptions/server_error
   exceptions/unexpected_error
   exceptions/upgrade_required_error

Indices
-------

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