Skip to main content

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))

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page