Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 28, 2019 22:53
Show Gist options
  • Save ryantm/08f65f56dc5f26aeed3289da8b8ab573 to your computer and use it in GitHub Desktop.
Save ryantm/08f65f56dc5f26aeed3289da8b8ab573 to your computer and use it in GitHub Desktop.
/nix/store/lf7zmkpdhpf4wq8cxvvdvkj8dm8yvij0-python3.8-boltons-19.3.0
├── lib
│   └── python3.8
│   └── site-packages
│   ├── boltons
│   │   ├── cacheutils.py
│   │   ├── debugutils.py
│   │   ├── deprutils.py
│   │   ├── dictutils.py
│   │   ├── easterutils.py
│   │   ├── ecoutils.py
│   │   ├── excutils.py
│   │   ├── fileutils.py
│   │   ├── formatutils.py
│   │   ├── funcutils.py
│   │   ├── gcutils.py
│   │   ├── __init__.py
│   │   ├── ioutils.py
│   │   ├── iterutils.py
│   │   ├── jsonutils.py
│   │   ├── listutils.py
│   │   ├── mathutils.py
│   │   ├── mboxutils.py
│   │   ├── namedutils.py
│   │   ├── __pycache__
│   │   │   ├── cacheutils.cpython-38.pyc
│   │   │   ├── debugutils.cpython-38.pyc
│   │   │   ├── deprutils.cpython-38.pyc
│   │   │   ├── dictutils.cpython-38.pyc
│   │   │   ├── easterutils.cpython-38.pyc
│   │   │   ├── ecoutils.cpython-38.pyc
│   │   │   ├── excutils.cpython-38.pyc
│   │   │   ├── fileutils.cpython-38.pyc
│   │   │   ├── formatutils.cpython-38.pyc
│   │   │   ├── funcutils.cpython-38.pyc
│   │   │   ├── gcutils.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── ioutils.cpython-38.pyc
│   │   │   ├── iterutils.cpython-38.pyc
│   │   │   ├── jsonutils.cpython-38.pyc
│   │   │   ├── listutils.cpython-38.pyc
│   │   │   ├── mathutils.cpython-38.pyc
│   │   │   ├── mboxutils.cpython-38.pyc
│   │   │   ├── namedutils.cpython-38.pyc
│   │   │   ├── queueutils.cpython-38.pyc
│   │   │   ├── setutils.cpython-38.pyc
│   │   │   ├── socketutils.cpython-38.pyc
│   │   │   ├── statsutils.cpython-38.pyc
│   │   │   ├── strutils.cpython-38.pyc
│   │   │   ├── tableutils.cpython-38.pyc
│   │   │   ├── tbutils.cpython-38.pyc
│   │   │   ├── timeutils.cpython-38.pyc
│   │   │   ├── typeutils.cpython-38.pyc
│   │   │   └── urlutils.cpython-38.pyc
│   │   ├── queueutils.py
│   │   ├── setutils.py
│   │   ├── socketutils.py
│   │   ├── statsutils.py
│   │   ├── strutils.py
│   │   ├── tableutils.py
│   │   ├── tbutils.py
│   │   ├── timeutils.py
│   │   ├── typeutils.py
│   │   └── urlutils.py
│   └── boltons-19.3.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 65 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment