Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 2, 2019 15:41
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/35695b700aaba6b3697b15585c794c54 to your computer and use it in GitHub Desktop.
Save ryantm/35695b700aaba6b3697b15585c794c54 to your computer and use it in GitHub Desktop.
/nix/store/lzyqwn8g0alr761lp647f87k2avz9zh0-python3.7-netCDF4-1.5.0
├── 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.0.dist-info
│   ├── COPYING
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 16 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment