UNKNOWN
Project description
# py-mms (COEX MMS API Client)
The Python interface to MMS.
## Install
pip install py-mms
## Getting Started
import mms
mms_client = mms.api.MMSClient(API_URL, API_ID, API_KEY)
email_message = mms_client.create_email_message(
subject='Test e-mail',
sender='john.doe@example.com',
message_type=mms.choices.EMAIL_TRANSACTIONAL_EMAIL_MESSAGE_TYPE
)
About us
--------
[COEX](http://www.coex-webdesign.com/) is small-sized company. We have been
creating custom webs and online applications since 2002. We communicate with
our clients in a way so that our solutions would be reasonable, provide
optimum service under the given circumstances and serve their purpose in
the long term.
The Python interface to MMS.
## Install
pip install py-mms
## Getting Started
import mms
mms_client = mms.api.MMSClient(API_URL, API_ID, API_KEY)
email_message = mms_client.create_email_message(
subject='Test e-mail',
sender='john.doe@example.com',
message_type=mms.choices.EMAIL_TRANSACTIONAL_EMAIL_MESSAGE_TYPE
)
About us
--------
[COEX](http://www.coex-webdesign.com/) is small-sized company. We have been
creating custom webs and online applications since 2002. We communicate with
our clients in a way so that our solutions would be reasonable, provide
optimum service under the given circumstances and serve their purpose in
the long term.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
py-mms-0.2.tar.gz
(4.1 kB
view details)
File details
Details for the file py-mms-0.2.tar.gz
.
File metadata
- Download URL: py-mms-0.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94a61637a8bacf8fac61c4ccef83019816a4714b9cea272596ef214697d0f557 |
|
MD5 | 474f26bee564c14bf637dfc224840459 |
|
BLAKE2b-256 | 80e0757f03d176e2851bd1c71d644bd16cf6ae2ec18fcdadf3de6ae6a4469c00 |