Skip to content

An attempt to make a python package in a workshop environment.

License

Notifications You must be signed in to change notification settings

mmcleod89/python-package-template-test

Repository files navigation

Python Package Template Test

pre-commit Tests status Linting status Documentation status License

An attempt to make a python package in a workshop environment.

This project is developed in collaboration with the Centre for Advanced Research Computing, University College London.

About

Project Team

Michael Alexander McLeod ([email protected])

Research Software Engineering Contact

Centre for Advanced Research Computing, University College London ([email protected])

Built With

Getting Started

Prerequisites

python-package-template-test requires Python 3.10–3.12.

Installation

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-package-template-test using pip in the currently active environment run

pip install git+https://github.com/mmcleod89/python-package-template-test.git

Alternatively create a local clone of the repository with

git clone https://github.com/mmcleod89/python-package-template-test.git

and then install in editable mode by running

pip install -e .

Running Locally

How to run the application on your local system.

Running Tests

Tests can be run across all compatible Python versions in isolated environments using tox by running

tox

To run tests manually in a Python environment with pytest installed run

pytest tests

again from the root of the repository.

Building Documentation

The MkDocs HTML documentation can be built locally by running

tox -e docs

from 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

Roadmap

  • Initial Research
  • Minimum viable product <-- You are Here
  • Alpha Release
  • Feature-Complete Release

Acknowledgements

This work was funded by a grant from the N/A.

About

An attempt to make a python package in a workshop environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages