Source: jsonpickle Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: John Paulett , Jan Dittberner Build-Depends: debhelper (>= 9), dh-python, python-all, python-bson, python-feedparser, python-numpy, python-simplejson, python-sphinx (>= 1.0.7+dfsg-1~), python3-all, python3-bson, python3-feedparser, python3-numpy, python3-simplejson Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/jsonpickle.git Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/jsonpickle.git Homepage: https://jsonpickle.github.com X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 Package: python-jsonpickle Architecture: all Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} Provides: ${python:Provides} Suggests: python-simplejson, python-numpy Description: Python library for serializing object graphs into JSON (Python 2) 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 2 version of the package. Package: python3-jsonpickle Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Provides: ${python3:Provides} Suggests: python3-simplejson, python3-numpy 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 Priority: extra Depends: ${misc:Depends}, ${sphinxdoc:Depends} 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.