- 01 Jun, 2022 1 commit
-
-
Simon Wacker authored
-
- 23 May, 2022 2 commits
-
-
Simon Wacker authored
Update set-up See merge request !1
-
Simon Wacker authored
Modernize everything, in particular, use Python virtual environments, use BuildKit to build Docker images, upgrade dependencies, install package in build step, use `.env` file to customize environment, and improve test markers
-
- 20 May, 2022 2 commits
-
-
Simon Wacker authored
-
Simon Wacker authored
Add step explaining how to add SSH key to GitLab and how to add it to the authentication agent `ssh-agent` (needed to clone repository via SSH which is done in the subsequent step)
-
- 12 May, 2022 1 commit
-
-
Simon Wacker authored
-
- 25 Apr, 2022 1 commit
-
-
Simon Wacker authored
Use pip and python version 3 explicitely, prefix paths with ./, and use `pytest` instead of `python3 -m pytest`
-
- 15 Feb, 2022 10 commits
-
-
Simon Wacker authored
-
Simon Wacker authored
-
Simon Wacker authored
Use the soon to be default import mode `importlib` (see https://docs.pytest.org/en/6.2.x/pythonpath.html#import-modes)
-
Simon Wacker authored
-
Simon Wacker authored
-
Simon Wacker authored
-
Simon Wacker authored
Install package in editable mode with pip (so that it can be imported properly without changing `sys.path`)
-
Simon Wacker authored
-
Simon Wacker authored
-
Simon Wacker authored
-
- 17 Jun, 2021 2 commits
-
-
Simon Wacker authored
-
Simon Wacker authored
-
- 25 Feb, 2020 6 commits
-
-
Simon Wacker authored
Say how to deactivate a virtual environment using the shell alias `deactivate` that is defined by the activate script
-
Simon Wacker authored
Use virtual environments in the installation process without Docker and tell how `requirements-development.txt` can be used to install the development tools easily
-
Simon Wacker authored
Put Python development tools that can be installed with pip in the file `requirements-development.txt`
-
Simon Wacker authored
-
Simon Wacker authored
-
Simon Wacker authored
-
- 21 Feb, 2020 14 commits
-
-
Simon Wacker authored
-
Simon Wacker authored
-
Simon Wacker authored
-
Simon Wacker authored
-
Simon Wacker authored
-
Simon Wacker authored
Add detailed explanations on how to set-up a working project envrionment with and without Docker, improve and expand the reading list, and explain the process of how to make code changes in detail
-
Simon Wacker authored
-
Simon Wacker authored
-
Simon Wacker authored
-
Simon Wacker authored
-
Simon Wacker authored
-
Simon Wacker authored
-
Simon Wacker authored
Add the module calculator with the two methods `raize` and `_hidden`, corresponding documentation, doctests and pytests
-
Simon Wacker authored
-
- 11 Feb, 2020 1 commit
-
-
Simon Wacker authored
-