Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 14, 2019 14: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/f487c7f5140e3b88bdb28a806214c0ce to your computer and use it in GitHub Desktop.
Save ryantm/f487c7f5140e3b88bdb28a806214c0ce to your computer and use it in GitHub Desktop.
/nix/store/rgbg20cvqxa7z75p10j1g9kk9cgbcphv-doitlive-4.3.0
├── bin
│   └── doitlive
├── lib
│   └── python3.7
│   └── site-packages
│   ├── doitlive
│   │   ├── cli.py
│   │   ├── compat.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── ipython_consoles.py
│   │   ├── keyboard.py
│   │   ├── __pycache__
│   │   │   ├── cli.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── ipython_consoles.cpython-37.pyc
│   │   │   ├── keyboard.cpython-37.pyc
│   │   │   ├── python_consoles.cpython-37.pyc
│   │   │   ├── styling.cpython-37.pyc
│   │   │   ├── termutils.cpython-37.pyc
│   │   │   ├── version_control.cpython-37.pyc
│   │   │   └── __version__.cpython-37.pyc
│   │   ├── python_consoles.py
│   │   ├── styling.py
│   │   ├── termutils.py
│   │   ├── version_control.py
│   │   └── __version__.py
│   └── doitlive-4.3.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 31 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment