Ravenports generated: 19 Jan 2020 18:16
[ravenports.git] / bucket_D0 / python-simplejson
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-simplejson
4 VERSION=                3.17.0
5 KEYWORDS=               python devel
6 VARIANTS=               py38 py37
7 SDESC[py37]=            Fast, extensible JSON encoder/decoder (PY 37)
8 SDESC[py38]=            Fast, extensible JSON encoder/decoder (PY 38)
9 HOMEPAGE=               https://github.com/simplejson/simplejson
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPI/s/simplejson
14 DISTFILE[1]=            simplejson-3.17.0.tar.gz:main
15 DF_INDEX=               1
16 SPKGS[py37]=            single
17 SPKGS[py38]=            single
18
19 OPTIONS_AVAILABLE=      PY38 PY37
20 OPTIONS_STANDARD=       none
21 VOPTS[py37]=            PY38=OFF PY37=ON
22 VOPTS[py38]=            PY38=ON PY37=OFF
23
24 DISTNAME=               simplejson-3.17.0
25
26 GENERATED=              yes
27
28 [PY37].USES_ON=                         python:py37
29
30 [PY38].USES_ON=                         python:py38
31
32 [FILE:1854:descriptions/desc.single]
33 simplejson
34 ----------
35
36 .. image:: https://travis-ci.org/simplejson/simplejson.svg?branch=master
37     :target: https://travis-ci.org/simplejson/simplejson
38
39 .. image::
40 https://ci.appveyor.com/api/projects/status/3riqhss6vca680gi/branch/master?
41 svg=true
42     :target:
43 https://ci.appveyor.com/project/etrepum/simplejson/branch/master
44
45 simplejson is a simple, fast, complete, correct and extensible
46 JSON <http://json.org> encoder and decoder for Python 3.3+
47 with legacy support for Python 2.5+.  It is pure Python code
48 with no dependencies, but includes an optional C extension
49 for a serious speed boost.
50
51 The latest documentation for simplejson can be read online here:
52 https://simplejson.readthedocs.io/
53
54 simplejson is the externally maintained development version of the
55 json library included with Python (since 2.6). This version is tested
56 with the latest Python 3.8 and maintains backwards compatibility
57 with Python 3.3+ and the legacy Python 2.5 - Python 2.7 releases.
58
59 The encoder can be specialized to provide serialization in any kind of
60 situation, without any special support by the objects to be serialized
61 (somewhat like pickle). This is best done with the ``default`` kwarg
62 to dumps.
63
64 The decoder can handle incoming JSON strings of any specified encoding
65 (UTF-8 by default). It can also be specialized to post-process JSON
66 objects with the ``object_hook`` or ``object_pairs_hook`` kwargs. This
67 is particularly useful for implementing protocols such as JSON-RPC
68 that have a richer type system than JSON itself.
69
70 For those of you that have legacy systems to maintain, there is a
71 very old fork of simplejson in the `python2.2`_ branch that supports
72 Python 2.2. This is based off of a very old version of simplejson,
73 is not maintained, and should only be used as a last resort.
74
75 .. _python2.2: https://github.com/simplejson/simplejson/tree/python2.2
76
77
78
79 [FILE:103:distinfo]
80 2b4b2b738b3b99819a17feaf118265d0753d5536049ea570b3c43b51c4701e81        83119 simplejson-3.17.0.tar.gz
81