------------------
- Refactoring: new ``normalize_input`` and ``iter_lines`` functions for
use in the CLI (58).
- Refactoring: the coarse ``try/except`` blocks have been removed from within
CLI subcommands, ``sys.exit`` calls are removed, and ``sys.stdout.write``
calls have been replaced by ``click.echo`` (58).
- Refactoring: many PEP 8 changes and new tests to bring the project to 100%
coverage (58).
- New feature: functions and subcommand for converting between tiles and
quadkeys (50, 51, 56, 57).
- Bug fix: correct output when a point is given to mercantile-tiles (48, 49).
- Bug fix: more consistent interface for tile arguments (53).