Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 11, 2019 18:45
Show Gist options
  • Save ryantm/583a93770a19527942eb9b1f01ba601f to your computer and use it in GitHub Desktop.
Save ryantm/583a93770a19527942eb9b1f01ba601f to your computer and use it in GitHub Desktop.
/nix/store/jz5mgvk73b124z7yqxkdc9digsa0lij6-python3.7-progress-1.5
├── lib
│   └── python3.7
│   └── site-packages
│   ├── progress
│   │   ├── bar.py
│   │   ├── counter.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── bar.cpython-37.pyc
│   │   │   ├── counter.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── spinner.cpython-37.pyc
│   │   └── spinner.py
│   └── progress-1.5.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment