CHANGES.md
LICENSE.txt
MANIFEST.in
README.md
requirements.txt
setup.py
ctypeslib/__init__.py
ctypeslib/clang2py.py
ctypeslib/dynamic_module.py
ctypeslib/library.py
ctypeslib/codegen/__init__.py
ctypeslib/codegen/clangparser.py
ctypeslib/codegen/codegenerator.py
ctypeslib/codegen/cursorhandler.py
ctypeslib/codegen/handler.py
ctypeslib/codegen/typedesc.py
ctypeslib/codegen/typehandler.py
ctypeslib/codegen/util.py
ctypeslib/data/fundamental_type_name.tpl
ctypeslib/data/headers.tpl
ctypeslib/data/pointer_type.tpl
ctypeslib/data/string_cast.tpl
ctypeslib/data/structure_type.tpl
ctypeslib/experimental/README.txt
ctypeslib/experimental/byref_at.py
ctypeslib2.egg-info/PKG-INFO
ctypeslib2.egg-info/SOURCES.txt
ctypeslib2.egg-info/dependency_links.txt
ctypeslib2.egg-info/entry_points.txt
ctypeslib2.egg-info/requires.txt
ctypeslib2.egg-info/top_level.txt
test/__init__.py
test/test_bitfield.py
test/test_callbacks.py
test/test_clang2py.py
test/test_cross_arch.py
test/test_enum.py
test/test_example_script.py
test/test_fast_clang.py
test/test_function.py
test/test_macro.py
test/test_pointer.py
test/test_record.py
test/test_types_sizes.py
test/test_types_values.py
test/util.py
test/data/test-basic-types.c
test/data/test-bitfield.c
test/data/test-callbacks.c
test/data/test-enum.c
test/data/test-includes.h
test/data/test-inttypes.cpp
test/data/test-library.c
test/data/test-macros.h
test/data/test-notebook-1.c
test/data/test-padding.c
test/data/test-records-complex.c
test/data/test-records.c
test/data/test-stdbool.c
test/data/test-stdint.cpp
test/data/test-strings-8859-1.cpp
test/data/test-strings.cpp
test/data/test-zero-length-array.c
test/old/runtests.py
test/old/stdio.py
test/old/test_byref.py
test/old/test_codegen.py
test/old/test_dynmodule.py
test/old/test_pythonhdr.py
test/old/test_toolchain.py
test/old/winapi.py
test/old/winapi_without_defines.py