Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 7, 2020 13:52
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/0577bccfcbf6510dd8e10c0e3e4b68b1 to your computer and use it in GitHub Desktop.
Save ryantm/0577bccfcbf6510dd8e10c0e3e4b68b1 to your computer and use it in GitHub Desktop.
/nix/store/vis3c11j8h8d3drp3x1dw507y3mhxg4m-python3.7-tiledb-0.5.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── tiledb
│   │   ├── array.py
│   │   ├── highlevel.py
│   │   ├── __init__.py
│   │   ├── libtiledb.cpython-37m-x86_64-linux-gnu.so
│   │   ├── multirange_indexing.py
│   │   ├── __pycache__
│   │   │   ├── array.cpython-37.pyc
│   │   │   ├── highlevel.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── multirange_indexing.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── tests
│   │   │   ├── all.py
│   │   │   ├── common.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── all.cpython-37.pyc
│   │   │   │   ├── common.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_dask.cpython-37.pyc
│   │   │   │   ├── test_domain_index.cpython-37.pyc
│   │   │   │   ├── test_examples.cpython-37.pyc
│   │   │   │   ├── test_libtiledb.cpython-37.pyc
│   │   │   │   ├── test_metadata.cpython-37.pyc
│   │   │   │   ├── test_multi_index.cpython-37.pyc
│   │   │   │   ├── test_pandas_dataframe.cpython-37.pyc
│   │   │   │   └── test_util.cpython-37.pyc
│   │   │   ├── test_dask.py
│   │   │   ├── test_domain_index.py
│   │   │   ├── test_examples.py
│   │   │   ├── test_libtiledb.py
│   │   │   ├── test_metadata.py
│   │   │   ├── test_multi_index.py
│   │   │   ├── test_pandas_dataframe.py
│   │   │   └── test_util.py
│   │   └── version.py
│   └── tiledb-0.5.3.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 40 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment