Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 17, 2020 05:18
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/17d2232c3d58eb2e51ed04f240c23a61 to your computer and use it in GitHub Desktop.
Save r-ryantm/17d2232c3d58eb2e51ed04f240c23a61 to your computer and use it in GitHub Desktop.
/nix/store/ji3kx71dsjpvsfk9nnfc1dv4v4fsq11s-python3.7-howdoi-2.0.7
├── bin
│   └── howdoi
├── lib
│   └── python3.7
│   └── site-packages
│   ├── howdoi
│   │   ├── howdoi.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── howdoi.cpython-37.pyc
│   │   └── __init__.cpython-37.pyc
│   └── howdoi-2.0.7.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment