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
- Refactored Config management by @mmaelicke in #305
Full Changelog: v0.8.4...v0.9.0