Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 2, 2019 16:51
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/fc4d3fcb54423bad01a6b068ef84a478 to your computer and use it in GitHub Desktop.
Save ryantm/fc4d3fcb54423bad01a6b068ef84a478 to your computer and use it in GitHub Desktop.
/nix/store/a8ykcs2mr9nk6x670pb88y4h3xwmms2z-python3.7-progressbar2-3.39.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── progressbar
│   │   ├── __about__.py
│   │   ├── bar.py
│   │   ├── base.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __about__.cpython-37.pyc
│   │   │   ├── bar.cpython-37.pyc
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── shortcuts.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── widgets.cpython-37.pyc
│   │   ├── shortcuts.py
│   │   ├── utils.py
│   │   └── widgets.py
│   └── progressbar2-3.39.3.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 21 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment