LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
earthmover/VERSION.txt
earthmover/__init__.py
earthmover/__main__.py
earthmover/earthmover.py
earthmover/error_handler.py
earthmover/graph.py
earthmover/init.py
earthmover/package.py
earthmover/runs_file.py
earthmover/util.py
earthmover/yaml_parser.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/include/starter_project/README.md
earthmover/include/starter_project/earthmover.yaml
earthmover/nodes/__init__.py
earthmover/nodes/destination.py
earthmover/nodes/node.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/operation.py
earthmover/operations/row.py
earthmover/tests/earthmover.yaml
earthmover/tests/expected/animals.jsonl
earthmover/tests/expected/big_cats.jsonl
earthmover/tests/expected/cities_code_stats.jsonl
earthmover/tests/expected/cities_weather.jsonl
earthmover/tests/expected/families.jsonl
earthmover/tests/expected/melt_basic_output.jsonl
earthmover/tests/expected/melt_no_id_vars_output.jsonl
earthmover/tests/expected/melt_no_value_vars_output.jsonl
earthmover/tests/expected/melt_pivot_roundtrip_output.jsonl
earthmover/tests/expected/melt_single_vars_output.jsonl
earthmover/tests/expected/pivot_basic_output.jsonl
earthmover/tests/expected/species_count_by_zoo.jsonl
earthmover/tests/expected/total_of_each_species.jsonl
earthmover/tests/expected/wildcards.jsonl
earthmover/tests/expected/zoo_count_by_species.jsonl
earthmover/tests/expected/zoo_count_by_year_founded.jsonl
earthmover/tests/outputs/animals.jsonl
earthmover/tests/outputs/big_cats.jsonl
earthmover/tests/outputs/cities_code_stats.jsonl
earthmover/tests/outputs/cities_weather.jsonl
earthmover/tests/outputs/families.jsonl
earthmover/tests/outputs/species_count_by_zoo.jsonl
earthmover/tests/outputs/total_of_each_species.jsonl
earthmover/tests/outputs/wildcards.jsonl
earthmover/tests/outputs/zoo_count_by_species.jsonl
earthmover/tests/outputs/zoo_count_by_year_founded.jsonl
earthmover/tests/sources/birds.csv
earthmover/tests/sources/cities.jsonl
earthmover/tests/sources/fishes.csv
earthmover/tests/sources/inventories.csv
earthmover/tests/sources/mammals.csv
earthmover/tests/sources/reptiles.csv
earthmover/tests/sources/wildcards.csv
earthmover/tests/sources/zoos.csv
earthmover/tests/templates/animal.jsont
earthmover/tests/templates/cats.jsont
earthmover/tests/templates/count.jsont
earthmover/tests/templates/families.jsont
earthmover/tests/templates/verbatim.jsont