Skip to main content

ML tools for small projects

Project description

Set of ML tools for small projects

Installation

pip install ML-tools

Usage

Post message to Slack

    from ML_tools import SlackNotifier
    SlackNotifier(TOKEN).message("testing baby")

Post error to Slack

    from ML_tools import SlackNotifier
    try:
        smart = 1/0
    except Exception as e:
        SlackNotifier(TOKEN).error(e)

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

ML_tools-0.0.5.tar.gz (1.6 kB view hashes)

Uploaded Source

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