Metadata-Version: 2.4
Name: python-messaging
Version: 0.5.13
Summary: SMS and MMS message encoder/decoder.
License: GNU GENERAL PUBLIC LICENSE Version 2, June 1991
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Communications :: Telephony
Dynamic: classifier
Dynamic: description
Dynamic: license
Dynamic: summary

python-messaging
================

|Python Test| |Coverage Status|

A SMS/MMS encoder/decoder written 100% in Python.

History
=======

Originally written by Paul Hardwick with some bits from Dave Berkeley's
pysms. It was imported in the Wader and MobileManager projects and
quickly became clear that a joint effort would be more beneficial for
everyone.

In 2010, the superb python-mms package by Francois Aucamp was merged
into python-messaging to provide a complete SMS/MMS encoder/decoder.

In 2011, as part of a license clarification, Francis Aucamp was
contacted and asked if it were possible to relicence his MMS portions as
GPLv2, he responded: "feel free to re-license the parts of the
python-mms code you are using in your python-messaging project to GPL
v2; you have my full consent."

SMS Features
============

-  Supports 7bit, 8bit and UCS2 encodings
-  Multipart encoding/decoding
-  Status report encoding/decoding
-  Relative validity
-  Alphanumeric address decoding
-  Supports python 2.5 up to 3.2
-  Tests

MMS Features
============

-  SMIL support
-  Main formats supported: jpg, gif, arm, 3gp, midi, etc.
-  Supports MMS 1.0-1.4 decoding/encoding
-  Supports python 2.5 up to 3.2
-  Tests

.. |Python Test| image:: https://github.com/DomAmato/python-messaging/workflows/Python%20Test/badge.svg
   :target: https://github.com/DomAmato/python-messaging/actions
.. |Coverage Status| image:: https://coveralls.io/repos/github/DomAmato/python-messaging/badge.svg?branch=master
   :target: https://coveralls.io/github/DomAmato/python-messaging?branch=master
