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
|
Source: jsonpickle
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: John Paulett <john@paulett.org>,
Jan Dittberner <jandd@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-bson,
python3-ecdsa,
python3-feedparser,
python3-gmpy2,
python3-numpy,
python3-pandas,
python3-pymongo,
python3-pytest,
python3-setuptools,
python3-setuptools-scm,
python3-sklearn,
python3-scipy,
python3-simplejson,
python3-sphinx,
python3-sqlalchemy,
python3-ujson,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/jsonpickle.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/jsonpickle
Homepage: https://github.com/jsonpickle/jsonpickle
Package: python3-jsonpickle
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Suggests: python-jsonpickle-doc,
python3-numpy,
python3-simplejson,
Description: Python library for serializing object graphs into JSON (Python 3)
jsonpickle is a Python library for serialization and deserialization of
complex Python objects to and from JSON. The standard Python libraries for
encoding Python into JSON, such as the stdlib’s json, simplejson, and
demjson, can only handle Python primitives that have a direct JSON
equivalent (e.g. dicts, lists, strings, ints, etc.). jsonpickle builds on
top of these libraries and allows more complex data structures to be
serialized to JSON. jsonpickle is highly configurable and
extendable–allowing the user to choose the JSON backend and add additional
backends.
.
This is the Python 3 version of the package.
Package: python-jsonpickle-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Python library for serializing object graphs into JSON (documentation)
jsonpickle is a Python library for serialization and deserialization of
complex Python objects to and from JSON. The standard Python libraries for
encoding Python into JSON, such as the stdlib’s json, simplejson, and
demjson, can only handle Python primitives that have a direct JSON
equivalent (e.g. dicts, lists, strings, ints, etc.). jsonpickle builds on
top of these libraries and allows more complex data structures to be
serialized to JSON. jsonpickle is highly configurable and
extendable–allowing the user to choose the JSON backend and add additional
backends.
.
This is the documentation package.
|