GSM modem control libraty for SIM800/SIM900 modules
Project description
# pygsmmodule
 [](https://coveralls.io/github/JFF-Bohdan/pygsmmodule?branch=master)
GSM modem control library for SIM-800/SIM-900 modules.
## Overview
Library able to control GSM modems SIM800/SIM900 connected via serial interface.
## Install
### Automatic installation from PyPi
You can automatically install pygsmmodule from PyPi just by typing:
pip install pygsmmodule
### Manual installation
In case if you want install from archive you can download latest version from [PyPi](https://pypi.python.org/pypi/pygsmmodule) after you download and extract, you can install pygsmmodule just by typing
python setup.py install
This method also can be used for source files cloned from [github](http://github.com/JFF-Bohdan/pygsmmodule) repository.
Warning! You also need install dependancies listed in requirements.txt
## Usage
You can find usage examples in examples folder. This folder also contains [README.md](./examples/README.md) file with detailed description of each example.
## Testing
First of all you need install all development dependancies listed in requirements-dev.txt. Next you can run tests by executing:
python -m pytest tests -vv
You can run tests with coverage information collecting by
python -m pytest tests -vv –cov=pygsmmodule
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
File details
Details for the file pygsmmodule-0.1.5.3.tar.gz
.
File metadata
- Download URL: pygsmmodule-0.1.5.3.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d96603cdab5ee0c797f4e3bf66eb2a701db369bcd71c2a19adbd0b838fd33a99 |
|
MD5 | 68b0a263d50dcf6a90147e45d485c550 |
|
BLAKE2b-256 | 408b26f27e1313ca50221aa520d7967547235adb511de907af692c1f64e4069e |