Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wooyek/multiinfo

Python wrapper for Polkomtel's MultiInfo SMS service
https://github.com/wooyek/multiinfo

Last synced: about 1 month ago
JSON representation

Python wrapper for Polkomtel's MultiInfo SMS service

Awesome Lists containing this project

README

        

=================
MultiInfo SMS API
=================

Python wrapper for Polkomtel's MultiInfo SMS service

.. image:: https://img.shields.io/pypi/v/multiinfo.svg
:target: https://pypi.python.org/pypi/multiinfo

.. image:: https://img.shields.io/travis/wooyek/multiinfo.svg
:target: https://travis-ci.org/wooyek/multiinfo

.. image:: https://readthedocs.org/projects/multiinfo/badge/?version=latest
:target: https://multiinfo.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://coveralls.io/repos/github/wooyek/multiinfo/badge.svg?branch=develop
:target: https://coveralls.io/github/wooyek/multiinfo?branch=develop
:alt: Coveralls.io coverage

.. image:: https://codecov.io/gh/wooyek/multiinfo/branch/develop/graph/badge.svg
:target: https://codecov.io/gh/wooyek/multiinfo
:alt: CodeCov coverage

.. image:: https://api.codeclimate.com/v1/badges/0e7992f6259bc7fd1a1a/maintainability
:target: https://codeclimate.com/github/wooyek/multiinfo/maintainability
:alt: Maintainability

.. image:: https://img.shields.io/github/license/wooyek/multiinfo.svg
:target: https://github.com/wooyek/multiinfo/blob/develop/LICENSE
:alt: License

.. image:: https://img.shields.io/twitter/url/https/github.com/wooyek/multiinfo.svg?style=social
:target: https://twitter.com/intent/tweet?text=Wow:&url=https://github.com/wooyek/multiinfo
:alt: Tweet about this project

.. image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg
:target: https://saythanks.io/to/wooyek

* 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.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`wooyek/cookiecutter-pylib`: https://github.com/wooyek/cookiecutter-pylib
.. _`pipenv`: https://docs.pipenv.org/install