AUTHORS
LICENSE
MANIFEST.in
README.md
setup.py
cffi_builders/build.py
cffi_builders/jpg_c_build.py
cffi_builders/macosx_c_build.py
cffi_builders/png_c_build.py
cffi_builders/sdl_c_build.py
cffi_builders/sdl_keys_c_build.py
cffi_builders/lib/alphablit.c
cffi_builders/lib/bitmask.c
cffi_builders/lib/bitmask.h
cffi_builders/lib/rotate.c
cffi_builders/lib/rotozoom.c
cffi_builders/lib/scale2x.c
cffi_builders/lib/sdlmain_osx.m
cffi_builders/lib/smoothscale.c
cffi_builders/lib/stretch.c
cffi_builders/lib/surface.h
cffi_builders/lib/surface_fill.c
examples/__init__.py
examples/aliens.py
examples/blend_fill.py
examples/blit_blends.py
examples/chimp.py
examples/cursors.py
examples/fastevents.py
examples/fonty.py
examples/glcube.py
examples/headless_no_windows_needed.py
examples/liquid.py
examples/moveit.py
examples/oldalien.py
examples/scaletest.py
examples/scroll.py
examples/sound.py
examples/stars.py
examples/testsprite.py
pygame/__init__.py
pygame/_error.py
pygame/_jpg.py
pygame/_png.py
pygame/_sdl.py
pygame/_sdl_keys.py
pygame/base.py
pygame/bufferproxy.py
pygame/color.py
pygame/colordict.py
pygame/compat.py
pygame/constants.py
pygame/cursors.py
pygame/display.py
pygame/draw.py
pygame/event.py
pygame/font.py
pygame/freesansbold.ttf
pygame/image.py
pygame/joystick.py
pygame/key.py
pygame/locals.py
pygame/macosx.py
pygame/mask.py
pygame/math.py
pygame/mixer.py
pygame/mixer_music.py
pygame/mouse.py
pygame/pkgdata.py
pygame/pygame_icon.bmp
pygame/pygame_icon.icns
pygame/pygame_icon.svg
pygame/pygame_icon.tiff
pygame/rect.py
pygame/rwobject.py
pygame/sprite.py
pygame/surface.py
pygame/surflock.py
pygame/sysfont.py
pygame/threads.py
pygame/time.py
pygame/transform.py
pygame/version.py
pygame_cffi.egg-info/PKG-INFO
pygame_cffi.egg-info/SOURCES.txt
pygame_cffi.egg-info/dependency_links.txt
pygame_cffi.egg-info/pbr.json
pygame_cffi.egg-info/requires.txt
pygame_cffi.egg-info/top_level.txt
test/__init__.py
test/__main__.py
test/base_test.py
test/color_test.py
test/display_test.py
test/draw_test.py
test/event_test.py
test/font_test.py
test/image_test.py
test/imageext_test.py
test/mixer_music_test.py
test/mixer_test.py
test/mouse_test.py
test/rect_test.py
test/surface_test.py
test/sysfont_test.py
test/time_test.py
test/test_utils/__init__.py
test/test_utils/arrinter.py
test/test_utils/async_sub.py
test/test_utils/buftools.py
test/test_utils/endian.py
test/test_utils/png.py
test/test_utils/run_tests.py
test/test_utils/test_runner.py
test/test_utils/unittest.py
test/test_utils/unittest_patch.py