Metadata-Version: 2.1
Name: amsterdam-schema-tools
Version: 0.0.2
Summary: Tools to work with Amsterdam schema.
Home-page: https://github.com/amsterdam/schema-tools
Author: Jan Murre
Author-email: jan.murre@catalyz.nl
License: MPL-2
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: geoalchemy2
Requires-Dist: psycopg2
Requires-Dist: click

# amsterdam-schema-tools

Set of libraries and tools to work with Amsterdam schema.

Install the package with: `pip install amsterdam-schema-tools`

Currently, the following cli commands are available:

    - schema fetch tablenames
    - schema create schema <dataset-id> <list-of-tablenames>

The tools expect either a DATABASE_URL environment variable or a command-line option `--db-url` with a DSN.

The output is a json-schema output according to the Amsterdam schemas definition for the tables that are being processed.


