Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 17, 2019 22:38
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/7caf0865422ef7ef8ad4bb85eea6cdbe to your computer and use it in GitHub Desktop.
Save ryantm/7caf0865422ef7ef8ad4bb85eea6cdbe to your computer and use it in GitHub Desktop.
/nix/store/jbw97d6w3rnnjsy4bgm1x2m3wqlv1xdh-python3.7-progressbar2-3.42.0
├── 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.42.0.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