Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 26, 2020 20:27
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/2761e534a2965fbb24678231fed9f184 to your computer and use it in GitHub Desktop.
Save r-ryantm/2761e534a2965fbb24678231fed9f184 to your computer and use it in GitHub Desktop.
/nix/store/yfhxrx1d1w4iv0yikj1q1h3qaxwhpckv-python3.7-jellyfish-0.8.2
├── 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.8.2.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