Skip to main content

Easy and efficient messaging.

Project description

Messages: Create and send messages fast!

PyPI version

messages_words

Purpose

  • Messages is a package designed to make sending messages easy and efficient!
  • Messages intends to be a lightweight package with minimal dependencies.
  • Messages with a consistent API across all message types.

Installation

Python3 only

$ pip install messages

Documentation in the Wiki

Supported Messages

Examples

Email

>>> from messages import Email
>>> msg = 'Hello,\n\tBuy more Bitcoin!'
>>> m = Email(
            from_='me@here.com',
            server='smtp.here.com',
            port=465,
            to='you@there.com',
            auth='p@ssw0rd',       
            body=msg,
            attachments=['./file1.txt', '~/Documents/file2.pdf'],
   )
>>>
>>> m.send()        
Message sent...

Read the Wiki for more examples

Contributing Code

  • 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.

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.7.1.tar.gz (13.2 kB view hashes)

Uploaded Source

Built Distribution

messages-0.7.1-py3-none-any.whl (46.1 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