Python SDK für Automagically.
Project description
🔥 Automagically Python Client
Introduction
Automagically is Foundation as a Service. We work at your finger tips to provide you with the management tools, APIs and SDKs to build software.
Get started
Installation
pip install automagically
export AUTOMAGICALLY_API_KEY=....
Code
from automagically import Client
from automagically.types import Email
# We are reading the Environment variable AUTOMAGICALLY_API_KEY
automagically = Client(logging=True)
if __name__ == "__main__":
email = Email(
from_email= "hey@automagically.cloud",
to= ["hey@automagically.cloud"],
subject="Hello world",
body="Hello from example app 👋"
)
automagically.send_email(email)
automagically.send_telegram_message("Hello from example app 👋")
automagically.publish_event("test_event", {
"value": "Hello from example app 👋",
"sense_of_life": 42
})
You find more examples in the /examples
folder.
Documentation
WIP
Get your API key
Apply for early access at https://automagically.cloud.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
automagically-0.1.3.tar.gz
(9.1 kB
view hashes)
Built Distribution
Close
Hashes for automagically-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f945e5bf5ae77710feeb60e4ca2f34e242539015b9169e660c52564ed7a55b5 |
|
MD5 | 6756cbdc21b95817d783697349e161c9 |
|
BLAKE2b-256 | bd1e33c70b75891de6bd0cce60342489aae5d4662183b8e98c5609f4ea0cfac3 |