LICENSE
MANIFEST.in
README.md
VERSION.txt
requirements.txt
setup.py
earthmover/__init__.py
earthmover/__main__.py
earthmover/earthmover.py
earthmover/error_handler.py
earthmover/graph.py
earthmover/node.py
earthmover/runs_file.py
earthmover/util.py
earthmover.egg-info/PKG-INFO
earthmover.egg-info/SOURCES.txt
earthmover.egg-info/dependency_links.txt
earthmover.egg-info/entry_points.txt
earthmover.egg-info/requires.txt
earthmover.egg-info/top_level.txt
earthmover/nodes/__init__.py
earthmover/nodes/destination.py
earthmover/nodes/operation.py
earthmover/nodes/source.py
earthmover/nodes/transformation.py
earthmover/operations/__init__.py
earthmover/operations/column.py
earthmover/operations/dataframe.py
earthmover/operations/groupby.py
earthmover/operations/row.py
earthmover/tests/earthmover.yaml
earthmover/tests/expected/animals.jsonl
earthmover/tests/expected/big_cats.jsonl
earthmover/tests/expected/species_count_by_zoo.jsonl
earthmover/tests/expected/total_of_each_species.jsonl
earthmover/tests/expected/zoo_count_by_species.jsonl
earthmover/tests/expected/zoo_count_by_year_founded.jsonl
earthmover/tests/sources/birds.csv
earthmover/tests/sources/fishes.csv
earthmover/tests/sources/inventories.csv
earthmover/tests/sources/mammals.csv
earthmover/tests/sources/reptiles.csv
earthmover/tests/sources/zoos.csv
earthmover/tests/templates/animal.jsont
earthmover/tests/templates/cats.jsont
earthmover/tests/templates/count.jsont