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

https://github.com/collab-project/atcmd

AT command handler.
https://github.com/collab-project/atcmd

Last synced: about 1 year ago
JSON representation

AT command handler.

Awesome Lists containing this project

README

          

atcmd
=====

AT command parser.

``atcmd`` allows you to parse and handle AT commands.

.. image:: https://img.shields.io/pypi/v/atcmd.svg
:target: https://pypi.python.org/pypi/atcmd
.. image:: https://travis-ci.org/collab-project/atcmd.svg?branch=master
:target: https://travis-ci.org/collab-project/atcmd
.. image:: https://coveralls.io/repos/collab-project/atcmd/badge.svg
:target: https://coveralls.io/r/collab-project/atcmd
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://raw.githubusercontent.com/collab-project/atcmd/master/LICENSE

Installation
------------

Use pip_ to install the download and install the package from PyPi_::

pip install atcmd

Or checkout the source code from Github_::

git clone https://github.com/collab-project/atcmd.git

Documentation
-------------

Documentation can be found on `readthedocs.org`_.

.. _pip: https://pypi.python.org/pypi/pip
.. _PyPi: https://pypi.python.org/pypi/atcmd
.. _readthedocs.org: https://atcmd.readthedocs.org/en/latest
.. _Github: https://github.com/collab-project/atcmd