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-2.0.tar.gz
(4.3 kB
view details)
File details
Details for the file bigpanda-2.0.tar.gz
.
File metadata
- Download URL: bigpanda-2.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ecdf24b1f52622ddb192e795e2ce1a548aa3d9e257a716b690b20950d938ce39 |
|
MD5 | 9c1d16c2f226b5ce97d15383d41b0af4 |
|
BLAKE2b-256 | 91050ab6dc0ad4df21c1caef02af672b1f3d586125dd47adbe9f61908936839c |