Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 17, 2019 18:06
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/a8afd1a735bd0e2ecc454b5e8860f9ba to your computer and use it in GitHub Desktop.
Save ryantm/a8afd1a735bd0e2ecc454b5e8860f9ba to your computer and use it in GitHub Desktop.
/nix/store/k6d4scbc7bvisx8zwhdgwr0cnk7x3kxb-python3.7-Flask-Cors-3.0.8
├── 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.8.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment