Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jan 09:53
· 19 commits to main since this release

metacatalog

Management tool for the V-FOR-WaTer metadata database application. Although developed in and for the V-FOR-WaTer project, metacatalog is a standalone database application, that can be used on its own.

Docs

The full documentation is available at: https://vforwater.github.io/metacatalog

Installation description is given at: https://vforwater.github.io/metacatalog/home/install.html

Quickstart

Install metacatalog:

pip install metacatalog

The setup.py used on installing metacatalog installed a command line script which is also registered in the current anaconda environment (if used any).
You can get help about using the CLI with the following command:

metacatalog -h

For more extensive information, please refer to the documentation.

What's Changed

Full Changelog: v0.8.4...v0.9.0