Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 2, 2021 09:26
Show Gist options
  • Save r-ryantm/68b53442fae231f793279c76df69f4d7 to your computer and use it in GitHub Desktop.
Save r-ryantm/68b53442fae231f793279c76df69f4d7 to your computer and use it in GitHub Desktop.
/nix/store/dnjmhycdps8dbf63wwwxwkxfcdixhvn6-python3.7-pglast-1.17
├── bin
│   └── pgpp
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pglast
│   │   ├── enums
│   │   │   ├── __init__.py
│   │   │   ├── lockdefs.py
│   │   │   ├── lockoptions.py
│   │   │   ├── nodes.py
│   │   │   ├── parsenodes.py
│   │   │   ├── pg_class.py
│   │   │   ├── pg_trigger.py
│   │   │   ├── primnodes.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── lockdefs.cpython-37.pyc
│   │   │   ├── lockoptions.cpython-37.pyc
│   │   │   ├── nodes.cpython-37.pyc
│   │   │   ├── parsenodes.cpython-37.pyc
│   │   │   ├── pg_class.cpython-37.pyc
│   │   │   ├── pg_trigger.cpython-37.pyc
│   │   │   └── primnodes.cpython-37.pyc
│   │   ├── error.py
│   │   ├── __init__.py
│   │   ├── keywords.py
│   │   ├── __main__.py
│   │   ├── node.py
│   │   ├── parser.cpython-37m-x86_64-linux-gnu.so
│   │   ├── printer.py
│   │   ├── printers
│   │   │   ├── ddl.py
│   │   │   ├── dml.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── ddl.cpython-37.pyc
│   │   │   │   ├── dml.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── sfuncs.cpython-37.pyc
│   │   │   └── sfuncs.py
│   │   └── __pycache__
│   │   ├── error.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── keywords.cpython-37.pyc
│   │   ├── __main__.cpython-37.pyc
│   │   ├── node.cpython-37.pyc
│   │   └── printer.cpython-37.pyc
│   └── pglast-1.17.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 47 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment