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