.bumpversion.cfg
.coveragerc
.gitignore
.gitlab-ci.yml
.pylintrc
.pypirc
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
MANIFEST.in
Pipfile
Pipfile.lock
README.rst
readthedocs.yml
reno.yaml
setup.cfg
setup.py
.vscode/launch.json
.vscode/settings.json
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/readme.rst
docs/_static/.gitignore
releasenotes/notes/16-status-class-f0b33898289ee62e.yaml
releasenotes/notes/17-logging-78e5c2a0861b554a.yaml
releasenotes/notes/20-misc-refactoring-c4d6e32ce52c0a86.yaml
releasenotes/notes/9-automate-changelog-somehow-c56ad07fdf83f42d.yaml
releasenotes/notes/fix-reno-branch-issue-7bc5fad6931926e4.yaml
releasenotes/notes/google-docstrings-f8356d1a72496d91.yaml
src/pyskyq/__init__.py
src/pyskyq/_version.py
src/pyskyq/channel.py
src/pyskyq/constants.py
src/pyskyq/epg.py
src/pyskyq/remote.py
src/pyskyq/status.py
src/pyskyq.egg-info/PKG-INFO
src/pyskyq.egg-info/SOURCES.txt
src/pyskyq.egg-info/dependency_links.txt
src/pyskyq.egg-info/not-zip-safe
src/pyskyq.egg-info/requires.txt
src/pyskyq.egg-info/top_level.txt
src/pyskyq/examples/cli_epg.py
src/pyskyq/examples/cli_remote.py
src/pyskyq/examples/cli_status.py
tests/__init__.py
tests/asynccontextmanagermock.py
tests/mock_constants.py
tests/test_channel.py
tests/test_cli.py
tests/test_epg.py
tests/test_remote.py
tests/test_status.py