.gitignore
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
requirements.txt
setup.py
.github/dependabot.yml
.github/workflows/build.yaml
.github/workflows/pypi_publish.yaml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/reference/modules.rst
docs/reference/srecli.cli.rst
docs/reference/srecli.commands.cmd_status.rst
docs/reference/srecli.commands.rst
docs/reference/srecli.options.common.rst
docs/reference/srecli.options.rst
docs/reference/srecli.rst
src/srecli/__init__.py
src/srecli/cli.py
src/srecli.egg-info/PKG-INFO
src/srecli.egg-info/SOURCES.txt
src/srecli.egg-info/dependency_links.txt
src/srecli.egg-info/entry_points.txt
src/srecli.egg-info/requires.txt
src/srecli.egg-info/top_level.txt
src/srecli/commands/__init__.py
src/srecli/commands/cmd_status.py
src/srecli/options/__init__.py
src/srecli/options/common.py
tests/__init__.py
tests/test_status_show.py