.coveragerc
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
environment.yml
pyproject.toml
release
setup.cfg
setup.py
.github/workflows/test.yml
cppimport/__init__.py
cppimport/__main__.py
cppimport/build_module.py
cppimport/checksum.py
cppimport/filepaths.py
cppimport/find.py
cppimport/import_hook.py
cppimport/importer.py
cppimport/templating.py
cppimport.egg-info/PKG-INFO
cppimport.egg-info/SOURCES.txt
cppimport.egg-info/dependency_links.txt
cppimport.egg-info/not-zip-safe
cppimport.egg-info/requires.txt
cppimport.egg-info/top_level.txt
tests/cpp14module.cpp
tests/extra_sources.cpp
tests/extra_sources1.cpp
tests/free_module.cpp
tests/hook_test.cpp
tests/mymodule.cpp
tests/raw_extension.c
tests/test_cppimport.py
tests/thing.h
tests/thing2.h
tests/apackage/__init__.py
tests/apackage/mymodule.cpp
tests/apackage/rel_import_tester.py
tests/apackage/inner/__init__.py
tests/apackage/inner/mymodule.cpp