Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 2, 2021 17:18
Show Gist options
  • Save r-ryantm/fc3e2c3a7a8d2cddd1510c32951c0f66 to your computer and use it in GitHub Desktop.
Save r-ryantm/fc3e2c3a7a8d2cddd1510c32951c0f66 to your computer and use it in GitHub Desktop.
/nix/store/7k81nhd8r1in1khph5v8nyjv4qzhy37x-python3.7-hdmedians-0.14.2
├── 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.2.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment