.gitignore
.travis.yml
GPL
LICENSE
README.md
requirements.txt
setup.py
cwrap/__init__.py
cwrap/basecclass.py
cwrap/basecenum.py
cwrap/basecvalue.py
cwrap/cfile.py
cwrap/clib.py
cwrap/metacwrap.py
cwrap/prototype.py
cwrap/version.py
cwrap.egg-info/PKG-INFO
cwrap.egg-info/SOURCES.txt
cwrap.egg-info/dependency_links.txt
cwrap.egg-info/requires.txt
cwrap.egg-info/top_level.txt
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
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_metawrap.py