Skip to main content

A package designed to make sending messages easy and efficient!

Project description

https://img.shields.io/badge/built%20with-Python3-red.svg https://travis-ci.org/trp07/messages.svg?branch=master https://coveralls.io/repos/github/trp07/messages/badge.svg?branch=master https://img.shields.io/badge/license-MIT-blue.svg https://messages-py.herokuapp.com/badge.svg

Join the conversation in the Messages Slack Team

Purpose

  • Messages is a package designed to make sending messages easy!

  • Messages incorporates various standard library module, third-party module, web app API calls, etc. all in one package.

  • Messages can send messages asynchronously.

Installation

$ pip install messages

Supported Messages

Upcoming Messages

  • Whatever the community thinks is fun or interesting.

Examples

Email

>>> from messages import Email
>>> msg = 'Hello,\n\tTry this new package called "messages"!'
>>> m = Email(from_='me@here.com',
            to='you@there.com',
            body=msg,
            attachments=['./file1.txt', '~/Documents/file2.pdf'],
            profile='myProfileName'
        )
>>>
>>> m.send()        # send synchronously
>>> m.send_async()  # send asynchronously

Read the Wiki for more examples

Contributing

  • Help Wanted!

  • All contributions are welcome to build upon the package!

  • If it’s a message, add it to messages!

  • Read the Wiki for guidelines.

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

messages-0.3.3.tar.gz (20.8 kB view hashes)

Uploaded Source

Built Distribution

messages-0.3.3-py3-none-any.whl (16.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