Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 12:35
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/ebad3466bbdb7d0df3381bc591c203ca to your computer and use it in GitHub Desktop.
Save ryantm/ebad3466bbdb7d0df3381bc591c203ca to your computer and use it in GitHub Desktop.
/nix/store/5ik6jv452zakva1gq8p1qhv8xbq8gqlc-python3.7-pgspecial-1.11.7
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pgspecial
│   │   ├── dbcommands.py
│   │   ├── help
│   │   │   ├── commands.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── commands.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __init__.py
│   │   ├── iocommands.py
│   │   ├── main.py
│   │   ├── namedqueries.py
│   │   └── __pycache__
│   │   ├── dbcommands.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── iocommands.cpython-37.pyc
│   │   ├── main.cpython-37.pyc
│   │   └── namedqueries.cpython-37.pyc
│   └── pgspecial-1.11.7.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment