chiark / gitweb /
support app metadata in YAML format
authorHans-Christoph Steiner <hans@eds.org>
Fri, 24 Jul 2015 07:42:47 +0000 (00:42 -0700)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 1 Sep 2015 09:39:51 +0000 (11:39 +0200)
commit32e257d742c8d6dc1cd93da1b716979a71758180
tree5f2e3f529376077c0d43fb868d68126cc0e7400c
parent0b62e7f22a4760c29c09e8132529e44f32ec7669
support app metadata in YAML format

YAML is a format that is quite similar to the .txt format, but is a
widespread standard that has editing modes in popular editors.  It is also
easily parsable in python.

The .pickle for testing is a lightly edited version of the real metadata
for org.videolan.vlc:

 * comments were removed
fdroidserver/metadata.py
setup.py
tests/metadata.TestCase
tests/metadata/org.videolan.vlc.pickle [new file with mode: 0644]
tests/metadata/org.videolan.vlc.yaml [new file with mode: 0644]