Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 2, 2019 11: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 ryantm/c08f9efbdb619b55fc62769d015d4def to your computer and use it in GitHub Desktop.
Save ryantm/c08f9efbdb619b55fc62769d015d4def to your computer and use it in GitHub Desktop.
/nix/store/fg3vaxfcq4yafwispj1cqyz3inqpv04p-python3.7-click-completion-0.5.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── click_completion
│   │   ├── bash.j2
│   │   ├── core.py
│   │   ├── fish.j2
│   │   ├── __init__.py
│   │   ├── lib.py
│   │   ├── patch.py
│   │   ├── powershell.j2
│   │   ├── __pycache__
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── lib.cpython-37.pyc
│   │   │   └── patch.cpython-37.pyc
│   │   └── zsh.j2
│   └── click_completion-0.5.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment