Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 2, 2019 16:04
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/e3db972ca8e51cace565289ce2033bc6 to your computer and use it in GitHub Desktop.
Save ryantm/e3db972ca8e51cace565289ce2033bc6 to your computer and use it in GitHub Desktop.
/nix/store/lmgrp1d4sk86qg3d9b9m1zimyphsarsk-python3.7-PyVirtualDisplay-0.2.4
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pyvirtualdisplay
│   │   ├── about.py
│   │   ├── abstractdisplay.py
│   │   ├── display.py
│   │   ├── examples
│   │   │   ├── __init__.py
│   │   │   ├── lowres.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── lowres.cpython-37.pyc
│   │   │   │   ├── screenshot1.cpython-37.pyc
│   │   │   │   ├── screenshot3.cpython-37.pyc
│   │   │   │   └── vncserver.cpython-37.pyc
│   │   │   ├── screenshot1.py
│   │   │   ├── screenshot3.py
│   │   │   └── vncserver.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── about.cpython-37.pyc
│   │   │   ├── abstractdisplay.cpython-37.pyc
│   │   │   ├── display.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── randomize.cpython-37.pyc
│   │   │   ├── smartdisplay.cpython-37.pyc
│   │   │   ├── xauth.cpython-37.pyc
│   │   │   ├── xephyr.cpython-37.pyc
│   │   │   ├── xvfb.cpython-37.pyc
│   │   │   └── xvnc.cpython-37.pyc
│   │   ├── randomize.py
│   │   ├── smartdisplay.py
│   │   ├── xauth.py
│   │   ├── xephyr.py
│   │   ├── xvfb.py
│   │   └── xvnc.py
│   └── PyVirtualDisplay-0.2.4.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 37 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment