Ravenports generated: 14 Sep 2020 13:04
[ravenports.git] / bucket_D0 / python-simplejson
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-simplejson
4 VERSION=                3.17.2
5 KEYWORDS=               python
6 VARIANTS=               py38 py37
7 SDESC[py37]=            Fast, extensible JSON encoder/decoder (PY37)
8 SDESC[py38]=            Fast, extensible JSON encoder/decoder (PY38)
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.2.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.2
25
26 GENERATED=              yes
27
28 [PY37].USES_ON=                         python:py37
29
30 [PY38].USES_ON=                         python:py38
31
32 [FILE:1531:descriptions/desc.single]
33 simplejson
34 ----------
35
36 simplejson is a simple, fast, complete, correct and extensible
37 JSON <http://json.org> encoder and decoder for Python 3.3+
38 with legacy support for Python 2.5+.  It is pure Python code
39 with no dependencies, but includes an optional C extension
40 for a serious speed boost.
41
42 The latest documentation for simplejson can be read online here:
43 https://simplejson.readthedocs.io/
44
45 simplejson is the externally maintained development version of the
46 json library included with Python (since 2.6). This version is tested
47 with the latest Python 3.8 and maintains backwards compatibility
48 with Python 3.3+ and the legacy Python 2.5 - Python 2.7 releases.
49
50 The encoder can be specialized to provide serialization in any kind of
51 situation, without any special support by the objects to be serialized
52 (somewhat like pickle). This is best done with the default kwarg
53 to dumps.
54
55 The decoder can handle incoming JSON strings of any specified encoding
56 (UTF-8 by default). It can also be specialized to post-process JSON
57 objects with the object_hook or object_pairs_hook kwargs. This
58 is particularly useful for implementing protocols such as JSON-RPC
59 that have a richer type system than JSON itself.
60
61 For those of you that have legacy systems to maintain, there is a
62 very old fork of simplejson in the `python2.2`_ branch that supports
63 Python 2.2. This is based on a very old version of simplejson,
64 is not maintained, and should only be used as a last resort.
65
66 .. _python2.2: https://github.com/simplejson/simplejson/tree/python2.2
67
68
69 [FILE:103:distinfo]
70 75ecc79f26d99222a084fbdd1ce5aad3ac3a8bd535cd9059528452da38b68841        83210 simplejson-3.17.2.tar.gz
71