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.1.tar.gz
(4.3 kB
view details)
File details
Details for the file bigpanda-2.1.tar.gz
.
File metadata
- Download URL: bigpanda-2.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9818647a44507b32676875784ba24cea10dde1c98d7878d0fb7aac2e733a8f7 |
|
MD5 | 44476a9827b83b009a62706a808f9971 |
|
BLAKE2b-256 | 8e3fbbbf2e8d77c5e9b9648006dde9597536c7472844db494f58eaffbfd53914 |