Skip to content

Instantly share code, notes, and snippets.

@ryantm
Last active October 24, 2018 14:42
Show Gist options
  • Save ryantm/ee0a0303182809c6b53a89b03466c60d to your computer and use it in GitHub Desktop.
Save ryantm/ee0a0303182809c6b53a89b03466c60d to your computer and use it in GitHub Desktop.
/nix/store/4nd1hxg5a2bdp4lnfkj1kyxw4xhs3a7n-python3.6-Flask-Migrate-2.3.0
├── lib
│   └── python3.6
│   └── site-packages
│   ├── flask_migrate
│   │   ├── cli.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── cli.cpython-36.pyc
│   │   │   └── __init__.cpython-36.pyc
│   │   └── templates
│   │   ├── flask
│   │   │   ├── alembic.ini.mako
│   │   │   ├── env.py
│   │   │   ├── __pycache__
│   │   │   │   └── env.cpython-36.pyc
│   │   │   ├── README
│   │   │   └── script.py.mako
│   │   └── flask-multidb
│   │   ├── alembic.ini.mako
│   │   ├── env.py
│   │   ├── __pycache__
│   │   │   └── env.cpython-36.pyc
│   │   ├── README
│   │   └── script.py.mako
│   └── Flask_Migrate-2.3.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 22 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment