Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 05:07
Show Gist options
  • Save ryantm/c507b3c8731561e1ebcf103d2ad57f74 to your computer and use it in GitHub Desktop.
Save ryantm/c507b3c8731561e1ebcf103d2ad57f74 to your computer and use it in GitHub Desktop.
/nix/store/381p32rsv26f7zyl2x226xb3b6yyvdwa-python3.6-validictory-1.1.2
├── lib
│   └── python3.6
│   └── site-packages
│   ├── validictory
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   └── validator.cpython-36.pyc
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── test_apply_default.cpython-36.pyc
│   │   │   │   ├── test_disallow_unknown_properties.cpython-36.pyc
│   │   │   │   ├── test_fail_fast.cpython-36.pyc
│   │   │   │   ├── test_items.cpython-36.pyc
│   │   │   │   ├── test_other.cpython-36.pyc
│   │   │   │   ├── test_properties.cpython-36.pyc
│   │   │   │   ├── test_remove_unknown_properties.cpython-36.pyc
│   │   │   │   ├── test_schema_schema.cpython-36.pyc
│   │   │   │   ├── test_type.cpython-36.pyc
│   │   │   │   └── test_values.cpython-36.pyc
│   │   │   ├── test_apply_default.py
│   │   │   ├── test_disallow_unknown_properties.py
│   │   │   ├── test_fail_fast.py
│   │   │   ├── test_items.py
│   │   │   ├── test_other.py
│   │   │   ├── test_properties.py
│   │   │   ├── test_remove_unknown_properties.py
│   │   │   ├── test_schema_schema.py
│   │   │   ├── test_type.py
│   │   │   └── test_values.py
│   │   └── validator.py
│   └── validictory-1.1.2.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 33 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment