.gitignore
.gitlint
.pre-commit-config.yaml
.readthedocs.yaml
.yamlint.yaml
CITATION.cff
LICENSE
README.md
pyproject.toml
.github/FUNDING.yml
.github/dependabot.yml
.github/workflows/main.yml
docs/conf.py
docs/index.md
docs/requirements.txt
docs/api/python_wakatime.md
docs/resources/install.md
src/repl_python_wakatime/__init__.py
src/repl_python_wakatime/_metainfo.py
src/repl_python_wakatime/_version.py
src/repl_python_wakatime/py.typed
src/repl_python_wakatime.egg-info/PKG-INFO
src/repl_python_wakatime.egg-info/SOURCES.txt
src/repl_python_wakatime.egg-info/dependency_links.txt
src/repl_python_wakatime.egg-info/requires.txt
src/repl_python_wakatime.egg-info/top_level.txt
src/repl_python_wakatime/backends/__init__.py
src/repl_python_wakatime/backends/codestats.py
src/repl_python_wakatime/backends/wakatime.py
src/repl_python_wakatime/frontends/__init__.py
src/repl_python_wakatime/frontends/gdb.py
src/repl_python_wakatime/frontends/ipython.py
src/repl_python_wakatime/frontends/ptpython.py
src/repl_python_wakatime/frontends/python.py
templates/class.txt
templates/def.txt
templates/noarg.txt
tests/test_project.py