1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: tnetstring
Section: python
Priority: optional
Maintainer: Jan Niehusmann <jan@debian.org>
Build-Depends: debhelper (>= 8.0.0), python-all-dev, dpkg-dev (>= 1.16.1~)
Standards-Version: 3.9.8
Homepage: https://github.com/rfk/tnetstring/
Vcs-Git: git://anonscm.debian.org/users/jan/tnetstring.git
Vcs-Browser: https://anonscm.debian.org/cgit/users/jan/tnetstring.git/
Package: python-tnetstring
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: python library for data serialization using typed netstrings
Python implementation of the tnetstring serialization format.
.
Tnetstring is a lot like JSON but it uses a new syntax called "typed
netstrings" that was proposed for use in the Mongrel2 webserver. It's
designed to be simpler and easier to implement than JSON, with a happy
consequence of also being faster in many cases.
.
This Python library provided functions to read and write tnetstrings.
|