Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 15, 2020 20:06
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/2e29addf78b0854c1af06018d291ce54 to your computer and use it in GitHub Desktop.
Save r-ryantm/2e29addf78b0854c1af06018d291ce54 to your computer and use it in GitHub Desktop.
/nix/store/2wx1lwq4sbijkyw4ydgq2s3agjgqd862-python3.7-zarr-2.5.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── zarr
│   │   ├── attrs.py
│   │   ├── codecs.py
│   │   ├── convenience.py
│   │   ├── core.py
│   │   ├── creation.py
│   │   ├── errors.py
│   │   ├── hierarchy.py
│   │   ├── indexing.py
│   │   ├── __init__.py
│   │   ├── meta.py
│   │   ├── meta_v1.py
│   │   ├── n5.py
│   │   ├── __pycache__
│   │   │   ├── attrs.cpython-37.pyc
│   │   │   ├── codecs.cpython-37.pyc
│   │   │   ├── convenience.cpython-37.pyc
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── creation.cpython-37.pyc
│   │   │   ├── errors.cpython-37.pyc
│   │   │   ├── hierarchy.cpython-37.pyc
│   │   │   ├── indexing.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── meta.cpython-37.pyc
│   │   │   ├── meta_v1.cpython-37.pyc
│   │   │   ├── n5.cpython-37.pyc
│   │   │   ├── storage.cpython-37.pyc
│   │   │   ├── sync.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── storage.py
│   │   ├── sync.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_attrs.cpython-37.pyc
│   │   │   │   ├── test_convenience.cpython-37.pyc
│   │   │   │   ├── test_core.cpython-37.pyc
│   │   │   │   ├── test_creation.cpython-37.pyc
│   │   │   │   ├── test_filters.cpython-37.pyc
│   │   │   │   ├── test_hierarchy.cpython-37.pyc
│   │   │   │   ├── test_indexing.cpython-37.pyc
│   │   │   │   ├── test_info.cpython-37.pyc
│   │   │   │   ├── test_meta.cpython-37.pyc
│   │   │   │   ├── test_storage.cpython-37.pyc
│   │   │   │   ├── test_sync.cpython-37.pyc
│   │   │   │   ├── test_util.cpython-37.pyc
│   │   │   │   └── util.cpython-37.pyc
│   │   │   ├── test_attrs.py
│   │   │   ├── test_convenience.py
│   │   │   ├── test_core.py
│   │   │   ├── test_creation.py
│   │   │   ├── test_filters.py
│   │   │   ├── test_hierarchy.py
│   │   │   ├── test_indexing.py
│   │   │   ├── test_info.py
│   │   │   ├── test_meta.py
│   │   │   ├── test_storage.py
│   │   │   ├── test_sync.py
│   │   │   ├── test_util.py
│   │   │   └── util.py
│   │   ├── util.py
│   │   └── version.py
│   └── zarr-2.5.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 68 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment