Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 8, 2021 06:23
Show Gist options
  • Save r-ryantm/7cf7321a3dc9aa1c75958930b69856a5 to your computer and use it in GitHub Desktop.
Save r-ryantm/7cf7321a3dc9aa1c75958930b69856a5 to your computer and use it in GitHub Desktop.
/nix/store/xqbsj0kpf63dhfw8kal8j6yx9gb2m8sw-python3.7-apispec-4.2.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── apispec
│   │   ├── core.py
│   │   ├── exceptions.py
│   │   ├── ext
│   │   │   ├── __init__.py
│   │   │   ├── marshmallow
│   │   │   │   ├── common.py
│   │   │   │   ├── field_converter.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── openapi.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── common.cpython-37.pyc
│   │   │   │   │   ├── field_converter.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── openapi.cpython-37.pyc
│   │   │   │   │   └── schema_resolver.cpython-37.pyc
│   │   │   │   └── schema_resolver.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __init__.py
│   │   ├── plugin.py
│   │   ├── __pycache__
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── plugin.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── yaml_utils.cpython-37.pyc
│   │   ├── utils.py
│   │   └── yaml_utils.py
│   └── apispec-4.2.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 33 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment