Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 16, 2019 19:32
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/a906eb7aa045e05dc6acee37a9c300c6 to your computer and use it in GitHub Desktop.
Save ryantm/a906eb7aa045e05dc6acee37a9c300c6 to your computer and use it in GitHub Desktop.
/nix/store/05fnz1bzkj9lbyjncvkip7m48zpk0s55-python3.7-jellyfish-0.7.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── jellyfish
│   │   ├── cjellyfish.cpython-37m-x86_64-linux-gnu.so
│   │   ├── __init__.py
│   │   ├── _jellyfish.py
│   │   ├── porter.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _jellyfish.cpython-37.pyc
│   │   │   ├── porter.cpython-37.pyc
│   │   │   └── test.cpython-37.pyc
│   │   └── test.py
│   └── jellyfish-0.7.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 16 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment