Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 26, 2018 06:36
Show Gist options
  • Save ryantm/e1b71ffbca3332ca54e094770f39061e to your computer and use it in GitHub Desktop.
Save ryantm/e1b71ffbca3332ca54e094770f39061e to your computer and use it in GitHub Desktop.
/nix/store/9zgybjqnxbxxsyhf9jcdqd6hxbmblc1z-doitlive-4.2.1
├── 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.2.1.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