Metadata-Version: 2.1
Name: sumologic-apptestutils
Version: 1.0.8
Summary: SumoLogic app testing utitities
Home-page: https://github.com/SumoLogic/sumologic-partner-utils
Author: SumoLogic
Author-email: it@sumologic.com, apps-team@sumologic.com
License: PSF
Keywords: sumologic python rest api log management analytics sumoapptestutils test agent
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: sumologic-appclient-sdk (>=1.0.14)
Requires-Dist: click (>=7.0)
Requires-Dist: boto3 (>=1.9.66)
Requires-Dist: click-completion (>=0.5.2)
Requires-Dist: pillow (>=7.1.2)
Requires-Dist: sumologic-sdk (>=0.1.10)
Requires-Dist: pyAesCrypt (>=0.4.3)
Provides-Extra: dev
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: setuptools ; extra == 'dev'
Requires-Dist: check-manifest ; extra == 'dev'

# sumologic-apptestutils

CLI client for Partner App Developers



## Installation

`pip install sumologic-apptestutils`


## Usage
<pre>
Usage: sumoapp [OPTIONS] COMMAND [ARGS]...

Options:
  -h, --help  Show this message and exit.

Commands:
  create-manifest     For creating manifest file
  enableautocomplete  To enable command autocompletion in shell
  init                For generating initial structure of app folder
  run-app-tests       For running app unit tests
  update-manifest     For updating manifest file
  version             For showing CLI tool version
</pre>


For more details on installation and usage refer docs page https://www.sumologic.com/app-development-checklist/


