MultiInfo SMS API
Python wrapper for Polkomtel's MultiInfo SMS service
- Free software: GNU General Public License v3
- Documentation: https://multiinfo.readthedocs.io.
Features
- Pending :D
Quickstart
Install MultiInfo SMS API:
pip install multiinfo
Running Tests
Does the code actually work?
- ::
- $ pipenv install --dev $ pipenv shell $ tox
We recommend using pipenv but a legacy approach to creating virtualenv and installing requirements should also work. Please install requirements/development.txt to setup virtual env for testing and development.
Credits
This package was created with Cookiecutter and the wooyek/cookiecutter-pylib project template.