Package/Library Manager for Android Apps
Project description
# candy
The Package/Library Manager for Android Apps
`candy` can automatically add permissions and gradle dependencies to the app project.
To install candy, simply type: `pip install candy`.
## App developer
An example to use candy to install a new package to the app project
```
cd /path/to/your/project
candy install acra
```
The full usage guide:
```
candy - the package/library manager for Android apps
Commands:
install <package_name> - install a new package to the current project
uninstall <package_name> - uninstall a given package from the current project
search <package_name> - search a package in all known registries
```
## Package/Library developer
If you are a package/library developer and want `candy` to automate installation, you can
prepare a `candy.json` file under your package root, like this:
```json
{
"name": "acra",
"version": "4.7.0",
"description": "Application Crash Reports for Android",
"author": "Kevin Gaudin",
"contributors": [
],
"keywords": [
"bugreporting",
"android",
"devtool"
],
"license": "Apache License v2",
"usageGuide": "https://github.com/ACRA/acra/wiki/BasicSetup",
"require_permissions": [
"android.permission.INTERNET",
"android.permission.READ_PHONE_STATE"
],
"url": "https://github.com/ACRA/acra",
"gradle_depends": [
"ch.acra:acra:4.7.0+"
]
}
```
If you have experience with `npm`, you should find this familiar with [`package.json`](http://browsenpm.org/package.json)
The Package/Library Manager for Android Apps
`candy` can automatically add permissions and gradle dependencies to the app project.
To install candy, simply type: `pip install candy`.
## App developer
An example to use candy to install a new package to the app project
```
cd /path/to/your/project
candy install acra
```
The full usage guide:
```
candy - the package/library manager for Android apps
Commands:
install <package_name> - install a new package to the current project
uninstall <package_name> - uninstall a given package from the current project
search <package_name> - search a package in all known registries
```
## Package/Library developer
If you are a package/library developer and want `candy` to automate installation, you can
prepare a `candy.json` file under your package root, like this:
```json
{
"name": "acra",
"version": "4.7.0",
"description": "Application Crash Reports for Android",
"author": "Kevin Gaudin",
"contributors": [
],
"keywords": [
"bugreporting",
"android",
"devtool"
],
"license": "Apache License v2",
"usageGuide": "https://github.com/ACRA/acra/wiki/BasicSetup",
"require_permissions": [
"android.permission.INTERNET",
"android.permission.READ_PHONE_STATE"
],
"url": "https://github.com/ACRA/acra",
"gradle_depends": [
"ch.acra:acra:4.7.0+"
]
}
```
If you have experience with `npm`, you should find this familiar with [`package.json`](http://browsenpm.org/package.json)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
candy-0.1.0a1.tar.gz
(8.2 kB
view hashes)