template-python-package

A template python package for testing pypi releases with azure pipelines


License
MIT
Install
pip install template-python-package==0.1.1

Documentation

Build Status codecov

Template Python Package

Welcome to template python package. This package is meant to test releasing a distribution in pypi and test pypi via azure pipelines from github.

This package can also be helpful starting point for setting up various CI tools like codecov, azure pipelines and travis as it relates to maintaining and testing a python package.

Motivations and Plans

Plans include (Subject to change):

  1. Document steps taken to publish a package
  2. Do a docker release
  3. Play with mkdocs to officially maintain a standard documentation on minimal steps to take while configuring CI, PyPi and Conda releases for a python packages