Ravenports generated: 24 Aug 2021 11:47
[ravenports.git] / bucket_D0 / python-simplejson
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-simplejson
4 VERSION=                3.17.5
5 KEYWORDS=               python
6 VARIANTS=               py38 py39
7 SDESC[py38]=            Fast, extensible JSON encoder/decoder (PY38)
8 SDESC[py39]=            Fast, extensible JSON encoder/decoder (PY39)
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.5.tar.gz:main
15 DF_INDEX=               1
16 SPKGS[py38]=            single
17 SPKGS[py39]=            single
18
19 OPTIONS_AVAILABLE=      PY38 PY39
20 OPTIONS_STANDARD=       none
21 VOPTS[py38]=            PY38=ON PY39=OFF
22 VOPTS[py39]=            PY38=OFF PY39=ON
23
24 DISTNAME=               simplejson-3.17.5
25
26 GENERATED=              yes
27
28 [PY38].USES_ON=                         python:py38,sutools
29
30 [PY39].USES_ON=                         python:py39,sutools
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 91cfb43fb91ff6d1e4258be04eee84b51a4ef40a28d899679b9ea2556322fb50        83182 simplejson-3.17.5.tar.gz
71