-
Notifications
You must be signed in to change notification settings - Fork 0
Fork of https://github.com/bigpandaio/bigpanda-python-module with asyncio support
heronrs/aiobigpanda
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 = await bp.deployment("myapp", "1.0.0", "prod-app-1", owner="Paul").start()
>> try:
...
deployment code here
...
>> await deployment.success()
>> except Exception as e:
await deployment.failure(str(e))
About
Fork of https://github.com/bigpandaio/bigpanda-python-module with asyncio support
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published