Concoursetools 0.7.1 | Coderz Repository

concoursetools 0.7.1

Last updated:

0 purchases

concoursetools 0.7.1 Image
concoursetools 0.7.1 Images

Free

Languages

Categories

Add to Cart

Description:

concoursetools 0.7.1

A Python package for easily implementing Concourse resource types.
About
Concourse CI is an "open-source continuous thing-doer" designed to enable general automation with intuitive and re-usable components. Resources represent all external inputs and outputs to and from the pipeline, and many of these have been implemented in open source. In order to best leverage the Python ecosystem of open-source packages, Concourse Tools abstracts away the implementation details of Concourse resource types to allow users to focus on writing the code they want to run.
Installation
Install from GitHub, or from PyPI:
$ pip install concoursetools

Usage
Creating a Concourse resource type with Concourse Tools couldn't be simpler:

Create subclasses of concoursetools.version.Version and concoursetools.resource.ConcourseResource, taking care to implement any required functions.
Create a Dockerfile containing your requirements and calling your resource.
Upload the Docker image to a registry, and use it in your pipelines!

For more information, see the documentation.
Bugs and Contributions
Concourse Tools is in beta, and still under somewhat-active development. Contributions, fixes, suggestions and bug reports are all welcome: Please familiarise yourself with our contribution guidelines.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.