Python client for TheHive5
Project description
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
Setting up a virtual environment (optional)
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 package for development
To install the package with the dev dependencies one can run:
pip install -e '.[dev]'
Run CI checks before pushing changes
To check the integrity of changes made one can run:
python scripts/ci.py
or to execute the checks automatically just install the pre-commit hooks come with the repo:
pre-commit install
Run CD commands to build and publish
To build the package one can run:
python scripts/cd.py build
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
thehive4py-2.0.0b4.tar.gz
(39.2 kB
view hashes)
Built Distribution
Close
Hashes for thehive4py-2.0.0b4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7e3b6f105e4047af8549768352834125045ee4eed2d1e021eef0e2112fb9b51 |
|
MD5 | 6b1c38b3e155784035c1b0976eebfd08 |
|
BLAKE2b-256 | 96c2c77bae42d2f2ae483a8b5edcbe8000077d213e163dade491cbfbea91d3d9 |