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