Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 5, 2019 23:06
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/57c4c54c23e64865592e3a6ce8d00386 to your computer and use it in GitHub Desktop.
Save ryantm/57c4c54c23e64865592e3a6ce8d00386 to your computer and use it in GitHub Desktop.
/nix/store/f977n8hw6x84bl6w7l4ihjnyccqfnpiv-python3.7-Cerberus-1.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── cerberus
│   │   ├── errors.py
│   │   ├── __init__.py
│   │   ├── platform.py
│   │   ├── __pycache__
│   │   │   ├── errors.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── platform.cpython-37.pyc
│   │   │   ├── schema.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── validator.cpython-37.pyc
│   │   ├── schema.py
│   │   ├── tests
│   │   │   ├── conftest.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── conftest.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_assorted.cpython-37.pyc
│   │   │   │   ├── test_customization.cpython-37.pyc
│   │   │   │   ├── test_errors.cpython-37.pyc
│   │   │   │   ├── test_legacy.cpython-37.pyc
│   │   │   │   ├── test_normalization.cpython-37.pyc
│   │   │   │   ├── test_registries.cpython-37.pyc
│   │   │   │   ├── test_schema.cpython-37.pyc
│   │   │   │   ├── test_utils.cpython-37.pyc
│   │   │   │   └── test_validation.cpython-37.pyc
│   │   │   ├── test_assorted.py
│   │   │   ├── test_customization.py
│   │   │   ├── test_errors.py
│   │   │   ├── test_legacy.py
│   │   │   ├── test_normalization.py
│   │   │   ├── test_registries.py
│   │   │   ├── test_schema.py
│   │   │   ├── test_utils.py
│   │   │   └── test_validation.py
│   │   ├── utils.py
│   │   └── validator.py
│   └── Cerberus-1.3.dist-info
│   ├── AUTHORS
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── pbr.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 43 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment