Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 15, 2020 14:14
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/fd8105710fc7c041edb50b9047c3d6f7 to your computer and use it in GitHub Desktop.
Save r-ryantm/fd8105710fc7c041edb50b9047c3d6f7 to your computer and use it in GitHub Desktop.
/nix/store/hc2wd49whqff0rhmdya5i0d8bn484csy-python3.7-pq-1.9.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pq
│   │   ├── create.sql
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── tasks.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── tasks.py
│   │   └── utils.py
│   └── pq-1.9.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment