Skip to main content

Vodafone Vodafone K4607-Z web interface python bindings

Project description

Synopsis

Vodem Vodafone K4607-Z Web Interface Python bindings

Documentation Status PyPi Version

Code Example

Use the simple interface:

import vodem.simple

vodem.simple.sms_send("+16175551212", "Message String")

inbox = list(vodem.simple.sms_inbox_unread())

vodem.simple.sms_delete(1)

For more advanced features, use the raw api:

import vodem.api
import vodem.util

message = vodem.util.encode_sms_message("Message String")
time = vodem.util.encode_time(datetime.datetime.now())
number = "+16175551212;"

vodem.api.sms_send({'Number' : number, 'sms_time' : time, 'MessageBody' : message })

Exception handling:

import vodem.api
import vodem.exceptions

try:
    vodem.api.disconnect_network()
except vodem.exceptions.VodemError as exc:
    raise

For more examples consult the examples directory

Motivation

This interface is built to integrate sms capability into an application, or other functions of the vodem that are exposed via the web interface.

It requires the hardware vodem and activated sim card.

Installation

Using PyPi

pip install vodem-vodafone-K4607-Z

Using Git

git clone https://github.com/alzeih/python-vodem-vodafone-K4607-Z.git
cd python-vodem-vodafone-K4607-Z
python setup.py build
python setup.py install

API Reference

See http://python-vodem-vodafone-k4607-z.readthedocs.org/

Tests

Warning

As some of the tests are potentially destructive, expensive, or annoying to others, it is best to run tests in a device without a sim card.

To ensure you have been made aware of the risks, read test/unit/api/__init__.py for instructions.

Unfortunately this restriction doesn’t work without the top test module specified explicitly as this places unittest into discovery mode which ignores the load_tests protocol.

Running Tests

python -m unittest test

Contributors

Bugs, Feature requests, Documentation, and Contributions are tracked via this respository.

This project adheres to the Open Code of Conduct. By participating, you are expected to honor this code.

All code should be checked with pylint, tested and documented.

License

MIT. See LICENCE.

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

zte-mf823-0.0.1.dev21.tar.gz (278.8 kB view details)

Uploaded Source

Built Distribution

zte_mf823-0.0.1.dev21-py3-none-any.whl (11.7 kB view details)

Uploaded Python 3

File details

Details for the file zte-mf823-0.0.1.dev21.tar.gz.

File metadata

  • Download URL: zte-mf823-0.0.1.dev21.tar.gz
  • Upload date:
  • Size: 278.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.6.8

File hashes

Hashes for zte-mf823-0.0.1.dev21.tar.gz
Algorithm Hash digest
SHA256 0935cec808c6652dfbbfdac82afb116dc64351b2283816aa9fb7e5f68fff4cf2
MD5 6285b3841cd7bcc6996805f7a8dd81c3
BLAKE2b-256 381a1ec20acf96dfdab852109a58e6baf77e2af4479f51f9b05e76694d18f32a

See more details on using hashes here.

File details

Details for the file zte_mf823-0.0.1.dev21-py3-none-any.whl.

File metadata

  • Download URL: zte_mf823-0.0.1.dev21-py3-none-any.whl
  • Upload date:
  • Size: 11.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.6.8

File hashes

Hashes for zte_mf823-0.0.1.dev21-py3-none-any.whl
Algorithm Hash digest
SHA256 667394f3df1e1b560a88fff4a76f34ea409635f4a62a78399dad0ee9e939400c
MD5 d925cca26769b76065585d4d46012e6b
BLAKE2b-256 f9dee655b237723625a0afdaa6027c31b9b2756ab3173cf55854bcc6caea4ab5

See more details on using hashes here.

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