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.
- Host: GitHub
- URL: https://github.com/collab-project/atcmd
- Owner: collab-project
- License: mit
- Created: 2015-11-30T23:15:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-02T18:24:28.000Z (almost 4 years ago)
- Last Synced: 2025-05-07T02:28:08.068Z (about 1 year ago)
- Language: Python
- Size: 19.5 KB
- Stars: 7
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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