Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 28, 2020 08:35
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/a9e52be18a8e6e9f0d4bb3eda5d103e8 to your computer and use it in GitHub Desktop.
Save r-ryantm/a9e52be18a8e6e9f0d4bb3eda5d103e8 to your computer and use it in GitHub Desktop.
/nix/store/0nars9ysrg3xz50v1z997mqcyv9365dm-python3.7-drf-yasg-1.20.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── drf_yasg
│   │   ├── app_settings.py
│   │   ├── codecs.py
│   │   ├── errors.py
│   │   ├── generators.py
│   │   ├── __init__.py
│   │   ├── inspectors
│   │   │   ├── base.py
│   │   │   ├── field.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── field.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── query.cpython-37.pyc
│   │   │   │   └── view.cpython-37.pyc
│   │   │   ├── query.py
│   │   │   └── view.py
│   │   ├── management
│   │   │   ├── commands
│   │   │   │   ├── generate_swagger.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── generate_swagger.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── middleware.py
│   │   ├── openapi.py
│   │   ├── __pycache__
│   │   │   ├── app_settings.cpython-37.pyc
│   │   │   ├── codecs.cpython-37.pyc
│   │   │   ├── errors.cpython-37.pyc
│   │   │   ├── generators.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── middleware.cpython-37.pyc
│   │   │   ├── openapi.cpython-37.pyc
│   │   │   ├── renderers.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── views.cpython-37.pyc
│   │   ├── renderers.py
│   │   ├── static
│   │   │   └── drf-yasg
│   │   │   ├── immutable.min.js
│   │   │   ├── insQ.min.js
│   │   │   ├── redoc
│   │   │   │   ├── redoc-logo.png
│   │   │   │   └── redoc.min.js
│   │   │   ├── redoc-init.js
│   │   │   ├── redoc-old
│   │   │   │   └── redoc.min.js
│   │   │   ├── style.css
│   │   │   ├── swagger-ui-dist
│   │   │   │   ├── absolute-path.js
│   │   │   │   ├── favicon-32x32.png
│   │   │   │   ├── index.js
│   │   │   │   ├── oauth2-redirect.html
│   │   │   │   ├── swagger-ui-bundle.js
│   │   │   │   ├── swagger-ui.css
│   │   │   │   ├── swagger-ui-es-bundle-core.js
│   │   │   │   ├── swagger-ui-es-bundle.js
│   │   │   │   └── swagger-ui-standalone-preset.js
│   │   │   ├── swagger-ui-init.js
│   │   │   └── url-polyfill.min.js
│   │   ├── templates
│   │   │   └── drf-yasg
│   │   │   ├── redoc.html
│   │   │   ├── redoc-old.html
│   │   │   └── swagger-ui.html
│   │   ├── utils.py
│   │   └── views.py
│   └── drf_yasg-1.20.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE.rst
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
20 directories, 65 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment