Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 1, 2020 23:30
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/cf0192ee9f4fe5daeba78ba27f33da5b to your computer and use it in GitHub Desktop.
Save r-ryantm/cf0192ee9f4fe5daeba78ba27f33da5b to your computer and use it in GitHub Desktop.
/nix/store/mb3pgfz6dvs8p0shrcrn2r6fd9200bpc-python2.7-python-sql-1.1.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── python_sql-1.1.0.dist-info
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── sql
│   ├── aggregate.py
│   ├── aggregate.pyc
│   ├── conditionals.py
│   ├── conditionals.pyc
│   ├── functions.py
│   ├── functions.pyc
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── operators.py
│   ├── operators.pyc
│   └── tests
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── test_aggregate.py
│   ├── test_aggregate.pyc
│   ├── test_alias.py
│   ├── test_alias.pyc
│   ├── test_as.py
│   ├── test_as.pyc
│   ├── test_cast.py
│   ├── test_cast.pyc
│   ├── test_collate.py
│   ├── test_collate.pyc
│   ├── test_column.py
│   ├── test_column.pyc
│   ├── test_combining_query.py
│   ├── test_combining_query.pyc
│   ├── test_conditionals.py
│   ├── test_conditionals.pyc
│   ├── test_delete.py
│   ├── test_delete.pyc
│   ├── test_for.py
│   ├── test_for.pyc
│   ├── test_functions.py
│   ├── test_functions.pyc
│   ├── test_insert.py
│   ├── test_insert.pyc
│   ├── test_join.py
│   ├── test_join.pyc
│   ├── test_lateral.py
│   ├── test_lateral.pyc
│   ├── test_literal.py
│   ├── test_literal.pyc
│   ├── test_operators.py
│   ├── test_operators.pyc
│   ├── test_order.py
│   ├── test_order.pyc
│   ├── test_select.py
│   ├── test_select.pyc
│   ├── test_table.py
│   ├── test_table.pyc
│   ├── test_update.py
│   ├── test_update.pyc
│   ├── test_values.py
│   ├── test_values.pyc
│   ├── test_window.py
│   ├── test_window.pyc
│   ├── test_with.py
│   └── test_with.pyc
└── nix-support
└── propagated-build-inputs
7 directories, 64 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment