{ "info": { "author": "Danny Dunn", "author_email": "dwdunn@mithril-solutions.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "Resource downloader based on resource.yml\n-----------------------------------------\n\nUsage example: core.py [-f resource.yml] [-o output_directory]\n\nBy default resource.yml in a local directory is searched for and files are downloaded to the command's directory.\nThese options can be overridden as displayed in the usage example.\n\nReads resource.yml in the following format:\n\nRequired fields:\n\n---\n- name: \n source: \n\nOptional fields added in second example:\n\n---\n- name: \n- name: \n protocol: \n command: \n command_args: \n\nProtocols supported:\n- bzr\n- composer\n- curl\n- file\n- git\n- npm\n- svn\n\nThis version requires Python 3 or later; Python 2 is untested.", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/dwdunn/resourcedownloader/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/dwdunn/resourcedownloader/", "keywords": "download,downloader,file,resource", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "resourcedownloader", "package_url": "https://pypi.org/project/resourcedownloader/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/resourcedownloader/", "project_urls": { "Download": "http://github.com/dwdunn/resourcedownloader/archive/master.zip", "Homepage": "http://github.com/dwdunn/resourcedownloader/" }, "release_url": "https://pypi.org/project/resourcedownloader/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Downloads defined resources", "version": "0.1.0" }, "last_serial": 1402635, "releases": { "0.1.0": [] }, "urls": [] }