Ijson is an iterative JSON parser with standard Python iterator
interfaces. High level interfaces are provided to have ijson yield
native Python objects out of a JSON stream located under a prefix and
to iterate over object members. Some lower level interfaces are also
available. C and pure-Python backends are available.
dependency for an upcoming net/synapse update.
ok sthen@
* Incompatible changes
diff no longer treats a closed stdin as representing an absent file
in usage like 'diff --new-file - foo <&-'. This feature was rarely
if ever used and was not portable to POSIX platforms that reopen
stdin on exec, such as SELinux if the process underwent an AT_SECURE
transition, or HP-UX even if not setuid.
Code evolves, and we all spend time studying diffs. Delta aims to make this
both efficient and enjoyable: it allows you to make extensive changes to the
layout and styling of diffs, as well as allowing you to stay arbitrarily close
to the default git/diff output.
initial submission by me, improved/tested by Stefan Hagen, thanks !
ok rsadowski@ looks fine to semarie@
all consumers were packaged and installed on amd64 by me; all python2
syntax in consumers appears to have been updated at this point making
it possible to move to the 4.x series.
lang/ghc bits look ok to gnezdo@
ok sthen@ on the rest
Even if dormant upstream since years, this a build dependency of an
upcoming linphone port.
Pystache is a Python implementation of Mustache. Mustache is a
framework-agnostic, logic-free templating system inspired by ctemplate and et.
Like ctemplate, Mustache "emphasizes separating logic from presentation: it is
impossible to embed application logic in this template language."
ok kmos@