autotag-metadata is a lightweight tool that creates metadata files for newly created files in the filesystem. A common example is the creation of measurement files during an experiment, for which you would like to store additional information. The content of the newly stored metadata file is based on an input file.
It is possible to couple autotag-metadata with editors to exploit their advanced capabilities for verifying the metadata against a schema.
Detailed installation instructions can be found in our documentation.
The latest installer and/or executable can be found in the release section.
Launch the program from the start menu.
Multiple instances of the program can be launched to watch different folders for file creations.
Requirements
- Windows: A terminal such as Git Bash.
- All: Download and install the appropriate miniconda package or micromamba package for your platform.
- All: Check if
pip
is installed, elseconda install pip
ormamba install pip
.
Installation
Open a terminal and execute (Windows: right click on a folder and choose Git Bash
from the context menu.)
pip install git+https://github.com/echemdb/autotag-metadata
Windows: Create an icon in the start menu
desktop-app install autotag_metadata
Starting Autotag-Metadata
python -m autotag_metadata
Multiple instances of the program can be launched to watch different folders for file creations.