Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 5, 2019 15:19
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/c8cb6f5d718a150b747cda3be07d21af to your computer and use it in GitHub Desktop.
Save ryantm/c8cb6f5d718a150b747cda3be07d21af to your computer and use it in GitHub Desktop.
/nix/store/5rycw41z7pz6mhwqpc00ljdl20zwyqfh-python3.7-pyglet-1.4.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pyglet
│   │   ├── app
│   │   │   ├── base.py
│   │   │   ├── cocoa.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── cocoa.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── win32.cpython-37.pyc
│   │   │   │   └── xlib.cpython-37.pyc
│   │   │   ├── win32.py
│   │   │   └── xlib.py
│   │   ├── canvas
│   │   │   ├── base.py
│   │   │   ├── cocoa.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── cocoa.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── win32.cpython-37.pyc
│   │   │   │   ├── xlib.cpython-37.pyc
│   │   │   │   └── xlib_vidmoderestore.cpython-37.pyc
│   │   │   ├── win32.py
│   │   │   ├── xlib.py
│   │   │   └── xlib_vidmoderestore.py
│   │   ├── clock.py
│   │   ├── compat.py
│   │   ├── com.py
│   │   ├── debug.py
│   │   ├── event.py
│   │   ├── extlibs
│   │   │   ├── __init__.py
│   │   │   ├── png.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── png.cpython-37.pyc
│   │   ├── font
│   │   │   ├── base.py
│   │   │   ├── fontconfig.py
│   │   │   ├── freetype_lib.py
│   │   │   ├── freetype.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── fontconfig.cpython-37.pyc
│   │   │   │   ├── freetype.cpython-37.pyc
│   │   │   │   ├── freetype_lib.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── quartz.cpython-37.pyc
│   │   │   │   ├── ttf.cpython-37.pyc
│   │   │   │   ├── win32.cpython-37.pyc
│   │   │   │   └── win32query.cpython-37.pyc
│   │   │   ├── quartz.py
│   │   │   ├── ttf.py
│   │   │   ├── win32.py
│   │   │   └── win32query.py
│   │   ├── gl
│   │   │   ├── agl.py
│   │   │   ├── base.py
│   │   │   ├── cocoa.py
│   │   │   ├── glext_arb.py
│   │   │   ├── glext_nv.py
│   │   │   ├── gl_info.py
│   │   │   ├── gl.py
│   │   │   ├── glu_info.py
│   │   │   ├── glu.py
│   │   │   ├── glxext_arb.py
│   │   │   ├── glxext_mesa.py
│   │   │   ├── glxext_nv.py
│   │   │   ├── glx_info.py
│   │   │   ├── glx.py
│   │   │   ├── __init__.py
│   │   │   ├── lib_agl.py
│   │   │   ├── lib_glx.py
│   │   │   ├── lib.py
│   │   │   ├── lib_wgl.py
│   │   │   ├── __pycache__
│   │   │   │   ├── agl.cpython-37.pyc
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── cocoa.cpython-37.pyc
│   │   │   │   ├── gl.cpython-37.pyc
│   │   │   │   ├── glext_arb.cpython-37.pyc
│   │   │   │   ├── glext_nv.cpython-37.pyc
│   │   │   │   ├── gl_info.cpython-37.pyc
│   │   │   │   ├── glu.cpython-37.pyc
│   │   │   │   ├── glu_info.cpython-37.pyc
│   │   │   │   ├── glx.cpython-37.pyc
│   │   │   │   ├── glxext_arb.cpython-37.pyc
│   │   │   │   ├── glxext_mesa.cpython-37.pyc
│   │   │   │   ├── glxext_nv.cpython-37.pyc
│   │   │   │   ├── glx_info.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── lib_agl.cpython-37.pyc
│   │   │   │   ├── lib.cpython-37.pyc
│   │   │   │   ├── lib_glx.cpython-37.pyc
│   │   │   │   ├── lib_wgl.cpython-37.pyc
│   │   │   │   ├── wgl.cpython-37.pyc
│   │   │   │   ├── wglext_arb.cpython-37.pyc
│   │   │   │   ├── wglext_nv.cpython-37.pyc
│   │   │   │   ├── wgl_info.cpython-37.pyc
│   │   │   │   ├── win32.cpython-37.pyc
│   │   │   │   └── xlib.cpython-37.pyc
│   │   │   ├── wglext_arb.py
│   │   │   ├── wglext_nv.py
│   │   │   ├── wgl_info.py
│   │   │   ├── wgl.py
│   │   │   ├── win32.py
│   │   │   └── xlib.py
│   │   ├── graphics
│   │   │   ├── allocation.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── allocation.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── vertexattribute.cpython-37.pyc
│   │   │   │   ├── vertexbuffer.cpython-37.pyc
│   │   │   │   └── vertexdomain.cpython-37.pyc
│   │   │   ├── vertexattribute.py
│   │   │   ├── vertexbuffer.py
│   │   │   └── vertexdomain.py
│   │   ├── image
│   │   │   ├── atlas.py
│   │   │   ├── codecs
│   │   │   │   ├── bmp.py
│   │   │   │   ├── dds.py
│   │   │   │   ├── gdiplus.py
│   │   │   │   ├── gdkpixbuf2.py
│   │   │   │   ├── gif.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── pil.py
│   │   │   │   ├── png.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── bmp.cpython-37.pyc
│   │   │   │   │   ├── dds.cpython-37.pyc
│   │   │   │   │   ├── gdiplus.cpython-37.pyc
│   │   │   │   │   ├── gdkpixbuf2.cpython-37.pyc
│   │   │   │   │   ├── gif.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── pil.cpython-37.pyc
│   │   │   │   │   ├── png.cpython-37.pyc
│   │   │   │   │   ├── quartz.cpython-37.pyc
│   │   │   │   │   └── s3tc.cpython-37.pyc
│   │   │   │   ├── quartz.py
│   │   │   │   └── s3tc.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── atlas.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── info.py
│   │   ├── __init__.py
│   │   ├── input
│   │   │   ├── base.py
│   │   │   ├── darwin_hid.py
│   │   │   ├── directinput.py
│   │   │   ├── evdev_constants.py
│   │   │   ├── evdev.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── darwin_hid.cpython-37.pyc
│   │   │   │   ├── directinput.cpython-37.pyc
│   │   │   │   ├── evdev_constants.cpython-37.pyc
│   │   │   │   ├── evdev.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── wintab.cpython-37.pyc
│   │   │   │   ├── x11_xinput.cpython-37.pyc
│   │   │   │   └── x11_xinput_tablet.cpython-37.pyc
│   │   │   ├── wintab.py
│   │   │   ├── x11_xinput.py
│   │   │   └── x11_xinput_tablet.py
│   │   ├── lib.py
│   │   ├── libs
│   │   │   ├── darwin
│   │   │   │   ├── cocoapy
│   │   │   │   │   ├── cocoalibs.py
│   │   │   │   │   ├── cocoatypes.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── cocoalibs.cpython-37.pyc
│   │   │   │   │   │   ├── cocoatypes.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   └── runtime.cpython-37.pyc
│   │   │   │   │   └── runtime.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── quartzkey.cpython-37.pyc
│   │   │   │   └── quartzkey.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── win32
│   │   │   │   ├── constants.py
│   │   │   │   ├── dinput.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── libwintab.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── constants.cpython-37.pyc
│   │   │   │   │   ├── dinput.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── libwintab.cpython-37.pyc
│   │   │   │   │   ├── types.cpython-37.pyc
│   │   │   │   │   └── winkey.cpython-37.pyc
│   │   │   │   ├── types.py
│   │   │   │   └── winkey.py
│   │   │   └── x11
│   │   │   ├── cursorfont.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── cursorfont.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── xf86vmode.cpython-37.pyc
│   │   │   │   ├── xinerama.cpython-37.pyc
│   │   │   │   ├── xinput.cpython-37.pyc
│   │   │   │   ├── xlib.cpython-37.pyc
│   │   │   │   └── xsync.cpython-37.pyc
│   │   │   ├── xf86vmode.py
│   │   │   ├── xinerama.py
│   │   │   ├── xinput.py
│   │   │   ├── xlib.py
│   │   │   └── xsync.py
│   │   ├── media
│   │   │   ├── buffered_logger.py
│   │   │   ├── codecs
│   │   │   │   ├── base.py
│   │   │   │   ├── ffmpeg_lib
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── libavcodec.py
│   │   │   │   │   ├── libavformat.py
│   │   │   │   │   ├── libavutil.py
│   │   │   │   │   ├── libswresample.py
│   │   │   │   │   ├── libswscale.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── libavcodec.cpython-37.pyc
│   │   │   │   │   ├── libavformat.cpython-37.pyc
│   │   │   │   │   ├── libavutil.cpython-37.pyc
│   │   │   │   │   ├── libswresample.cpython-37.pyc
│   │   │   │   │   └── libswscale.cpython-37.pyc
│   │   │   │   ├── ffmpeg.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   ├── ffmpeg.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── wave.cpython-37.pyc
│   │   │   │   └── wave.py
│   │   │   ├── drivers
│   │   │   │   ├── base.py
│   │   │   │   ├── directsound
│   │   │   │   │   ├── adaptation.py
│   │   │   │   │   ├── exceptions.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── interface.py
│   │   │   │   │   ├── lib_dsound.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── adaptation.cpython-37.pyc
│   │   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── interface.cpython-37.pyc
│   │   │   │   │   └── lib_dsound.cpython-37.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── listener.py
│   │   │   │   ├── openal
│   │   │   │   │   ├── adaptation.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── interface.py
│   │   │   │   │   ├── lib_alc.py
│   │   │   │   │   ├── lib_openal.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── adaptation.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── interface.cpython-37.pyc
│   │   │   │   │   ├── lib_alc.cpython-37.pyc
│   │   │   │   │   └── lib_openal.cpython-37.pyc
│   │   │   │   ├── pulse
│   │   │   │   │   ├── adaptation.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── interface.py
│   │   │   │   │   ├── lib_pulseaudio.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── adaptation.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── interface.cpython-37.pyc
│   │   │   │   │   └── lib_pulseaudio.cpython-37.pyc
│   │   │   │   └── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── listener.cpython-37.pyc
│   │   │   ├── events.py
│   │   │   ├── exceptions.py
│   │   │   ├── __init__.py
│   │   │   ├── instrumentation.py
│   │   │   ├── player.py
│   │   │   ├── __pycache__
│   │   │   │   ├── buffered_logger.cpython-37.pyc
│   │   │   │   ├── events.cpython-37.pyc
│   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── instrumentation.cpython-37.pyc
│   │   │   │   ├── player.cpython-37.pyc
│   │   │   │   └── synthesis.cpython-37.pyc
│   │   │   └── synthesis.py
│   │   ├── model
│   │   │   ├── codecs
│   │   │   │   ├── gltf.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── obj.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── gltf.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── obj.cpython-37.pyc
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __pycache__
│   │   │   ├── clock.cpython-37.pyc
│   │   │   ├── com.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── debug.cpython-37.pyc
│   │   │   ├── event.cpython-37.pyc
│   │   │   ├── info.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── lib.cpython-37.pyc
│   │   │   ├── resource.cpython-37.pyc
│   │   │   └── sprite.cpython-37.pyc
│   │   ├── resource.py
│   │   ├── sprite.py
│   │   ├── text
│   │   │   ├── caret.py
│   │   │   ├── document.py
│   │   │   ├── formats
│   │   │   │   ├── attributed.py
│   │   │   │   ├── html.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── plaintext.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── attributed.cpython-37.pyc
│   │   │   │   │   ├── html.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── plaintext.cpython-37.pyc
│   │   │   │   │   └── structured.cpython-37.pyc
│   │   │   │   └── structured.py
│   │   │   ├── __init__.py
│   │   │   ├── layout.py
│   │   │   ├── __pycache__
│   │   │   │   ├── caret.cpython-37.pyc
│   │   │   │   ├── document.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── layout.cpython-37.pyc
│   │   │   │   └── runlist.cpython-37.pyc
│   │   │   └── runlist.py
│   │   └── window
│   │   ├── cocoa
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── pyglet_delegate.cpython-37.pyc
│   │   │   │   ├── pyglet_textview.cpython-37.pyc
│   │   │   │   ├── pyglet_view.cpython-37.pyc
│   │   │   │   ├── pyglet_window.cpython-37.pyc
│   │   │   │   └── systemcursor.cpython-37.pyc
│   │   │   ├── pyglet_delegate.py
│   │   │   ├── pyglet_textview.py
│   │   │   ├── pyglet_view.py
│   │   │   ├── pyglet_window.py
│   │   │   └── systemcursor.py
│   │   ├── event.py
│   │   ├── __init__.py
│   │   ├── key.py
│   │   ├── mouse.py
│   │   ├── __pycache__
│   │   │   ├── event.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── key.cpython-37.pyc
│   │   │   └── mouse.cpython-37.pyc
│   │   ├── win32
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   └── xlib
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   └── pyglet-1.4.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── NOTICE
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
65 directories, 335 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment