Initial units support

Add support for specifying units for a column in metadata.json and
rendering them on display using
[pint](https://pint.readthedocs.io/en/latest/).

ref #203
This commit is contained in:
Russ Garrett 2018-04-13 22:17:59 +01:00 committed by Simon Willison
commit ec6abc81e4
2 changed files with 20 additions and 4 deletions

View file

@ -28,6 +28,7 @@ setup(
'Sanic==0.7.0',
'Jinja2==2.10',
'hupper==1.0',
'pint==0.8.1'
],
entry_points='''
[console_scripts]