Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 12, 2019 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/d6ddc978554d881aeb68606853e432e0 to your computer and use it in GitHub Desktop.
Save ryantm/d6ddc978554d881aeb68606853e432e0 to your computer and use it in GitHub Desktop.
/nix/store/3rx21m0r9l8l7q8sbwlhxk5nln5aak01-python3.7-pygame-1.9.6
├── include
│   └── python3.7m
│   └── pygame
│   ├── bitmask.h
│   ├── _camera.h
│   ├── camera.h
│   ├── fastevents.h
│   ├── font.h
│   ├── freetype.h
│   ├── mask.h
│   ├── mixer.h
│   ├── palette.h
│   ├── pgarrinter.h
│   ├── pgbufferproxy.h
│   ├── pgcompat.h
│   ├── pgopengl.h
│   ├── _pygame.h
│   ├── pygame.h
│   ├── scrap.h
│   ├── _surface.h
│   └── surface.h
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pygame
│   │   ├── base.cpython-37m-x86_64-linux-gnu.so
│   │   ├── bufferproxy.cpython-37m-x86_64-linux-gnu.so
│   │   ├── _camera.cpython-37m-x86_64-linux-gnu.so
│   │   ├── _camera_opencv_highgui.py
│   │   ├── camera.py
│   │   ├── _camera_vidcapture.py
│   │   ├── cdrom.cpython-37m-x86_64-linux-gnu.so
│   │   ├── color.cpython-37m-x86_64-linux-gnu.so
│   │   ├── colordict.py
│   │   ├── compat.py
│   │   ├── constants.cpython-37m-x86_64-linux-gnu.so
│   │   ├── cursors.py
│   │   ├── display.cpython-37m-x86_64-linux-gnu.so
│   │   ├── docs
│   │   │   ├── __init__.py
│   │   │   ├── logos.html
│   │   │   ├── __main__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── __main__.cpython-37.pyc
│   │   │   ├── pygame_logo.gif
│   │   │   ├── pygame_powered.gif
│   │   │   ├── pygame_small.gif
│   │   │   ├── pygame_tiny.gif
│   │   │   └── ref
│   │   │   └── docscomments.json
│   │   ├── draw.cpython-37m-x86_64-linux-gnu.so
│   │   ├── draw_py.py
│   │   ├── _dummybackend.py
│   │   ├── event.cpython-37m-x86_64-linux-gnu.so
│   │   ├── examples
│   │   │   ├── aacircle.py
│   │   │   ├── aliens.py
│   │   │   ├── arraydemo.py
│   │   │   ├── audiocapture.py
│   │   │   ├── blend_fill.py
│   │   │   ├── blit_blends.py
│   │   │   ├── camera.py
│   │   │   ├── chimp.py
│   │   │   ├── cursors.py
│   │   │   ├── data
│   │   │   │   ├── alien1.gif
│   │   │   │   ├── alien1.jpg
│   │   │   │   ├── alien1.png
│   │   │   │   ├── alien2.gif
│   │   │   │   ├── alien2.png
│   │   │   │   ├── alien3.gif
│   │   │   │   ├── alien3.png
│   │   │   │   ├── arraydemo.bmp
│   │   │   │   ├── asprite.bmp
│   │   │   │   ├── background.gif
│   │   │   │   ├── blue.mpg
│   │   │   │   ├── bomb.gif
│   │   │   │   ├── boom.wav
│   │   │   │   ├── brick.png
│   │   │   │   ├── car_door.wav
│   │   │   │   ├── chimp.bmp
│   │   │   │   ├── city.png
│   │   │   │   ├── danger.gif
│   │   │   │   ├── explosion1.gif
│   │   │   │   ├── fist.bmp
│   │   │   │   ├── house_lo.mp3
│   │   │   │   ├── house_lo.ogg
│   │   │   │   ├── house_lo.wav
│   │   │   │   ├── liquid.bmp
│   │   │   │   ├── midikeys.png
│   │   │   │   ├── oldplayer.gif
│   │   │   │   ├── player1.gif
│   │   │   │   ├── punch.wav
│   │   │   │   ├── sans.ttf
│   │   │   │   ├── secosmic_lo.wav
│   │   │   │   ├── shot.gif
│   │   │   │   ├── static.png
│   │   │   │   ├── whiff.wav
│   │   │   │   └── yuv_1.pgm
│   │   │   ├── dropevent.py
│   │   │   ├── eventlist.py
│   │   │   ├── fastevents.py
│   │   │   ├── fonty.py
│   │   │   ├── freetype_misc.py
│   │   │   ├── glcube.py
│   │   │   ├── headless_no_windows_needed.py
│   │   │   ├── __init__.py
│   │   │   ├── liquid.py
│   │   │   ├── macosx
│   │   │   │   ├── aliens_app_example
│   │   │   │   │   ├── aliens.py
│   │   │   │   │   ├── English.lproj
│   │   │   │   │   │   ├── aliens.icns
│   │   │   │   │   │   └── MainMenu.nib
│   │   │   │   │   │   ├── classes.nib
│   │   │   │   │   │   ├── info.nib
│   │   │   │   │   │   ├── JavaCompiling.plist
│   │   │   │   │   │   ├── keyedobjects.nib
│   │   │   │   │   │   └── _MainMenu_EOArchive_English.java
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── aliens.cpython-37.pyc
│   │   │   │   │   │   └── setup.cpython-37.pyc
│   │   │   │   │   ├── README.txt
│   │   │   │   │   └── setup.py
│   │   │   │   ├── macfont.py
│   │   │   │   └── __pycache__
│   │   │   │   └── macfont.cpython-37.pyc
│   │   │   ├── mask.py
│   │   │   ├── midi.py
│   │   │   ├── moveit.py
│   │   │   ├── oldalien.py
│   │   │   ├── overlay.py
│   │   │   ├── pixelarray.py
│   │   │   ├── playmus.py
│   │   │   ├── prevent_display_stretching.py
│   │   │   ├── __pycache__
│   │   │   │   ├── aacircle.cpython-37.pyc
│   │   │   │   ├── aliens.cpython-37.pyc
│   │   │   │   ├── arraydemo.cpython-37.pyc
│   │   │   │   ├── audiocapture.cpython-37.pyc
│   │   │   │   ├── blend_fill.cpython-37.pyc
│   │   │   │   ├── blit_blends.cpython-37.pyc
│   │   │   │   ├── camera.cpython-37.pyc
│   │   │   │   ├── chimp.cpython-37.pyc
│   │   │   │   ├── cursors.cpython-37.pyc
│   │   │   │   ├── dropevent.cpython-37.pyc
│   │   │   │   ├── eventlist.cpython-37.pyc
│   │   │   │   ├── fastevents.cpython-37.pyc
│   │   │   │   ├── fonty.cpython-37.pyc
│   │   │   │   ├── freetype_misc.cpython-37.pyc
│   │   │   │   ├── glcube.cpython-37.pyc
│   │   │   │   ├── headless_no_windows_needed.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── liquid.cpython-37.pyc
│   │   │   │   ├── mask.cpython-37.pyc
│   │   │   │   ├── midi.cpython-37.pyc
│   │   │   │   ├── moveit.cpython-37.pyc
│   │   │   │   ├── oldalien.cpython-37.pyc
│   │   │   │   ├── overlay.cpython-37.pyc
│   │   │   │   ├── pixelarray.cpython-37.pyc
│   │   │   │   ├── playmus.cpython-37.pyc
│   │   │   │   ├── prevent_display_stretching.cpython-37.pyc
│   │   │   │   ├── scaletest.cpython-37.pyc
│   │   │   │   ├── scrap_clipboard.cpython-37.pyc
│   │   │   │   ├── scroll.cpython-37.pyc
│   │   │   │   ├── sound_array_demos.cpython-37.pyc
│   │   │   │   ├── sound.cpython-37.pyc
│   │   │   │   ├── stars.cpython-37.pyc
│   │   │   │   ├── testsprite.cpython-37.pyc
│   │   │   │   ├── textinput.cpython-37.pyc
│   │   │   │   ├── vgrade.cpython-37.pyc
│   │   │   │   └── video.cpython-37.pyc
│   │   │   ├── scaletest.py
│   │   │   ├── scrap_clipboard.py
│   │   │   ├── scroll.py
│   │   │   ├── sound_array_demos.py
│   │   │   ├── sound.py
│   │   │   ├── stars.py
│   │   │   ├── testsprite.py
│   │   │   ├── textinput.py
│   │   │   ├── vgrade.py
│   │   │   └── video.py
│   │   ├── fastevent.cpython-37m-x86_64-linux-gnu.so
│   │   ├── font.cpython-37m-x86_64-linux-gnu.so
│   │   ├── freesansbold.ttf
│   │   ├── _freetype.cpython-37m-x86_64-linux-gnu.so
│   │   ├── freetype.py
│   │   ├── ftfont.py
│   │   ├── gfxdraw.cpython-37m-x86_64-linux-gnu.so
│   │   ├── image.cpython-37m-x86_64-linux-gnu.so
│   │   ├── imageext.cpython-37m-x86_64-linux-gnu.so
│   │   ├── __init__.py
│   │   ├── joystick.cpython-37m-x86_64-linux-gnu.so
│   │   ├── key.cpython-37m-x86_64-linux-gnu.so
│   │   ├── locals.py
│   │   ├── macosx.py
│   │   ├── mask.cpython-37m-x86_64-linux-gnu.so
│   │   ├── math.cpython-37m-x86_64-linux-gnu.so
│   │   ├── midi.py
│   │   ├── mixer.cpython-37m-x86_64-linux-gnu.so
│   │   ├── mixer_music.cpython-37m-x86_64-linux-gnu.so
│   │   ├── mouse.cpython-37m-x86_64-linux-gnu.so
│   │   ├── newbuffer.cpython-37m-x86_64-linux-gnu.so
│   │   ├── _numpysndarray.py
│   │   ├── _numpysurfarray.py
│   │   ├── overlay.cpython-37m-x86_64-linux-gnu.so
│   │   ├── pixelarray.cpython-37m-x86_64-linux-gnu.so
│   │   ├── pixelcopy.cpython-37m-x86_64-linux-gnu.so
│   │   ├── pkgdata.py
│   │   ├── __pycache__
│   │   │   ├── camera.cpython-37.pyc
│   │   │   ├── _camera_opencv_highgui.cpython-37.pyc
│   │   │   ├── _camera_vidcapture.cpython-37.pyc
│   │   │   ├── colordict.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── cursors.cpython-37.pyc
│   │   │   ├── draw_py.cpython-37.pyc
│   │   │   ├── _dummybackend.cpython-37.pyc
│   │   │   ├── freetype.cpython-37.pyc
│   │   │   ├── ftfont.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── locals.cpython-37.pyc
│   │   │   ├── macosx.cpython-37.pyc
│   │   │   ├── midi.cpython-37.pyc
│   │   │   ├── _numpysndarray.cpython-37.pyc
│   │   │   ├── _numpysurfarray.cpython-37.pyc
│   │   │   ├── pkgdata.cpython-37.pyc
│   │   │   ├── sndarray.cpython-37.pyc
│   │   │   ├── sprite.cpython-37.pyc
│   │   │   ├── surfarray.cpython-37.pyc
│   │   │   ├── sysfont.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── pygame.ico
│   │   ├── pygame_icon.bmp
│   │   ├── pygame_icon.icns
│   │   ├── pygame_icon.svg
│   │   ├── pygame_icon.tiff
│   │   ├── pypm.cpython-37m-x86_64-linux-gnu.so
│   │   ├── rect.cpython-37m-x86_64-linux-gnu.so
│   │   ├── rwobject.cpython-37m-x86_64-linux-gnu.so
│   │   ├── scrap.cpython-37m-x86_64-linux-gnu.so
│   │   ├── sndarray.py
│   │   ├── sprite.py
│   │   ├── surface.cpython-37m-x86_64-linux-gnu.so
│   │   ├── surfarray.py
│   │   ├── surflock.cpython-37m-x86_64-linux-gnu.so
│   │   ├── sysfont.py
│   │   ├── tests
│   │   │   ├── base_test.py
│   │   │   ├── blit_test.py
│   │   │   ├── bufferproxy_test.py
│   │   │   ├── camera_test.py
│   │   │   ├── cdrom_tags.py
│   │   │   ├── cdrom_test.py
│   │   │   ├── color_test.py
│   │   │   ├── compat_test.py
│   │   │   ├── constants_test.py
│   │   │   ├── cursors_test.py
│   │   │   ├── display_test.py
│   │   │   ├── draw_test.py
│   │   │   ├── event_test.py
│   │   │   ├── fastevent_tags.py
│   │   │   ├── fastevent_test.py
│   │   │   ├── fixtures
│   │   │   │   ├── fonts
│   │   │   │   │   ├── A_PyGameMono-8.png
│   │   │   │   │   ├── PyGameMono-18-100dpi.bdf
│   │   │   │   │   ├── PyGameMono-18-75dpi.bdf
│   │   │   │   │   ├── PyGameMono-8.bdf
│   │   │   │   │   ├── PyGameMono.otf
│   │   │   │   │   ├── test_fixed.otf
│   │   │   │   │   ├── test_sans.ttf
│   │   │   │   │   └── u13079_PyGameMono-8.png
│   │   │   │   └── xbm_cursors
│   │   │   │   ├── white_sizing_mask.xbm
│   │   │   │   └── white_sizing.xbm
│   │   │   ├── font_tags.py
│   │   │   ├── font_test.py
│   │   │   ├── freetype_tags.py
│   │   │   ├── freetype_test.py
│   │   │   ├── ftfont_tags.py
│   │   │   ├── ftfont_test.py
│   │   │   ├── gfxdraw_test.py
│   │   │   ├── imageext_tags.py
│   │   │   ├── imageext_test.py
│   │   │   ├── image__save_gl_surface_test.py
│   │   │   ├── image_tags.py
│   │   │   ├── image_test.py
│   │   │   ├── __init__.py
│   │   │   ├── joystick_test.py
│   │   │   ├── key_test.py
│   │   │   ├── __main__.py
│   │   │   ├── mask_test.py
│   │   │   ├── math_test.py
│   │   │   ├── midi_tags.py
│   │   │   ├── midi_test.py
│   │   │   ├── mixer_music_tags.py
│   │   │   ├── mixer_music_test.py
│   │   │   ├── mixer_tags.py
│   │   │   ├── mixer_test.py
│   │   │   ├── mouse_test.py
│   │   │   ├── overlay_tags.py
│   │   │   ├── overlay_test.py
│   │   │   ├── pixelarray_test.py
│   │   │   ├── pixelcopy_test.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base_test.cpython-37.pyc
│   │   │   │   ├── blit_test.cpython-37.pyc
│   │   │   │   ├── bufferproxy_test.cpython-37.pyc
│   │   │   │   ├── camera_test.cpython-37.pyc
│   │   │   │   ├── cdrom_tags.cpython-37.pyc
│   │   │   │   ├── cdrom_test.cpython-37.pyc
│   │   │   │   ├── color_test.cpython-37.pyc
│   │   │   │   ├── compat_test.cpython-37.pyc
│   │   │   │   ├── constants_test.cpython-37.pyc
│   │   │   │   ├── cursors_test.cpython-37.pyc
│   │   │   │   ├── display_test.cpython-37.pyc
│   │   │   │   ├── draw_test.cpython-37.pyc
│   │   │   │   ├── event_test.cpython-37.pyc
│   │   │   │   ├── fastevent_tags.cpython-37.pyc
│   │   │   │   ├── fastevent_test.cpython-37.pyc
│   │   │   │   ├── font_tags.cpython-37.pyc
│   │   │   │   ├── font_test.cpython-37.pyc
│   │   │   │   ├── freetype_tags.cpython-37.pyc
│   │   │   │   ├── freetype_test.cpython-37.pyc
│   │   │   │   ├── ftfont_tags.cpython-37.pyc
│   │   │   │   ├── ftfont_test.cpython-37.pyc
│   │   │   │   ├── gfxdraw_test.cpython-37.pyc
│   │   │   │   ├── imageext_tags.cpython-37.pyc
│   │   │   │   ├── imageext_test.cpython-37.pyc
│   │   │   │   ├── image__save_gl_surface_test.cpython-37.pyc
│   │   │   │   ├── image_tags.cpython-37.pyc
│   │   │   │   ├── image_test.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── joystick_test.cpython-37.pyc
│   │   │   │   ├── key_test.cpython-37.pyc
│   │   │   │   ├── __main__.cpython-37.pyc
│   │   │   │   ├── mask_test.cpython-37.pyc
│   │   │   │   ├── math_test.cpython-37.pyc
│   │   │   │   ├── midi_tags.cpython-37.pyc
│   │   │   │   ├── midi_test.cpython-37.pyc
│   │   │   │   ├── mixer_music_tags.cpython-37.pyc
│   │   │   │   ├── mixer_music_test.cpython-37.pyc
│   │   │   │   ├── mixer_tags.cpython-37.pyc
│   │   │   │   ├── mixer_test.cpython-37.pyc
│   │   │   │   ├── mouse_test.cpython-37.pyc
│   │   │   │   ├── overlay_tags.cpython-37.pyc
│   │   │   │   ├── overlay_test.cpython-37.pyc
│   │   │   │   ├── pixelarray_test.cpython-37.pyc
│   │   │   │   ├── pixelcopy_test.cpython-37.pyc
│   │   │   │   ├── rect_test.cpython-37.pyc
│   │   │   │   ├── rwobject_test.cpython-37.pyc
│   │   │   │   ├── scrap_tags.cpython-37.pyc
│   │   │   │   ├── scrap_test.cpython-37.pyc
│   │   │   │   ├── sndarray_tags.cpython-37.pyc
│   │   │   │   ├── sndarray_test.cpython-37.pyc
│   │   │   │   ├── sprite_test.cpython-37.pyc
│   │   │   │   ├── surface_test.cpython-37.pyc
│   │   │   │   ├── surfarray_tags.cpython-37.pyc
│   │   │   │   ├── surfarray_test.cpython-37.pyc
│   │   │   │   ├── surflock_test.cpython-37.pyc
│   │   │   │   ├── sysfont_test.cpython-37.pyc
│   │   │   │   ├── test_test_.cpython-37.pyc
│   │   │   │   ├── threads_test.cpython-37.pyc
│   │   │   │   ├── time_test.cpython-37.pyc
│   │   │   │   ├── touch_tags.cpython-37.pyc
│   │   │   │   ├── touch_test.cpython-37.pyc
│   │   │   │   ├── transform_test.cpython-37.pyc
│   │   │   │   └── version_test.cpython-37.pyc
│   │   │   ├── rect_test.py
│   │   │   ├── run_tests__tests
│   │   │   │   ├── all_ok
│   │   │   │   │   ├── fake_2_test.py
│   │   │   │   │   ├── fake_3_test.py
│   │   │   │   │   ├── fake_4_test.py
│   │   │   │   │   ├── fake_5_test.py
│   │   │   │   │   ├── fake_6_test.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── no_assertions__ret_code_of_1__test.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── fake_2_test.cpython-37.pyc
│   │   │   │   │   │   ├── fake_3_test.cpython-37.pyc
│   │   │   │   │   │   ├── fake_4_test.cpython-37.pyc
│   │   │   │   │   │   ├── fake_5_test.cpython-37.pyc
│   │   │   │   │   │   ├── fake_6_test.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── no_assertions__ret_code_of_1__test.cpython-37.pyc
│   │   │   │   │   │   └── zero_tests_test.cpython-37.pyc
│   │   │   │   │   └── zero_tests_test.py
│   │   │   │   ├── everything
│   │   │   │   │   ├── fake_2_test.py
│   │   │   │   │   ├── incomplete_todo_test.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── magic_tag_test.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── fake_2_test.cpython-37.pyc
│   │   │   │   │   │   ├── incomplete_todo_test.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── magic_tag_test.cpython-37.pyc
│   │   │   │   │   │   └── sleep_test.cpython-37.pyc
│   │   │   │   │   └── sleep_test.py
│   │   │   │   ├── exclude
│   │   │   │   │   ├── fake_2_test.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── invisible_tag_test.py
│   │   │   │   │   ├── magic_tag_test.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── fake_2_test.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── invisible_tag_test.cpython-37.pyc
│   │   │   │   │   └── magic_tag_test.cpython-37.pyc
│   │   │   │   ├── failures1
│   │   │   │   │   ├── fake_2_test.py
│   │   │   │   │   ├── fake_3_test.py
│   │   │   │   │   ├── fake_4_test.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── fake_2_test.cpython-37.pyc
│   │   │   │   │   ├── fake_3_test.cpython-37.pyc
│   │   │   │   │   ├── fake_4_test.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── incomplete
│   │   │   │   │   ├── fake_2_test.py
│   │   │   │   │   ├── fake_3_test.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── fake_2_test.cpython-37.pyc
│   │   │   │   │   ├── fake_3_test.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── incomplete_todo
│   │   │   │   │   ├── fake_2_test.py
│   │   │   │   │   ├── fake_3_test.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── fake_2_test.cpython-37.pyc
│   │   │   │   │   ├── fake_3_test.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── infinite_loop
│   │   │   │   │   ├── fake_1_test.py
│   │   │   │   │   ├── fake_2_test.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── fake_1_test.cpython-37.pyc
│   │   │   │   │   ├── fake_2_test.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── print_stderr
│   │   │   │   │   ├── fake_2_test.py
│   │   │   │   │   ├── fake_3_test.py
│   │   │   │   │   ├── fake_4_test.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── fake_2_test.cpython-37.pyc
│   │   │   │   │   ├── fake_3_test.cpython-37.pyc
│   │   │   │   │   ├── fake_4_test.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── print_stdout
│   │   │   │   │   ├── fake_2_test.py
│   │   │   │   │   ├── fake_3_test.py
│   │   │   │   │   ├── fake_4_test.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── fake_2_test.cpython-37.pyc
│   │   │   │   │   ├── fake_3_test.cpython-37.pyc
│   │   │   │   │   ├── fake_4_test.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── run_tests__test.cpython-37.pyc
│   │   │   │   ├── run_tests__test.py
│   │   │   │   └── timeout
│   │   │   │   ├── fake_2_test.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── fake_2_test.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── sleep_test.cpython-37.pyc
│   │   │   │   └── sleep_test.py
│   │   │   ├── rwobject_test.py
│   │   │   ├── scrap_tags.py
│   │   │   ├── scrap_test.py
│   │   │   ├── sndarray_tags.py
│   │   │   ├── sndarray_test.py
│   │   │   ├── sprite_test.py
│   │   │   ├── surface_test.py
│   │   │   ├── surfarray_tags.py
│   │   │   ├── surfarray_test.py
│   │   │   ├── surflock_test.py
│   │   │   ├── sysfont_test.py
│   │   │   ├── test_test_.py
│   │   │   ├── test_utils
│   │   │   │   ├── arrinter.py
│   │   │   │   ├── async_sub.py
│   │   │   │   ├── buftools.py
│   │   │   │   ├── endian.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── png.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── arrinter.cpython-37.pyc
│   │   │   │   │   ├── async_sub.cpython-37.pyc
│   │   │   │   │   ├── buftools.cpython-37.pyc
│   │   │   │   │   ├── endian.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── png.cpython-37.pyc
│   │   │   │   │   ├── run_tests.cpython-37.pyc
│   │   │   │   │   ├── test_machinery.cpython-37.pyc
│   │   │   │   │   └── test_runner.cpython-37.pyc
│   │   │   │   ├── run_tests.py
│   │   │   │   ├── test_machinery.py
│   │   │   │   └── test_runner.py
│   │   │   ├── threads_test.py
│   │   │   ├── time_test.py
│   │   │   ├── touch_tags.py
│   │   │   ├── touch_test.py
│   │   │   ├── transform_test.py
│   │   │   └── version_test.py
│   │   ├── threads
│   │   │   ├── __init__.py
│   │   │   ├── Py25Queue.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── Py25Queue.cpython-37.pyc
│   │   ├── time.cpython-37m-x86_64-linux-gnu.so
│   │   ├── transform.cpython-37m-x86_64-linux-gnu.so
│   │   └── version.py
│   └── pygame-1.9.6.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
53 directories, 481 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment