/TheHive4py

Python API Client for TheHive

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

Discord License Pypi page

thehive4py

IMPORTANT: The library is still under development and is in beta phase. Use it with caution and expect breaking changes before the first stable release!

Rebooted version of thehive4py for TheHive5! Stay tuned, more to come!

Development

You can setup a venv (see the official docs for this:

# Create and activate venv
python3 -m venv <path_of_venv>
source <path_of_venv>/bin/activate

Install the dev dependencies for the project

pip install -e '.[dev]'