.coveragerc
.gitignore
AUTHORS
CHANGES
LICENSE
MANIFEST.in
README.rst
codecov.yml
pyproject.toml
readthedocs.yml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/release.yml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/api_ref/index.rst
docs/source/api_ref/pyclibrary.backends.rst
docs/source/arch_ref/index.rst
docs/source/faqs/index.rst
docs/source/get_started/basic_usage.rst
docs/source/get_started/configuration.rst
docs/source/get_started/index.rst
docs/source/get_started/installation.rst
pyclibrary/__init__.py
pyclibrary/c_library.py
pyclibrary/c_parser.py
pyclibrary/errors.py
pyclibrary/init.py
pyclibrary/utils.py
pyclibrary/version.py
pyclibrary.egg-info/PKG-INFO
pyclibrary.egg-info/SOURCES.txt
pyclibrary.egg-info/dependency_links.txt
pyclibrary.egg-info/requires.txt
pyclibrary.egg-info/top_level.txt
pyclibrary/backends/__init__.py
pyclibrary/backends/ctypes.py
pyclibrary/headers/README
pyclibrary/headers/WinDefs.cache
pyclibrary/headers/update_WinDefs.py
pyclibrary/thirdparty/__init__.py
pyclibrary/thirdparty/find_library.py
tests/test_init.py
tests/test_library.py
tests/test_parser.py
tests/test_version.py
tests/backends/__init__.py
tests/backends/test_ctypes.py
tests/headers/ctypes_test.h
tests/headers/enums.h
tests/headers/functions.h
tests/headers/structs.h
tests/headers/typedefs.h
tests/headers/unions.h
tests/headers/variables.h
tests/headers/file_handling/c_comments.h
tests/headers/file_handling/c_comments_removed.h
tests/headers/file_handling/cpp_comments.h
tests/headers/file_handling/cpp_comments_removed.h
tests/headers/file_handling/replace.h
tests/headers/macros/macro_conditionals.h
tests/headers/macros/macro_functions.h
tests/headers/macros/macro_values.h
tests/headers/macros/pragmas.h