Metadata-Version: 2.1
Name: mobilex
Version: 0.0.3
Summary: USSD and SMS exchange framework
Home-page: https://github.com/davidkyalo/python-mobilex
License: MIT
Keywords: mobilex,mobile,USSD,SMS
Author: David Kyalo
Author-email: davidmkyalo@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: cachetools (>=5.2.0,<6.0.0)
Requires-Dist: phonenumbers (>=8.12.51,<9.0.0)
Requires-Dist: redis (>=4.3.4,<5.0.0)
Requires-Dist: typing-extensions (>=4.1.1,<5.0.0)
Project-URL: Documentation, https://davidkyalo.github.io/python-mobilex
Project-URL: Repository, https://github.com/davidkyalo/python-mobilex
Description-Content-Type: text/markdown

# Python Mobilex


[![PyPi version][pypi-image]][pypi-link]
[![Supported Python versions][pyversions-image]][pyversions-link]
[![Build status][ci-image]][ci-link]
[![Coverage status][codecov-image]][codecov-link]


A USSD and SMS exchange framework for Python 


## Installation

Install from [PyPi](https://pypi.org/project/mobilex/)

```
pip install mobilex
```

## Documentation

Full documentation is available [here][docs-link].



## Production

__This package is still in active development and should not be used in production environment__




[docs-link]: https://davidkyalo.github.io/python-mobilex/
[pypi-image]: https://img.shields.io/pypi/v/mobilex.svg?color=%233d85c6
[pypi-link]: https://pypi.python.org/pypi/mobilex
[pyversions-image]: https://img.shields.io/pypi/pyversions/mobilex.svg
[pyversions-link]: https://pypi.python.org/pypi/mobilex
[ci-image]: https://github.com/davidkyalo/python-mobilex/actions/workflows/workflow.yaml/badge.svg?event=push&branch=main
[ci-link]: https://github.com/davidkyalo/python-mobilex/actions?query=workflow%3ACI%2FCD+event%3Apush+branch%3Amaster
[codecov-image]: https://codecov.io/gh/davidkyalo/python-mobilex/branch/main/graph/badge.svg
[codecov-link]: https://codecov.io/gh/davidkyalo/python-mobilex


See this release on GitHub: [v0.0.3](https://github.com/davidkyalo/python-mobilex/releases/tag/0.0.3)

