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 Debian Archiv squeeze (main)
Version0.3.1-2
Sektionpython
Prioritätoptional
Installierte Größe112 Byte
Hängt ab vonpython (>= 2.4), python-support (>= 0.90.0)
Empfohlene Pakete
PaketbetreuerJohn Paulett
Quellejsonpickle
Paketgröße12330 Byte
Prüfsumme MD53d9380d59902c08f64e32f5630dd15eb
Prüfsumme SHA1a7918583d77bcae7671597d4f7c469511327117b
Prüfsumme SHA25695a2ee44c1aa9c7243799f0fd645a5d45b3396dbf526e761a53c598f68a0d2c8
Link zum Herunterladenpython-jsonpickle_0.3.1-2_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