Skip to content

lang-m/blaupause

Repository files navigation

Blaupause - Python package template

Martin Lang1 and Marijan Beg1

1 Faculty of Engineering and Physical Sciences, University of Southampton, Southampton SO17 1BJ, United Kingdom

Description Badge
Builds Build status
Build Status
Coverage codecov
Documentation Documentation Status
Binder Binder
License License
DOI DOI

About

A sample Python-based package that can be used a tutorial for setting up a project.

Demonstrated are:

  • Testing with pytest/doctests
  • continuous integration
    • Travis
    • Appveyor
    • soon: GitHub actions
  • code coverage
  • docker
  • make files
  • packaging
  • documentation
  • licensing

It is available on Windows, MacOS, and Linux. It requires Python 3.8+.

Documentation

APIs and tutorials are available in documentation. To access them, use the documentation badge in the table above.

Installation, testing, and upgrade

We recommend installation using conda package manager. Instructions can be found in the documentation.

Binder

This package can be used in the cloud via Binder. To access Binder, use the Binder badge in the table above.

Support

If you require support, have questions, want to report a bug, or want to suggest an improvement, please raise an issue in this repository.

License

Licensed under the BSD 3-Clause "New" or "Revised" License. For details, please refer to the LICENSE file.

How to cite

Please cite this package as:

Martin Lang and Marijan Beg. Blaupause - Python package template. Zenodo. DOI: 10.5281/zenodo.4327500 (2020).

Acknowledgements