Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 15, 2020 17:54
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/822a7baa0424ca5b832eba69927affc3 to your computer and use it in GitHub Desktop.
Save r-ryantm/822a7baa0424ca5b832eba69927affc3 to your computer and use it in GitHub Desktop.
/nix/store/vjsb2zc1lgxq6av2k6q7flcjyxpks4p0-python3.7-hdmedians-0.14.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── hdmedians
│   │   ├── geomedian.cpython-37m-x86_64-linux-gnu.so
│   │   ├── __init__.py
│   │   ├── medoid.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── medoid.cpython-37.pyc
│   │   └── tests
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── test_geomedian.cpython-37.pyc
│   │   │   └── test_medoid.cpython-37.pyc
│   │   ├── test_geomedian.py
│   │   └── test_medoid.py
│   └── hdmedians-0.14.1.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment