Skip to content

Quickstart

Installation

You can install the current stable version of Metador from PyPI:

pip install metador-core

Getting Started

If you successfully installed the package, check out the tutorial notebooks.

These are intended to showcase what Metador has to offer and get you started with usage and development of your own schemas, widgets or other plugins.

To explore the notebooks interactively, clone this repo, install it, and then run:

pip install notebook
jupyter notebook ./docs/notebooks

You can use the metador-extension-cookiecutter template to generate a well-structured Python package repository that you can use to quickly get started with Metador plugin development.

Compatibility and Known Issues

Currently this package supports Python >=3.8.

We will try to support all still officially updated versions of Python, unless forced to drop it for technical reasons.