Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 20, 2019 18:10
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/db71f4458388ea4dd11ae7d0fd1dbaca to your computer and use it in GitHub Desktop.
Save ryantm/db71f4458388ea4dd11ae7d0fd1dbaca to your computer and use it in GitHub Desktop.
/nix/store/ll73nbp23ai689gxzb5j0xh1gaxwc59q-python3.7-voluptuous-0.11.7
├── lib
│   └── python3.7
│   └── site-packages
│   ├── voluptuous
│   │   ├── error.py
│   │   ├── humanize.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── error.cpython-37.pyc
│   │   │   ├── humanize.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── schema_builder.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   └── validators.cpython-37.pyc
│   │   ├── schema_builder.py
│   │   ├── util.py
│   │   └── validators.py
│   └── voluptuous-0.11.7.dist-info
│   ├── COPYING
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment