.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
GPL
LICENSE
README.md
SECURITY.md
pyproject.toml
requirements.txt
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/build.yml
debian/README.Debian
debian/changelog
debian/compat
debian/control
debian/copyright
debian/docs
debian/rules
debian/source/format
examples/map/ex_map.c
examples/map/ex_map.py
examples/vecstr/ex_vecstr.c
examples/vecstr/ex_vecstr.py
redhat/cwrap.spec
src/cwrap/__init__.py
src/cwrap/basecclass.py
src/cwrap/basecenum.py
src/cwrap/basecvalue.py
src/cwrap/cfile.py
src/cwrap/clib.py
src/cwrap/metacwrap.py
src/cwrap/prototype.py
src/cwrap/version.py
src/cwrap.egg-info/PKG-INFO
src/cwrap.egg-info/SOURCES.txt
src/cwrap.egg-info/dependency_links.txt
src/cwrap.egg-info/top_level.txt
tests/__init__.py
tests/test_basecclass.py
tests/test_basecenum.py
tests/test_basecvalue.py
tests/test_cfile.py
tests/test_libc.py
tests/test_prototype.py