Added --table and --fmt options for table output using tabulate

This commit is contained in:
Simon Willison 2019-02-23 22:45:17 -08:00
commit 6c3f5e6479
4 changed files with 101 additions and 13 deletions

View file

@ -22,7 +22,7 @@ setup(
version=VERSION,
license="Apache License, Version 2.0",
packages=find_packages(),
install_requires=["click", "click-default-group"],
install_requires=["click", "click-default-group", "tabulate"],
setup_requires=["pytest-runner"],
extras_require={"test": ["pytest", "black"]},
entry_points="""