Skip to content

echemdb/autotag-metadata

Repository files navigation

test status

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.

basic_usage

It is possible to couple autotag-metadata with editors to exploit their advanced capabilities for verifying the metadata against a schema.

advanced_usage

Installation instructions

Detailed installation instructions can be found in our documentation.

Windows

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.

Terminal

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, else conda install pip or mamba 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.