3
by Pablo Martí
setuptools stuff + README |
1 |
What is python-messaging?
|
2 |
=========================
|
|
3 |
||
102
by Pablo Martí
state in the README and trove classifiers that we decode MMS |
4 |
A SMS/MMS encoder/decoder written 100% in Python. |
3
by Pablo Martí
setuptools stuff + README |
5 |
|
6 |
History
|
|
7 |
=======
|
|
8 |
||
9 |
Originally written by Paul Hardwick with some bits from Dave Berkeley's |
|
10 |
pysms. It was imported in the Wader and MobileManager projects and quickly |
|
130
by Andrew Bird
Update MMS author's email address and add licence change note |
11 |
became clear that a joint effort would be more beneficial for everyone. |
3
by Pablo Martí
setuptools stuff + README |
12 |
|
102
by Pablo Martí
state in the README and trove classifiers that we decode MMS |
13 |
In 2010, the superb python-mms package by Francois Aucamp was merged into |
14 |
python-messaging to provide a complete SMS/MMS encoder/decoder. |
|
15 |
||
130
by Andrew Bird
Update MMS author's email address and add licence change note |
16 |
In 2011, as part of a license clarification, Francis Aucamp was contacted |
17 |
and asked if it were possible to relicence his MMS portions as GPLv2, he |
|
18 |
responded: |
|
19 |
"feel free to re-license the parts of the python-mms code you are using in |
|
20 |
your python-messaging project to GPL v2; you have my full consent." |
|
21 |
||
102
by Pablo Martí
state in the README and trove classifiers that we decode MMS |
22 |
SMS Features
|
23 |
============
|
|
3
by Pablo Martí
setuptools stuff + README |
24 |
|
25 |
* Supports 7bit, 8bit and UCS2 encodings
|
|
55
by Pablo Marti
pimp up the README |
26 |
* Multipart encoding/decoding
|
27 |
* Status report encoding/decoding
|
|
75.1.9
by Pablo Martí
pimp up the README |
28 |
* Relative validity
|
29 |
* Alphanumeric address decoding
|
|
30 |
* Supports python 2.5 up to 3.2
|
|
55
by Pablo Marti
pimp up the README |
31 |
* Tests
|
102
by Pablo Martí
state in the README and trove classifiers that we decode MMS |
32 |
|
33 |
||
34 |
MMS Features
|
|
35 |
============
|
|
36 |
||
37 |
* SMIL support
|
|
38 |
* Main formats supported: jpg, gif, arm, 3gp, midi, etc.
|
|
39 |
* Supports MMS 1.0-1.4 decoding/encoding
|
|
40 |
* Supports python 2.5 up to 3.2
|
|
41 |
* Tests
|