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

[mapchete.cli.commands]
create = mapchete.cli.default.create:create
execute = mapchete.cli.default.execute:execute
formats = mapchete.cli.default.formats:formats
index = mapchete.cli.default.index:index
processes = mapchete.cli.default.processes:processes
pyramid = mapchete.cli.default.pyramid:pyramid
serve = mapchete.cli.default.serve:serve

[mapchete.formats.drivers]
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]


