Python module for integration with BigPanda
Project description
BigPanda integration module.
Use this module to use the BigPanda API on incidents, deployments etc.
Example:
>> import bigpanda
>> bp = bigpanda.Client(api_token="686a68bc876dc666")
>> deployment = bp.deployment("myapp", "1.0.0", "prod-app-1", owner="Paul").start()
>> try:
...
deployment code here
...
>> deployment.success()
>> except Exception as e:
deployment.failure(str(e))
Use this module to use the BigPanda API on incidents, deployments etc.
Example:
>> import bigpanda
>> bp = bigpanda.Client(api_token="686a68bc876dc666")
>> deployment = bp.deployment("myapp", "1.0.0", "prod-app-1", owner="Paul").start()
>> try:
...
deployment code here
...
>> deployment.success()
>> except Exception as e:
deployment.failure(str(e))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bigpanda-1.5.2.tar.gz
(2.4 kB
view details)
File details
Details for the file bigpanda-1.5.2.tar.gz
.
File metadata
- Download URL: bigpanda-1.5.2.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | edbf0b5708ffd1be3600d983f82681298df50750f95a69d698254487f557b5bd |
|
MD5 | 66a0bf1036ca9cfa87e204116cfdf414 |
|
BLAKE2b-256 | 19f62a056b987178c01a4de0dad6412556d4d49728c04528980978a17f5fe962 |