Skip to main content

Python wrapper for Appknox's REST API

Project description

Build Status Stories in Ready Join the chat at https://gitter.im/appknox/appknox-python # appknox-python

CLI tool & 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 and --password for 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

  • [x] Projects

    • [x] List

    • [x] Get

    • [ ] [STRIKEOUT:Delete] (depricated/removed)

  • [x] Files

    • [x] List

    • [x] Get

    • [ ] [STRIKEOUT:Delete] (depricated/removed)

  • [x] Analyses

    • [x] List

  • [x] Reports

    • [x] PDF

    • [x] JSON

    • [x] XML

    • [x] 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.3.1.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

appknox-0.3.1-py2.py3-none-any.whl (9.9 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