This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Description
Replaces mapbox/mapbox-sdk-py#10.
We're developing a simple and easy to use CLI for the mapbox client module both as a service to customers and as a check on the usability of the module.
The CLI should be 99% about arg/opt definition and interoperation with other programs in the shell.
The CLI will have first class support for JSON and GeoJSON.
We'll rely on other programs like sed, awk, jq for finer parsing of responses from APIs at first, absorbing some of this when it makes sense.