1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
|
Source: simplejson
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Piotr Ożarowski <piotr@debian.org>
Standards-Version: 4.3.0
Build-Depends: debhelper (>= 9), python3-sphinx (>= 1.0.7+dfsg-1~), dh-python (>= 1.20130807),
python-all-dev, python-all-dbg, pypy [amd64 i386],
python3-all-dev, python3-all-dbg
Homepage: https://simplejson.readthedocs.io/
Vcs-Git: https://salsa.debian.org/python-team/modules/simplejson.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/simplejson
Package: python-simplejson
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Breaks: ${python:Breaks}
Provides: ${python:Provides}
Description: simple, fast, extensible JSON encoder/decoder for Python 2.x
simplejson is a simple, fast, complete, correct and extensible JSON
<http://json.org> encoder and decoder.
.
The encoder may be subclassed to provide serialization in any kind of
situation, without any special support by the objects to be serialized
(somewhat like pickle).
.
The decoder can handle incoming JSON strings of any specified encoding
(UTF-8 by default).
.
simplejson is the externally maintained development version of the json
library included with Python 2.6 and Python 3.0, but maintains backwards
compatibility with Python 2.5.
.
This package contains the Python 2.x module.
Package: python-simplejson-dbg
Architecture: any
Section: debug
Depends: python-simplejson (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: simple, fast, extensible JSON encoder/decoder for Python 2.x - debug symbols
simplejson is a simple, fast, complete, correct and extensible JSON
<http://json.org> encoder and decoder.
.
The encoder may be subclassed to provide serialization in any kind of
situation, without any special support by the objects to be serialized
(somewhat like pickle).
.
The decoder can handle incoming JSON strings of any specified encoding
(UTF-8 by default).
.
simplejson is the externally maintained development version of the json
library included with Python 2.6 and Python 3.0, but maintains backwards
compatibility with Python 2.5.
.
This package contains the extension built for the Python 2 debug interpreter.
Package: python3-simplejson
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: simple, fast, extensible JSON encoder/decoder for Python 3.x
simplejson is a simple, fast, complete, correct and extensible JSON
<http://json.org> encoder and decoder.
.
The encoder may be subclassed to provide serialization in any kind of
situation, without any special support by the objects to be serialized
(somewhat like pickle).
.
The decoder can handle incoming JSON strings of any specified encoding
(UTF-8 by default).
.
simplejson is the externally maintained development version of the json
library included with Python 2.6 and Python 3.0, but maintains backwards
compatibility with Python 2.5.
.
This package contains the Python 3.x module.
Package: python3-simplejson-dbg
Architecture: any
Section: debug
Depends: python3-simplejson (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: simple, fast, extensible JSON encoder/decoder for Python 3.x - debug symbols
simplejson is a simple, fast, complete, correct and extensible JSON
<http://json.org> encoder and decoder.
.
The encoder may be subclassed to provide serialization in any kind of
situation, without any special support by the objects to be serialized
(somewhat like pickle).
.
The decoder can handle incoming JSON strings of any specified encoding
(UTF-8 by default).
.
simplejson is the externally maintained development version of the json
library included with Python 2.6 and Python 3.0, but maintains backwards
compatibility with Python 2.5.
.
This package contains the extension built for the Python 3 debug interpreter.
Package: python-simplejson-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Recommends: python-simplejson
Replaces: python-simplejson (<= 3)
Breaks: python-simplejson (<= 3)
Description: simple, fast, extensible JSON encoder/decoder for Python - documentation
simplejson is a simple, fast, complete, correct and extensible JSON
<http://json.org> encoder and decoder.
.
The encoder may be subclassed to provide serialization in any kind of
situation, without any special support by the objects to be serialized
(somewhat like pickle).
.
The decoder can handle incoming JSON strings of any specified encoding
(UTF-8 by default).
.
simplejson is the externally maintained development version of the json
library included with Python 2.6 and Python 3.0, but maintains backwards
compatibility with Python 2.5.
.
This package contains documentation.
Package: pypy-simplejson
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, pypy
Description: simple, fast, extensible JSON encoder/decoder for Python - PyPy
simplejson is a simple, fast, complete, correct and extensible JSON
<http://json.org> encoder and decoder.
.
The encoder may be subclassed to provide serialization in any kind of
situation, without any special support by the objects to be serialized
(somewhat like pickle).
.
The decoder can handle incoming JSON strings of any specified encoding
(UTF-8 by default).
.
simplejson is the externally maintained development version of the json
library included with Python 2.6 and Python 3.0, but maintains backwards
compatibility with Python 2.5.
.
This package contains the PyPy module.
|