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
This commit is contained in:
Hans-Christoph Steiner 2015-07-24 00:42:47 -07:00
parent 0b62e7f22a
commit 32e257d742
5 changed files with 6427 additions and 1 deletions

View file

@ -33,6 +33,7 @@ setup(name='fdroidserver',
'apache-libcloud >= 0.14.1',
'pyasn1',
'pyasn1-modules',
'PyYAML',
'requests',
],
classifiers=[