Skip to main content

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)

Project details


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 details)

Uploaded Source

File details

Details for the file candy-0.1.0a1.tar.gz.

File metadata

  • Download URL: candy-0.1.0a1.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for candy-0.1.0a1.tar.gz
Algorithm Hash digest
SHA256 80cfa188205a92cd5fde5b385cf7e62b249c1ed760ee52ceb64b114cce396feb
MD5 ff8398c137af3c15a7468e343a4ff68e
BLAKE2b-256 779ae316d997734c3aa053256bf6c3374a54c9037c70a6024cb118080644d843

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page