Libservice

Latest version: v0.1.15

Safety actively analyzes 623860 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.1.15

* Added `hub.get_check_data()` function.

python
from libservice.hub import hub
...
result = await hub.get_check_data(asset_id, check_id, raw=True)

0.1.14

- Added the option to get the container Id for and asset Id outside a check (and check if the asset is scheduled).

python
from libservice.serviceroom import service_room

container_id = service_room.get_container_id(asset_id)
if container_id is None:
missing asset ID

0.1.12

* Upgrade library dependencies.

0.1.11

* Improved logging.
* Upgrade library dependencies.

0.1.10

* Added the option to get an async asset lock.
* Implement get alerts counter to internal hub protocol.

0.1.9

* Implemented check timeout _(using check interval for single asset, max timeout for multi asset)_.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.