Vizzuality / LMIPy

Layer manager interface for Python
MIT License
2 stars 2 forks source link

Feat/validator exe #86

Open 01painadam opened 4 years ago

01painadam commented 4 years ago

Overview

Adds proof of concept for a simple table validator available via the command line.

usage: LMIPy [-h] [-p PATH] [-i ID] [-s SLUG] [-v [VERBOSE]] {validate_table}

positional arguments:
  {validate_table}      function to run

optional arguments:
  -h, --help            show this help message and exit
  -p PATH, --path PATH  relative path of ids_json
  -i ID, --id ID        entity id
  -s SLUG, --slug SLUG  entity slug for determining type
  -v [VERBOSE], --verbose [VERBOSE]
                        activate verbose mode

To do