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.1.tar.gz
(2.3 kB
view details)
File details
Details for the file bigpanda-1.5.1.tar.gz
.
File metadata
- Download URL: bigpanda-1.5.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8556931d05dea65b7fd8ecfdeae646fd534ab49aee6c7dad5a5baaf4ad5cfc95 |
|
MD5 | b491a1cc59870c168fd5087361bfa429 |
|
BLAKE2b-256 | ba6e9f5263cbf56f7a6ed785b6327889e17a12130348af4a3346381760a6ee29 |