Metadata-Version: 2.0
Name: ucp
Version: 1.0.0
Summary: Python EMI UCP protocol wrapper.
Home-page: https://github.com/amateja/emi-ucp
Author: Andrzej Mateja
Author-email: mateja.and@gmail.com
License: GPL V2
Keywords: ucp sms smsc protocol
Platform: Posix; MacOS X; Windows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Communications :: Telephony
Requires-Dist: six

=======
emi-ucp
=======

.. image:: https://img.shields.io/travis/amateja/emi-ucp.svg
.. image:: https://img.shields.io/coveralls/amateja/emi-ucp.svg
.. image:: https://img.shields.io/pypi/v/ucp.svg
.. image:: https://img.shields.io/pypi/format/ucp.svg
.. image:: https://img.shields.io/pypi/pyversions/ucp.svg
.. image:: https://img.shields.io/pypi/status/ucp.svg
.. image:: https://img.shields.io/pypi/l/ucp.svg

**External Machine Interface (EMI)**, an extension to
**Universal Computer Protocol (UCP)**, is a protocol primarily used to connect
to short message service centres (SMSCs) for mobile telephones. The protocol
was developed by CMG Wireless Data Solutions, now part of Acision.
(source: Wikipedia)

This module is a python implementation of EMI UCP protocol.

Installation
============

::

    pip install ucp


