Metadata-Version: 2.4
Name: xsoar-client
Version: 1.0.0
Project-URL: Documentation, https://github.com/tlium/xsoar-client#readme
Project-URL: Issues, https://github.com/tlium/xsoar-client/issues
Project-URL: Source, https://github.com/tlium/xsoar-client
Author-email: Torbjørn Lium <torben@lium.org>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Requires-Dist: boto3>=1.36.17
Requires-Dist: demisto-py>=3.2.18
Requires-Dist: requests>=2.8.0
Description-Content-Type: text/markdown

# xsoar-client
-----

## Table of Contents

- [Installation](#installation)
- [Configuration](#configuration)
- [License](#license)

## Installation
1. Install with pip:
```
pip install xsoar-client
```

## Configuration
For the XSOAR client to work properly you need to have a few environment variables set:
- DEMISTO_API_KEY - API key for XSOAR
- DEMISTO_BASE_URL - URL to XSOAR
- AWS_PROJECT - must contain the name of the AWS profile configured below

This application requires that you store your deployment artifacts (XSOAR content packs) in an artifact repository somewhere. Currently only AWS S3 is supported.
You also need to be logged in to the proper AWS project.
Install `awscli` for your platform and make sure you are properly authenticated.

## License
`xsoar-client` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
