Metadata-Version: 2.1
Name: excel2meta-interface
Version: 0.1.29
Summary: Example how to use an Excel as input for the metadata interfaces
Home-page: https://github.com/jacbeekers/excel2meta-interface
Author: Jac. Beekers
Author-email: beekersjac@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: jsonschema
Requires-Dist: openpyxl
Requires-Dist: jinja2
Requires-Dist: informatica-edc-rest-api-samples (>=0.3.80)

# excel2meta-interface
Convert Excel input for metadata interfaces

## Run
to-do

## Contribute

* Clone this repository
* run the following to get the referenced git repositories
    ```shell
    git submodule init
    git submodule update
    ```

