This Project contains an example python package for the Advanced Reproducibility Workshop (OSIS).
Hi there! Here is the right place for a brief introduction to the project. The Documentation is available here.
The random project logo was created with Stable Diffusion 2 (Rombach et al., 2022).
- Setup a virtual environment with
python -m venv venv
- Activate the virtual environment with
source venv/bin/activate
- Install the project with poetry
poetry install
(Have poetry installed)
Populate this section with instructions on how to use the project.
- Install pre-commit hooks with
pre-commit install
- Run tests with
unittest
withpython -m unittest discover -s tests
Populate this section with guidelines on how to contribute to the project.
If you use this project, please cite it as follows:
@misc{osisPyRepr2024,
author = {Emanuel Sommer and Tobias Weber and Lisa Wimmer},
title = {Advanced Reproducibility Workshop - Python Package Template},
year = {2024},
}
This project is licensed under the MIT License - see the LICENSE file for details.