forked from pmarti/python-messaging
-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
41 lines (31 loc) · 1.17 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
What is python-messaging?
=========================
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