mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 07:22:29 +03:00
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:
parent
0b62e7f22a
commit
32e257d742
5 changed files with 6427 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -33,6 +33,7 @@ setup(name='fdroidserver',
|
|||
'apache-libcloud >= 0.14.1',
|
||||
'pyasn1',
|
||||
'pyasn1-modules',
|
||||
'PyYAML',
|
||||
'requests',
|
||||
],
|
||||
classifiers=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue