1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
.gitignore
.readthedocs.yaml
CMakeLists.txt
LICENSE
MANIFEST.in
README.rst
pyproject.toml
releasenotes.rst
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/release.yml
cmake/cppyConfig.cmake.in
cppy/__init__.py
cppy/version.py
cppy.egg-info/PKG-INFO
cppy.egg-info/SOURCES.txt
cppy.egg-info/dependency_links.txt
cppy.egg-info/requires.txt
cppy.egg-info/top_level.txt
cppy/include/cppy/cppy.h
cppy/include/cppy/defines.h
cppy/include/cppy/errors.h
cppy/include/cppy/ptr.h
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/conf.py
docs/source/errors.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/pointer.rst
tests/test_getting_include_dir.py
|