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).
We use uv to manage the virtual environment and dependencies. To install the project, make sure you have uv installed.
Then, follow these steps:
- Create a virtual environment with
uv venv
- Activate the virtual environment with
source .venv/bin/activate
(Linux/macOS) or.venv\Scripts\activate
(Windows) - Install the project with
uv pip install -e .
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.