Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 22, 2019 12:22
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/cb3290152355906b0357cf237ede134b to your computer and use it in GitHub Desktop.
Save ryantm/cb3290152355906b0357cf237ede134b to your computer and use it in GitHub Desktop.
/nix/store/m0yf62wcsv091qrxafffnff4k3dg5kd6-python3.7-asciimatics-1.11.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── asciimatics
│   │   ├── effects.py
│   │   ├── event.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── particles.py
│   │   ├── paths.py
│   │   ├── __pycache__
│   │   │   ├── effects.cpython-37.pyc
│   │   │   ├── event.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── particles.cpython-37.pyc
│   │   │   ├── paths.cpython-37.pyc
│   │   │   ├── renderers.cpython-37.pyc
│   │   │   ├── scene.cpython-37.pyc
│   │   │   ├── screen.cpython-37.pyc
│   │   │   ├── sprites.cpython-37.pyc
│   │   │   ├── utilities.cpython-37.pyc
│   │   │   ├── version.cpython-37.pyc
│   │   │   └── widgets.cpython-37.pyc
│   │   ├── renderers.py
│   │   ├── scene.py
│   │   ├── screen.py
│   │   ├── sprites.py
│   │   ├── utilities.py
│   │   ├── version.py
│   │   └── widgets.py
│   └── asciimatics-1.11.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 33 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment