Skip to main content

Python wrapper for Appknox's REST API

Project description

# appknox-python Python wrapper for Appknox’s REST API

## Installation [sudo] pip install appknox

## Usage

### Credentials *Method 1*

You can either specify credentials in your ENV variables APPKNOX_USERNAME & APPKNOX_PASSWORD ` export APPKNOX_USERNAME="YourUseranme" export APPKNOX_PASSWORD="YourPassword" ` to check if it is properly configured, just do appknox validate

*Method 2*

You can aslo pass it as an option.

appknox –username YourUseranme –password YourPassword validate

Method-1 is recommended because its more clean. From this point forward, the documentation will give examples assuming you have used Method-1. You just have to pass –username YourUseranme –password YourPassword after appknox if you opt for method-2.

### Submit a store URL

` appknox submit_url "<Your store URL Goes here>" `

### Uploading your app

` appknox upload /path/to/your/android.apk appknox upload /path/to/your/ios.ipa `

### Help ` appknox --help `

## Todo

  • [x] Authentication

  • [x] Authorization

  • [ ] Versioning

  • [x] Submit URL

  • [x] Upload File

  • [ ] Projects
    • [ ] List

    • [ ] Get

    • [ ] Delete

  • [ ] Files
    • [ ] List

    • [ ] Get

    • [ ] Delete

  • [ ] Analyses
    • [ ] List

  • [ ] Reports
    • [ ] PDF

    • [ ] JSON

    • [ ] XML

    • [ ] CSV

  • [ ] Hooks
    • [ ] Create

    • [ ] Edit

    • [ ] Delete

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

appknox-0.0.4.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

appknox-0.0.4-py2.py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 2 Python 3

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