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.4.tar.gz
(2.3 kB
view details)
File details
Details for the file bigpanda-1.5.4.tar.gz
.
File metadata
- Download URL: bigpanda-1.5.4.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba33d060a10cfb0b5a7c3e5d6cc038a2ed142f013017a8d24214d76f2be8f0d7 |
|
MD5 | 24799bbbc5c5329b4ab8e759a8c7031d |
|
BLAKE2b-256 | af9c9e4d282185c786b337a44ead1dc615dce33c8a4607af82dc3cc6c365bd19 |