DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-jsonpickle
BeschreibungPython library for serializing arbitrary object graphs into JSON
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.3.1-1
Sektionuniverse/python
Prioritätoptional
Installierte Größe112 Byte
Hängt ab vonpython (>= 2.4)
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quellejsonpickle
Paketgröße12042 Byte
Prüfsumme MD562660b5d7493ba08219e50d50ced07ca
Prüfsumme SHA1d7bdc2ef440629f57139012b3b49babddb610cbc
Prüfsumme SHA256e21f50fc064dcbab9c253ec3eddbc130b9658d4397445adff4782167c5fc43ff
Link zum Herunterladenpython-jsonpickle_0.3.1-1_all.deb
Ausführliche Beschreibungjsonpickle 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.


Impressum
Linux is a registered trademark of Linus Torvalds