Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 7, 2020 08:47
Show Gist options
  • Save r-ryantm/835e250c9565509535bef697792d4389 to your computer and use it in GitHub Desktop.
Save r-ryantm/835e250c9565509535bef697792d4389 to your computer and use it in GitHub Desktop.
/nix/store/wlcwp89ym8zckhbz9839x0j90j6z970r-python3.7-netCDF4-1.5.5
├── bin
│   ├── nc3tonc4
│   ├── nc4tonc3
│   └── ncinfo
├── lib
│   └── python3.7
│   └── site-packages
│   ├── netCDF4
│   │   ├── __init__.py
│   │   ├── _netCDF4.cpython-37m-x86_64-linux-gnu.so
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   └── utils.py
│   └── netCDF4-1.5.5.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment