{ "info": { "author": "Mingyuan Xia", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX :: Linux", "Operating System :: Unix", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Utilities" ], "description": "# candy\nThe Package/Library Manager for Android Apps\n`candy` can automatically add permissions and gradle dependencies to the app project.\nTo install candy, simply type: `pip install candy`.\n\n## App developer\nAn example to use candy to install a new package to the app project\n```\ncd /path/to/your/project\ncandy install acra\n```\n\nThe full usage guide:\n```\ncandy - the package/library manager for Android apps\nCommands:\n install - install a new package to the current project\n uninstall - uninstall a given package from the current project\n search - search a package in all known registries\n```\n\n## Package/Library developer\nIf you are a package/library developer and want `candy` to automate installation, you can\nprepare a `candy.json` file under your package root, like this:\n```json\n{\n \"name\": \"acra\",\n \"version\": \"4.7.0\",\n \"description\": \"Application Crash Reports for Android\",\n \"author\": \"Kevin Gaudin\",\n \"contributors\": [\n ],\n \"keywords\": [\n \"bugreporting\",\n \"android\",\n \"devtool\"\n ],\n \"license\": \"Apache License v2\",\n \"usageGuide\": \"https://github.com/ACRA/acra/wiki/BasicSetup\",\n \"require_permissions\": [\n \"android.permission.INTERNET\",\n \"android.permission.READ_PHONE_STATE\"\n ],\n \"url\": \"https://github.com/ACRA/acra\",\n \"gradle_depends\": [\n \"ch.acra:acra:4.7.0+\"\n ]\n}\n```\nIf you have experience with `npm`, you should find this familiar with [`package.json`](http://browsenpm.org/package.json)", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mingyuan-xia/candy", "keywords": "Android package-manager automation", "license": "Apache v2", "maintainer": null, "maintainer_email": null, "name": "candy", "package_url": "https://pypi.org/project/candy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/candy/", "project_urls": { "Homepage": "https://github.com/mingyuan-xia/candy" }, "release_url": "https://pypi.org/project/candy/0.1.0a1/", "requires_dist": null, "requires_python": null, "summary": "Package/Library Manager for Android Apps", "version": "0.1.0a1" }, "last_serial": 1874723, "releases": { "0.1.0a1": [ { "comment_text": "", "digests": { "md5": "ff8398c137af3c15a7468e343a4ff68e", "sha256": "80cfa188205a92cd5fde5b385cf7e62b249c1ed760ee52ceb64b114cce396feb" }, "downloads": -1, "filename": "candy-0.1.0a1.tar.gz", "has_sig": false, "md5_digest": "ff8398c137af3c15a7468e343a4ff68e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8204, "upload_time": "2015-12-22T23:38:45", "url": "https://files.pythonhosted.org/packages/77/9a/e316d997734c3aa053256bf6c3374a54c9037c70a6024cb118080644d843/candy-0.1.0a1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ff8398c137af3c15a7468e343a4ff68e", "sha256": "80cfa188205a92cd5fde5b385cf7e62b249c1ed760ee52ceb64b114cce396feb" }, "downloads": -1, "filename": "candy-0.1.0a1.tar.gz", "has_sig": false, "md5_digest": "ff8398c137af3c15a7468e343a4ff68e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8204, "upload_time": "2015-12-22T23:38:45", "url": "https://files.pythonhosted.org/packages/77/9a/e316d997734c3aa053256bf6c3374a54c9037c70a6024cb118080644d843/candy-0.1.0a1.tar.gz" } ] }