.coveragerc
.gitignore
LICENSE
README.md
requirements.txt
run_test_local_env.sh
setup.cfg
setup.py
test_neo4j_compose.yml
test_neo4j_compose_apple_silicon.yml
test_requirements.txt
.github/workflows/build_documentation.yml
.github/workflows/deploy_package.yml
.github/workflows/run_test.yml
docs/Makefile
docs/basic_workflow.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/model.rst
docs/objects.rst
docs/requirements.txt
docs/serialize.rst
examples/ncbi_gene_mapping.py
graphio/__init__.py
graphio/defaults.py
graphio/helper.py
graphio/model.py
graphio/queries.py
graphio.egg-info/PKG-INFO
graphio.egg-info/SOURCES.txt
graphio.egg-info/dependency_links.txt
graphio.egg-info/not-zip-safe
graphio.egg-info/requires.txt
graphio.egg-info/top_level.txt
graphio/objects/__init__.py
graphio/objects/datacontainer.py
graphio/objects/nodeset.py
graphio/objects/relationshipset.py
graphio/transform/__init__.py
graphio/transform/tocsv.py
test/conftest.py
test/test_helper.py
test/test_model.py
test/test_queries.py
test/files/nodes_csv_json.csv
test/files/nodes_csv_json.json
test/files/rels_csv_json.csv
test/files/rels_csv_json.json
test/test_objects/test_nodeset.py
test/test_objects/test_relationshipset.py
test/test_objects/test_to_csv.py