Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 15, 2020 19:10
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/955e08f240d7e84a0357653cc52df734 to your computer and use it in GitHub Desktop.
Save r-ryantm/955e08f240d7e84a0357653cc52df734 to your computer and use it in GitHub Desktop.
/nix/store/r6w3707w6smlwpwvk8v5wrzf8zl0nkx5-python3.7-snowflake-sqlalchemy-1.2.4
├── lib
│   └── python3.7
│   └── site-packages
│   ├── snowflake
│   │   └── sqlalchemy
│   │   ├── base.py
│   │   ├── custom_commands.py
│   │   ├── custom_types.py
│   │   ├── __init__.py
│   │   ├── LICENSE.txt
│   │   ├── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── custom_commands.cpython-37.pyc
│   │   │   ├── custom_types.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── setup.cpython-37.pyc
│   │   │   ├── snowdialect.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── setup.py
│   │   ├── snowdialect.py
│   │   ├── util.py
│   │   └── version.py
│   ├── snowflake_sqlalchemy-1.2.4.dist-info
│   │   ├── direct_url.json
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE.txt
│   │   ├── METADATA
│   │   ├── namespace_packages.txt
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── snowflake_sqlalchemy-1.2.4-py3.7-nspkg.pth
└── nix-support
└── propagated-build-inputs
8 directories, 28 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment