A cookiecutter package with UCL ARC recommendations.
This project is developed in collaboration with the Centre for Advanced Research Computing, University College London.
Christopher Bendkowski (christopher.bendkowski@ucl.ac.uk)
Centre for Advanced Research Computing, University College London (arc.collaborations@ucl.ac.uk)
python-template requires Python 3.13.
We recommend installing in a project specific virtual environment created using
a environment management tool such as
Conda. To install the latest
development version of python-template using pip in the currently active
environment run
pip install git+https://github.com/ctbend/python-template.gitAlternatively create a local clone of the repository with
git clone https://github.com/ctbend/python-template.gitand then install in editable mode by running
pip install -e .How to run the application on your local system.
Tests can be run across all compatible Python versions in isolated environments
using tox by running
toxTo run tests manually in a Python environment with pytest installed run
pytest testsagain from the root of the repository.
The MkDocs HTML documentation can be built locally by running
tox -e docsfrom the root of the repository. The built documentation will be written to
site.
Alternatively to build and preview the documentation locally, in a Python
environment with the optional docs dependencies installed, run
mkdocs serve- Initial Research
- Minimum viable product <-- You are Here
- Alpha Release
- Feature-Complete Release