Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 20, 2019 10:33
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/2073e86f586598d352cc8903e74373b4 to your computer and use it in GitHub Desktop.
Save ryantm/2073e86f586598d352cc8903e74373b4 to your computer and use it in GitHub Desktop.
/nix/store/zl44y4p42dfsbl9b05w3hwxm7dhfagj3-python3.7-openapi-spec-validator-0.2.8
├── bin
│   └── openapi-spec-validator
├── lib
│   └── python3.7
│   └── site-packages
│   ├── openapi_spec_validator
│   │   ├── constructors.py
│   │   ├── decorators.py
│   │   ├── exceptions.py
│   │   ├── factories.py
│   │   ├── generators.py
│   │   ├── handlers.py
│   │   ├── __init__.py
│   │   ├── loaders.py
│   │   ├── __main__.py
│   │   ├── managers.py
│   │   ├── __pycache__
│   │   │   ├── constructors.cpython-37.pyc
│   │   │   ├── decorators.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── factories.cpython-37.pyc
│   │   │   ├── generators.cpython-37.pyc
│   │   │   ├── handlers.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── loaders.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── managers.cpython-37.pyc
│   │   │   ├── schemas.cpython-37.pyc
│   │   │   ├── shortcuts.cpython-37.pyc
│   │   │   └── validators.cpython-37.pyc
│   │   ├── resources
│   │   │   └── schemas
│   │   │   ├── v2.0
│   │   │   │   └── schema.json
│   │   │   └── v3.0.0
│   │   │   └── schema.json
│   │   ├── schemas.py
│   │   ├── shortcuts.py
│   │   └── validators.py
│   └── openapi_spec_validator-0.2.8.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 37 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment