AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/Makefile
docs/adding-a-domain.md
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/fraud-generation.md
docs/history.rst
docs/how-it-works.md
docs/index.rst
docs/installation.rst
docs/make.bat
docs/methods.md
docs/quickstart.rst
docs/readme.rst
docs/usage.rst
docs/design/synthetic-at-scale.md
graphfaker/__init__.py
graphfaker/cli.py
graphfaker/core.py
graphfaker/corpus.py
graphfaker/enums.py
graphfaker/export.py
graphfaker/logger.py
graphfaker/metrics.py
graphfaker/resolve.py
graphfaker/utils.py
graphfaker.egg-info/PKG-INFO
graphfaker.egg-info/SOURCES.txt
graphfaker.egg-info/dependency_links.txt
graphfaker.egg-info/entry_points.txt
graphfaker.egg-info/requires.txt
graphfaker.egg-info/top_level.txt
graphfaker/backends/__init__.py
graphfaker/backends/tables.py
graphfaker/domains/__init__.py
graphfaker/domains/registry.py
graphfaker/domains/social.py
graphfaker/domains/fraud/__init__.py
graphfaker/domains/fraud/config.py
graphfaker/domains/fraud/entities.py
graphfaker/domains/fraud/evaluate.py
graphfaker/domains/fraud/generate.py
graphfaker/domains/fraud/hardness.py
graphfaker/domains/fraud/process.py
graphfaker/domains/fraud/typologies.py
graphfaker/engine/__init__.py
graphfaker/engine/run.py
graphfaker/engine/sampling.py
graphfaker/engine/seeding.py
graphfaker/engine/topology.py
graphfaker/fetchers/flights.py
graphfaker/fetchers/osm.py
graphfaker/fetchers/wiki.py
graphfaker/schema/__init__.py
graphfaker/schema/graph.py
graphfaker/schema/samplers.py
graphfaker/schema/topology.py
graphfaker/sinks/__init__.py
graphfaker/sinks/gen_fraud_graph.py
graphfaker/sinks/ladybug.py
graphfaker/sinks/neo4j.py
tests/__init__.py
tests/test_cli.py
tests/test_corpus.py
tests/test_domains.py
tests/test_engine.py
tests/test_export.py
tests/test_fetchers_flights.py
tests/test_fetchers_wiki.py
tests/test_fraud.py
tests/test_graph_from_source_faker.py
tests/test_graph_from_source_osm.py
tests/test_resolve.py
tests/test_schema.py
tests/test_seed.py
tests/test_sinks.py
tests/test_topology.py