Skip to main content

GSM 03.38 codec

Project description

https://travis-ci.org/dsch/gsm0338.svg?branch=master

Python Codec for 3GPP TS 23.038 / ETSI GSM 03.38

Examples

Decode GSM 03.38 encoded bytes:

>>> import gsm0338
>>> b'\x1b(\x1b)'.decode('gsm03.38')
u'{}'

Encode bytes in GSM 03.38:

>>> import gsm0338
>>> u'{}'.encode('gsm03.38')
b'\x1b(\x1b)'

How it works

The codec implements the encoding and decoding methods in the stateless codecs.Codec class. With loading the module the codec get’s automatically registered.

Mapping source

3GPP TS 23.038 version 13.0.0 Release 13

3GPP TS 23.038 Rel-13: Alphabets and language-specific information http://www.3gpp.org/dynareport/23038.htm

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gsm0338-1.0.0.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

gsm0338-1.0.0-py2.py3-none-any.whl (9.7 kB view hashes)

Uploaded Python 2 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