Skip to main content

Python SDK für Automagically.

Project description

🔥 Automagically Python Client

PyPi PyPi ReadTheDocs Gitter

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


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)

Uploaded Source

Built Distribution

automagically-0.1.3-py3-none-any.whl (11.0 kB view hashes)

Uploaded Python 3

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