File: index.rst

package info (click to toggle)
python-json-patch 1.32-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: python: 1,623; javascript: 318; makefile: 160; sh: 19
file content (31 lines) | stat: -rw-r--r-- 691 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
.. python-json-patch documentation master file, created by
   sphinx-quickstart on Sat Apr 13 23:07:23 2013.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

python-json-patch
=================

*python-json-patch* is a Python library for applying JSON patches (`RFC 6902
<http://tools.ietf.org/html/rfc6902>`_). Python 2.7 and 3.4+ are
supported. Tests are run on both CPython and PyPy.


**Contents**

.. toctree::
   :maxdepth: 2

   tutorial
   mod-jsonpatch
   commandline
   RFC 6902 <http://tools.ietf.org/html/rfc6902>


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

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