.flake8
.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/workflows/flake8-problem-matcher.json
.github/workflows/git.yml
.github/workflows/lint.yml
.github/workflows/mypy-problem-matcher.json
.github/workflows/pr_todo_checks.yml
.github/workflows/test.yml
breathing_cat/__init__.py
breathing_cat/__main__.py
breathing_cat/build.py
breathing_cat/config.py
breathing_cat/find_version.py
breathing_cat.egg-info/PKG-INFO
breathing_cat.egg-info/SOURCES.txt
breathing_cat.egg-info/dependency_links.txt
breathing_cat.egg-info/entry_points.txt
breathing_cat.egg-info/requires.txt
breathing_cat.egg-info/top_level.txt
breathing_cat/resources/doxygen/Doxyfile.in
breathing_cat/resources/sphinx/cmake_doc.rst.in
breathing_cat/resources/sphinx/conf.py.in
breathing_cat/resources/sphinx/custom.css.in
breathing_cat/resources/sphinx/doxygen_index.rst.in
breathing_cat/resources/sphinx/doxygen_index_one_page.rst.in
breathing_cat/resources/sphinx/general_documentation.rst.in
breathing_cat/resources/sphinx/index.rst.in
doc/implementation_details.rst
tests/test_build.py
tests/test_config.py
tests/test_find_version.py
tests/config/config1.toml
tests/config/config_intersphinx.toml
tests/config/mainpage_config.toml
tests/test_packages/cmake_pkg/CMakeLists.txt
tests/test_packages/cmake_pkg/include/cmake_pkg/foo.hpp
tests/test_packages/cmake_pkg/src/foo.cpp
tests/test_packages/ros_pkg/CMakeLists.txt
tests/test_packages/ros_pkg/COLCON_IGNORE
tests/test_packages/ros_pkg/package.xml
tests/test_packages/ros_pkg/cmake/foo.cmake
tests/test_packages/ros_pkg/doc/contribute.md
tests/test_packages/ros_pkg/doc/getting_started.rst
tests/test_packages/ros_pkg/include/ros_pkg/foo.hpp
tests/test_packages/ros_pkg/include/ros_pkg/third_party_lib.hpp
tests/test_packages/ros_pkg/python/ros_pkg/__init__.py
tests/test_packages/ros_pkg/python/ros_pkg/foo.py
tests/test_packages/ros_pkg/src/foo.cpp