Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 902 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 902 Bytes

Dosei Python SDK

dosei-sdk is the official Dosei SDK for Python

pypi version X (formerly Twitter) License: Apache-2.0

Getting Started

Requirements

Install

You can install and configure dosei-sdk using this command:

pip install -U dosei-sdk

Configure

from dosei_sdk import Dosei

dosei = Dosei()

@dosei.cron_job("* * * * *")
def cron_job():
    print("hello world!")