Skip to main content

Task status reminder and API exception reminder

Project description

Reminder

Task status reminder and API exception reminder.

Requirements

pip install aliyun-python-sdk-core

How to release

  1. pack:

    python setup.py sdist bdist_wheel

  2. upload:

    python -m twine upload dist/*

How to use

  1. pip install aliyun-python-sdk-core

  2. pip install status-reminder

  3. python code:

from reminder import TaskReminder, APIReminder


r = TaskReminder(name="trainSegmentation")
r.send_message(phone_number="17801066904", current_status="complete")
# r.send_message(phone_number=["17801066904", "17801014652"], current_status="error")

r = APIReminder(name="segmentation")
r.send_message(phone_number="17801066904", current_status="404")

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

status-reminder-0.0.3.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

status_reminder-0.0.3-py3-none-any.whl (3.8 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