Commit eb557e44 by Bjorn Neergaard

fix: format json files in repo

parent 008282b0
......@@ -82,8 +82,15 @@
},
"format": {
"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."
}
......
{
"info": {
"author": "\u0141ukasz Langa",
"author": "Łukasz Langa",
"author_email": "lukasz@langa.pl",
"bugtrack_url": null,
"classifiers": [
......
{
"info":{
"author":"eric dexter",
"author_email":"irc.dexter@gmail.com",
"bugtrack_url":null,
"classifiers":[
"info": {
"author": "eric dexter",
"author_email": "irc.dexter@gmail.com",
"bugtrack_url": null,
"classifiers": [
"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_content_type":null,
"docs_url":null,
"download_url":"http://www.ziddu.com/download/5498230/pygamepianorollbeta.90.zip.html",
"downloads":{
"last_day":-1,
"last_month":-1,
"last_week":-1
"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,
"docs_url": null,
"download_url": "http://www.ziddu.com/download/5498230/pygamepianorollbeta.90.zip.html",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page":"http://dexrowem.blogspot.com/search?q=pygame+music+grid",
"keywords":"python, pygame, drum machine, piano roll",
"license":"",
"maintainer":"",
"maintainer_email":"",
"name":"pygame-music-grid",
"package_url":"https://pypi.org/project/pygame-music-grid/",
"platform":"",
"project_url":"https://pypi.org/project/pygame-music-grid/",
"project_urls":{
"Download":"http://www.ziddu.com/download/5498230/pygamepianorollbeta.90.zip.html",
"Homepage":"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",
"license": "",
"maintainer": "",
"maintainer_email": "",
"name": "pygame-music-grid",
"package_url": "https://pypi.org/project/pygame-music-grid/",
"platform": "",
"project_url": "https://pypi.org/project/pygame-music-grid/",
"project_urls": {
"Download": "http://www.ziddu.com/download/5498230/pygamepianorollbeta.90.zip.html",
"Homepage": "http://dexrowem.blogspot.com/search?q=pygame+music+grid"
},
"release_url":"https://pypi.org/project/pygame-music-grid/.9/",
"requires_dist":null,
"requires_python":null,
"summary":"a grid for music programs",
"version":".9"
"release_url": "https://pypi.org/project/pygame-music-grid/.9/",
"requires_dist": null,
"requires_python": null,
"summary": "a grid for music programs",
"version": ".9"
},
"last_serial":710340,
"releases":{
".9":[
"last_serial": 710340,
"releases": {
".9": [
{
"comment_text": "",
"digests": {
......@@ -55,7 +55,7 @@
"url": "https://files.pythonhosted.org/packages/12/9b/efdbaa3c9694b6315a4410e0d494ad50c5ade22ce33f4b482bfaea3930fd/PyYAML-4.2b4-cp27-cp27m-win32.whl"
}
],
"1.0":[
"1.0": [
{
"comment_text": "",
"digests": {
......@@ -75,7 +75,5 @@
}
]
},
"urls":[
]
"urls": []
}
......@@ -118,4 +118,4 @@
"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