Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 8, 2021 15:19
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/a8d674001a633b140e095722df6a6cb2 to your computer and use it in GitHub Desktop.
Save r-ryantm/a8d674001a633b140e095722df6a6cb2 to your computer and use it in GitHub Desktop.
/nix/store/giskyx27sd8z1v7fndw6qndcmish6sg8-python3.7-Flask-Cors-3.0.10
├── lib
│   └── python3.7
│   └── site-packages
│   ├── flask_cors
│   │   ├── core.py
│   │   ├── decorator.py
│   │   ├── extension.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── decorator.cpython-37.pyc
│   │   │   ├── extension.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   └── version.py
│   └── Flask_Cors-3.0.10.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment