/sample-python

A collection of Python based sample code

Primary LanguagePythonApache License 2.0Apache-2.0

sample-python

A collection of Python based sample code.

Overview

This repository host minimal assets for the Python programming language.

Structure

This repository consists of multiple directories, each directory is intended to work with a particular set of tools that are currently supported in Shipwright/Build.

/docker-build

Assets with a Dockerfile, which indicates how to compile the specified source file. This asset is intended to work with tools like BuildKit, Kaniko, or Buildah.

/source-build

Assets with pure source code, without any knowledge about Docker. This asset is intended to work with Buildpacks, like the Paketo or Heroku implementation.