File: index.rst

package info (click to toggle)
python-rapidjson 1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,368 kB
  • sloc: cpp: 3,332; python: 1,990; makefile: 106
file content (36 lines) | stat: -rw-r--r-- 715 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
.. -*- coding: utf-8 -*-
.. :Project:   python-rapidjson -- Sphinx documentation
.. :Author:    Lele Gaifax <lele@metapensiero.it>
.. :License:   MIT License
.. :Copyright: © 2016, 2017, 2020 Lele Gaifax
..

==================
 python-rapidjson
==================

----------------------------------
Python 3 wrapper around RapidJSON_
----------------------------------

This module implements a Python 3 wrapper around RapidJSON_, which is an extremely fast
C++ JSON_ serialization library.

Contents:

.. toctree::
   :maxdepth: 2

   quickstart
   benchmarks
   api

.. _RapidJSON: http://rapidjson.org/
.. _JSON: https://www.json.org/


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

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