Database for Automation and Consistent Holistic Synthesis
pip install dachs
You can also install the in-development version with:
pip install git+https://github.com/BAMresearch/DACHS.git@main
To invoke the command line interface for processing experimental log files to the DACHS hierarchical structure and to HDF5 output, run the following to show the usage help:
python -m dachs -h
https://BAMresearch.github.io/DACHS
See which tests are available (arguments after -- get passed to pytest which runs the tests):
tox -e py -- --co
Run a specific test only:
tox -e py -- -k <test_name from listing before>
For testing generation of the complete data structure in the local environment with stdout&stderr run:
tox -e py -- -k test_integral
Run all tests with:
tox -e py
Get the next version number and how the GIT history would be interpreted for that:
pip install python-semantic-release
semantic-release -v version --print
This prints its interpretation of the commits in detail. Make sure to supply the --print
argument to not raise the version number which is done automatically by the release job
of the GitHub Action Workflows.
Update the project configuration from the copier template and make sure the required packages are installed:
pip install copier jinja2-time
copier update --trust --skip-answered