Commit eb557e44 by Bjorn Neergaard

fix: format json files in repo

parent 008282b0
...@@ -82,8 +82,15 @@ ...@@ -82,8 +82,15 @@
}, },
"format": { "format": {
"oneOf": [ "oneOf": [
{"type": "string"}, {
{"type": "array", "items": {"type": "string"}} "type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
], ],
"description": "The format(s) for which the package must be included." "description": "The format(s) for which the package must be included."
} }
......
{ {
"info": { "info": {
"author": "\u0141ukasz Langa", "author": "Łukasz Langa",
"author_email": "lukasz@langa.pl", "author_email": "lukasz@langa.pl",
"bugtrack_url": null, "bugtrack_url": null,
"classifiers": [ "classifiers": [
......
{ {
"info":{ "info": {
"author":"eric dexter", "author": "eric dexter",
"author_email":"irc.dexter@gmail.com", "author_email": "irc.dexter@gmail.com",
"bugtrack_url":null, "bugtrack_url": null,
"classifiers":[ "classifiers": [
"Topic :: Multimedia :: Sound/Audio :: Editors" "Topic :: Multimedia :: Sound/Audio :: Editors"
], ],
"description":"a clickable grid for drum machines, piano rolls that is customizble from an init \r\nfile)or will be) that will include the script to be ran when a definable button is \r\nhit written in pygame and tested with python 2.5", "description": "a clickable grid for drum machines, piano rolls that is customizble from an init \r\nfile)or will be) that will include the script to be ran when a definable button is \r\nhit written in pygame and tested with python 2.5",
"description_content_type":null, "description_content_type": null,
"docs_url":null, "docs_url": null,
"download_url":"http://www.ziddu.com/download/5498230/pygamepianorollbeta.90.zip.html", "download_url": "http://www.ziddu.com/download/5498230/pygamepianorollbeta.90.zip.html",
"downloads":{ "downloads": {
"last_day":-1, "last_day": -1,
"last_month":-1, "last_month": -1,
"last_week":-1 "last_week": -1
}, },
"home_page":"http://dexrowem.blogspot.com/search?q=pygame+music+grid", "home_page": "http://dexrowem.blogspot.com/search?q=pygame+music+grid",
"keywords":"python, pygame, drum machine, piano roll", "keywords": "python, pygame, drum machine, piano roll",
"license":"", "license": "",
"maintainer":"", "maintainer": "",
"maintainer_email":"", "maintainer_email": "",
"name":"pygame-music-grid", "name": "pygame-music-grid",
"package_url":"https://pypi.org/project/pygame-music-grid/", "package_url": "https://pypi.org/project/pygame-music-grid/",
"platform":"", "platform": "",
"project_url":"https://pypi.org/project/pygame-music-grid/", "project_url": "https://pypi.org/project/pygame-music-grid/",
"project_urls":{ "project_urls": {
"Download":"http://www.ziddu.com/download/5498230/pygamepianorollbeta.90.zip.html", "Download": "http://www.ziddu.com/download/5498230/pygamepianorollbeta.90.zip.html",
"Homepage":"http://dexrowem.blogspot.com/search?q=pygame+music+grid" "Homepage": "http://dexrowem.blogspot.com/search?q=pygame+music+grid"
}, },
"release_url":"https://pypi.org/project/pygame-music-grid/.9/", "release_url": "https://pypi.org/project/pygame-music-grid/.9/",
"requires_dist":null, "requires_dist": null,
"requires_python":null, "requires_python": null,
"summary":"a grid for music programs", "summary": "a grid for music programs",
"version":".9" "version": ".9"
}, },
"last_serial":710340, "last_serial": 710340,
"releases":{ "releases": {
".9":[ ".9": [
{ {
"comment_text": "", "comment_text": "",
"digests": { "digests": {
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
"url": "https://files.pythonhosted.org/packages/12/9b/efdbaa3c9694b6315a4410e0d494ad50c5ade22ce33f4b482bfaea3930fd/PyYAML-4.2b4-cp27-cp27m-win32.whl" "url": "https://files.pythonhosted.org/packages/12/9b/efdbaa3c9694b6315a4410e0d494ad50c5ade22ce33f4b482bfaea3930fd/PyYAML-4.2b4-cp27-cp27m-win32.whl"
} }
], ],
"1.0":[ "1.0": [
{ {
"comment_text": "", "comment_text": "",
"digests": { "digests": {
...@@ -75,7 +75,5 @@ ...@@ -75,7 +75,5 @@
} }
] ]
}, },
"urls":[ "urls": []
]
} }
...@@ -118,4 +118,4 @@ ...@@ -118,4 +118,4 @@
"url": "https://files.pythonhosted.org/packages/1a/04/d6f1159feaccdfc508517dba1929eb93a2854de729fa68da9d5c6b48fa00/setuptools-39.2.0.zip" "url": "https://files.pythonhosted.org/packages/1a/04/d6f1159feaccdfc508517dba1929eb93a2854de729fa68da9d5c6b48fa00/setuptools-39.2.0.zip"
} }
] ]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment