Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created July 29, 2020 17:23
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 r-ryantm/fba13e05403976d843f0f23c66f8dfb7 to your computer and use it in GitHub Desktop.
Save r-ryantm/fba13e05403976d843f0f23c66f8dfb7 to your computer and use it in GitHub Desktop.
/nix/store/dlsz6rspyc22hyds8vnmcvm3mfpd3pbg-python2.7-openapi-spec-validator-0.2.9
├── bin
│   └── openapi-spec-validator
├── lib
│   └── python2.7
│   └── site-packages
│   ├── openapi_spec_validator
│   │   ├── constructors.py
│   │   ├── constructors.pyc
│   │   ├── decorators.py
│   │   ├── decorators.pyc
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── factories.py
│   │   ├── factories.pyc
│   │   ├── generators.py
│   │   ├── generators.pyc
│   │   ├── handlers.py
│   │   ├── handlers.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── loaders.py
│   │   ├── loaders.pyc
│   │   ├── __main__.py
│   │   ├── __main__.pyc
│   │   ├── managers.py
│   │   ├── managers.pyc
│   │   ├── resources
│   │   │   └── schemas
│   │   │   ├── v2.0
│   │   │   │   └── schema.json
│   │   │   └── v3.0.0
│   │   │   └── schema.json
│   │   ├── schemas.py
│   │   ├── schemas.pyc
│   │   ├── shortcuts.py
│   │   ├── shortcuts.pyc
│   │   ├── validators.py
│   │   └── validators.pyc
│   └── openapi_spec_validator-0.2.9.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 38 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment