Python wrapper for Appknox's REST API
Project description
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
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 Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file appknox-0.3.1.tar.gz.
File metadata
- Download URL: appknox-0.3.1.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7dcbdd332f2c475b230227a7ca2bd723583a5e68c8504059c94ac13c4689795
|
|
| MD5 |
f598d063ba2c029ea0b0c306b951213d
|
|
| BLAKE2b-256 |
651b66eb8c8a9aa41e1815b209624d52640ed8226edcf6711be606f4af96c436
|
File details
Details for the file appknox-0.3.1-py2.py3-none-any.whl.
File metadata
- Download URL: appknox-0.3.1-py2.py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c1c611606ee9c38fa5c5366cc32e08ad5fdfe77cf1c12e6d69ab10652315fa2
|
|
| MD5 |
c91d0c07610e96404482ba51ea260c62
|
|
| BLAKE2b-256 |
646282bd452fd18ff8953512a01ee43b7a22a9f028b5a093e8a44bb40bd3a52b
|