[console_scripts]
mapchete = mapchete.cli.mapchete:main
mpath = mapchete.cli.mpath:mpath

[mapchete.cli.commands]
convert = mapchete.cli.mapchete.convert:convert
cp = mapchete.cli.mapchete.cp:cp
create = mapchete.cli.mapchete.create:create
execute = mapchete.cli.mapchete.execute:execute
formats = mapchete.cli.mapchete.formats:formats
index = mapchete.cli.mapchete.index:index
processes = mapchete.cli.mapchete.processes:processes
rm = mapchete.cli.mapchete.rm:rm
serve = mapchete.cli.mapchete.serve:serve
show-env = mapchete.cli.mapchete.show_env:show_env
stac = mapchete.cli.mapchete.stac:stac

[mapchete.cli.mpath_commands]
cp = mapchete.cli.mpath.cp:cp
exists = mapchete.cli.mpath.exists:exists
ls = mapchete.cli.mpath.ls:ls
read_json = mapchete.cli.mpath.read_json:read_json
read_text = mapchete.cli.mpath.read_text:read_text
read_yaml = mapchete.cli.mpath.read_yaml:read_yaml
rm = mapchete.cli.mpath.rm:rm
sync = mapchete.cli.mpath.sync:sync

[mapchete.formats.drivers]
flatgeobuf = mapchete.formats.default.flatgeobuf
geojson = mapchete.formats.default.geojson
gtiff = mapchete.formats.default.gtiff
mapchete_input = mapchete.formats.default.mapchete_input
png = mapchete.formats.default.png
png_hillshade = mapchete.formats.default.png_hillshade
raster_file = mapchete.formats.default.raster_file
tile_directory = mapchete.formats.default.tile_directory
vector_file = mapchete.formats.default.vector_file

[mapchete.processes]
contours = mapchete.processes.contours
convert = mapchete.processes.convert
example_process = mapchete.processes.examples.example_process
hillshade = mapchete.processes.hillshade
