.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
.prettierrc.yaml
.travis.yml
AUTHORS
COPYING
ChangeLog
MANIFEST.in
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/workflows/publish.yaml
docs/Makefile
docs/api.rst
docs/conf.py
docs/examples.rst
docs/index.rst
docs/make.bat
examples/dial_callback_demo.py
examples/dial_polling_demo.py
examples/incoming_call_demo.py
examples/own_number_demo.py
examples/send_sms_demo.py
examples/sms_handler_demo.py
examples/ussd_demo.py
gsmmodem/__init__.py
gsmmodem/compat.py
gsmmodem/exceptions.py
gsmmodem/gprs.py
gsmmodem/modem.py
gsmmodem/pdu.py
gsmmodem/serial_comms.py
gsmmodem/util.py
python_gsmmodem_new.egg-info/PKG-INFO
python_gsmmodem_new.egg-info/SOURCES.txt
python_gsmmodem_new.egg-info/dependency_links.txt
python_gsmmodem_new.egg-info/requires.txt
python_gsmmodem_new.egg-info/top_level.txt
test/__init__.py
test/compat.py
test/fakemodems.py
test/test_gsmterm.py
test/test_modem.py
test/test_pdu.py
test/test_serial_comms.py
test/test_util.py
tools/at_cmd_init_modem.txt
tools/gsmterm.py
tools/identify-modem.py
tools/sendsms.py
tools/gsmtermlib/__init__.py
tools/gsmtermlib/atcommands.py
tools/gsmtermlib/posoptparse.py
tools/gsmtermlib/terminal.py
tools/gsmtermlib/trie.py