Skip to main content

Crono API client

Project description

Crono API Client

Python client for the 🔮 Crono API: https://crono.com/

>>> import crono_api_client as crono
>>> crono.request('POST', https://your.app/').after(hours=42)

How to

Install package:

$ pip install crono_api_client

Configure .env variables:

CRONO_API_URL=… 
CRONO_API_KEY=…

Get all jobs:

>>> job_uuids = crono.jobs()

Get a job:

>>> job_json = crono.job(<string:job_uuid>)

Schedule a job:

>>> job_uuid = crono.<task>(<args>, <kwargs>).<trigger>(<args>, <kwargs>)
>>> # or
>>> job_uuid = crono.<trigger>(<args>, <kwargs>).<task>(<args>, <kwargs>)

Delete a job:

>>> job_uuid = crono.delete(<string:job_uuid>)

Development

Packaging

# Generating distribution archives
$ python setup.py sdist bdist_wheel

# Uploading the distribution archives
$ twine upload --skip-existing dist/*

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

crono-api-client-0.1.17.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

crono_api_client-0.1.17-py3-none-any.whl (4.5 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