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
|
Source: python-messaging
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Graham Inggs <graham@nerve.org.za>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3),
python-nose,
python-setuptools
Standards-Version: 3.9.6
X-Python-Version: >= 2.6
Homepage: https://github.com/pmarti/python-messaging
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-messaging/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-messaging/trunk/
Package: python-messaging
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Breaks: ${python:Breaks}
Description: SMS/MMS encoder/decoder
SMS Features
* Supports 7bit, 8bit and UCS2 encodings
* Multipart encoding/decoding
* Status report encoding/decoding
* Relative validity
* Alphanumeric address decoding
* Supports Python 2.x
.
MMS Features
* SMIL support
* Main formats supported: jpg, gif, arm, 3gp, midi, etc.
* Supports MMS 1.0-1.4 decoding/encoding
* Supports Python 2.x
|