chiark / gitweb /
support app metadata in JSON format
authorHans-Christoph Steiner <hans@eds.org>
Tue, 21 Jul 2015 18:50:49 +0000 (11:50 -0700)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 1 Sep 2015 09:39:50 +0000 (11:39 +0200)
commit84c9777e9e586e9a52325178b9f8b4d278f9e5fa
tree9a4bd64b93680f4dd81fdfe70d390a50fbff4e29
parent2b726341205c24fa6e2a17c38760be4747bdc10d
support app metadata in JSON format

While the current text metadata format is good for human readability and
editability, it is difficult to produce and parse using code.  JSON is a
widespread standard format for easy automatic parsing and creating, while
having decent human readability.
fdroidserver/metadata.py