MANIFEST.in
README.md
setup.cfg
setup.py
versioneer.py
metagraph/__init__.py
metagraph/_version.py
metagraph/dask.py
metagraph/metagraph.yaml
metagraph.egg-info/PKG-INFO
metagraph.egg-info/SOURCES.txt
metagraph.egg-info/dependency_links.txt
metagraph.egg-info/entry_points.txt
metagraph.egg-info/requires.txt
metagraph.egg-info/top_level.txt
metagraph/core/__init__.py
metagraph/core/compiler.py
metagraph/core/dtypes.py
metagraph/core/entrypoints.py
metagraph/core/exceptions.py
metagraph/core/multiverify.py
metagraph/core/node_labels.py
metagraph/core/planning.py
metagraph/core/plugin.py
metagraph/core/plugin_registry.py
metagraph/core/resolver.py
metagraph/core/roundtrip.py
metagraph/core/typecache.py
metagraph/core/typing.py
metagraph/core/dask/__init__.py
metagraph/core/dask/placeholder.py
metagraph/core/dask/resolver.py
metagraph/core/dask/tasks.py
metagraph/core/dask/visualize.py
metagraph/explorer/__init__.py
metagraph/explorer/api.py
metagraph/explorer/service.py
metagraph/explorer/templates/app.html
metagraph/explorer/templates/page.html
metagraph/explorer/templates/shadow.css
metagraph/explorer/templates/shadow.html
metagraph/plugins/__init__.py
metagraph/plugins/core/__init__.py
metagraph/plugins/core/exceptions.py
metagraph/plugins/core/types.py
metagraph/plugins/core/wrappers.py
metagraph/plugins/core/algorithms/__init__.py
metagraph/plugins/core/algorithms/bipartite.py
metagraph/plugins/core/algorithms/centrality.py
metagraph/plugins/core/algorithms/clustering.py
metagraph/plugins/core/algorithms/embedding.py
metagraph/plugins/core/algorithms/flow.py
metagraph/plugins/core/algorithms/subgraph.py
metagraph/plugins/core/algorithms/traversal.py
metagraph/plugins/core/algorithms/utility.py
metagraph/plugins/graphblas/__init__.py
metagraph/plugins/graphblas/algorithms.py
metagraph/plugins/graphblas/translators.py
metagraph/plugins/graphblas/types.py
metagraph/plugins/networkx/__init__.py
metagraph/plugins/networkx/algorithms.py
metagraph/plugins/networkx/translators.py
metagraph/plugins/networkx/types.py
metagraph/plugins/numpy/__init__.py
metagraph/plugins/numpy/algorithms.py
metagraph/plugins/numpy/translators.py
metagraph/plugins/numpy/types.py
metagraph/plugins/pandas/__init__.py
metagraph/plugins/pandas/algorithms.py
metagraph/plugins/pandas/translators.py
metagraph/plugins/pandas/types.py
metagraph/plugins/python/__init__.py
metagraph/plugins/python/algorithms.py
metagraph/plugins/python/translators.py
metagraph/plugins/python/types.py
metagraph/plugins/scipy/__init__.py
metagraph/plugins/scipy/algorithms.py
metagraph/plugins/scipy/translators.py
metagraph/plugins/scipy/types.py
metagraph/tests/__init__.py
metagraph/tests/__main__.py
metagraph/tests/conftest.py
metagraph/tests/test_config.py
metagraph/tests/test_dask.py
metagraph/tests/test_dask_visualize.py
metagraph/tests/test_dtypes.py
metagraph/tests/test_entrypoints.py
metagraph/tests/test_explorer.py
metagraph/tests/test_multiverify.py
metagraph/tests/test_node_labels.py
metagraph/tests/test_plugin.py
metagraph/tests/test_registry.py
metagraph/tests/test_resolver.py
metagraph/tests/test_resolver_planning.py
metagraph/tests/test_roundtrip.py
metagraph/tests/test_toplevel.py
metagraph/tests/test_typecache.py
metagraph/tests/test_types.py
metagraph/tests/test_typing.py
metagraph/tests/util.py
metagraph/tests/algorithms/__init__.py
metagraph/tests/algorithms/test_bipartite.py
metagraph/tests/algorithms/test_centrality.py
metagraph/tests/algorithms/test_clustering.py
metagraph/tests/algorithms/test_embedding.py
metagraph/tests/algorithms/test_flow.py
metagraph/tests/algorithms/test_subgraph.py
metagraph/tests/algorithms/test_traversal.py
metagraph/tests/algorithms/test_utility.py
metagraph/tests/bad_site_dir/__init__.py
metagraph/tests/bad_site_dir/bad_plugin.py
metagraph/tests/bad_site_dir/bad_plugin-1.0.0.dist-info/entry_points.txt
metagraph/tests/bad_site_dir2/__init__.py
metagraph/tests/bad_site_dir2/bad_plugin-1.0.0.dist-info/entry_points.txt
metagraph/tests/compiler/__init__.py
metagraph/tests/compiler/test_compile.py
metagraph/tests/compiler/test_plugin.py
metagraph/tests/compiler/test_subgraphs.py
metagraph/tests/plugins/__init__.py
metagraph/tests/site_dir/__init__.py
metagraph/tests/site_dir/plugin1.py
metagraph/tests/site_dir/plugin1-1.0.0.dist-info/entry_points.txt
metagraph/tests/translators/__init__.py
metagraph/tests/translators/test_bipartite.py
metagraph/tests/translators/test_dataframe.py
metagraph/tests/translators/test_edgemap.py
metagraph/tests/translators/test_edgeset.py
metagraph/tests/translators/test_graph.py
metagraph/tests/translators/test_matrix.py
metagraph/tests/translators/test_node_map.py
metagraph/tests/translators/test_node_set.py
metagraph/tests/translators/test_vector.py
metagraph/tests/types/__init__.py
metagraph/tests/types/test_bipartite.py
metagraph/tests/types/test_dataframe.py
metagraph/tests/types/test_edges.py
metagraph/tests/types/test_graph.py
metagraph/tests/types/test_matrix.py
metagraph/tests/types/test_nodes.py
metagraph/tests/types/test_vector.py