Metadata-Version: 1.1
Name: appcheck
Version: 0.1.2
Summary: Codenomicon Appcheck command line tools and API client
Home-page: https://bitbucket.org/codenomicon/appcheck-cli
Author: Joonas Kuorilehto
Author-email: joonas.kuorilehto@codenomicon.com
License: UNKNOWN
Description: Codenomicon AppCheck commandline and API client
        ===============================================
        
        Installation and requirements
        -----------------------------
        
        To install, you need to have:
        
          * A valid subscription for Codenomicon AppCheck service
          * Python 2.7.x or 3.4.x (https://www.python.org)
          * pip (included with latest Python, or python-pip package)
        
        
        Installation::
        
            $ pip install appcheck
        
        Basic usage::
        
            $ appcheck
            Usage: appcheck [OPTIONS] COMMAND [ARGS]...
        
              Appcheck commandline tools. To use this tool you need to have an account
              to Codenomicon Appcheck service.
        
            Options:
              --help  Show this message and exit.
        
            Commands:
              apps    List apps
              delete  Delete scan result
              groups  List groups
              result  Get scan result
              scan    Analyze a file or directory using Appcheck.
        
        To analyze files with Appcheck, you can scan one or more files
        easily. Directories are automatically compressed to a ZIP archive
        and uploaded as one object.
        
        Scanning applications::
        
            $ appcheck scan MyApp.exe FirmwareUpdate.bin /Applications/Calculator.app
        
        
        Configuration files
        -------------------
        
        Username is stored to a file .appcheck in user home directory.
        
        Password is saved in operating system specific keyring
        using the `Python keyring package <https://pypi.python.org/pypi/keyring>`_.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Security
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
