Metadata-Version: 2.1
Name: gcp-simple-pipeline
Version: 0.0.1
Summary: A simple GCP Python pipeline
Home-page: https://gcp-simple-pipeline.readthedocs.io/
Author: Alessandra Bilardi
Author-email: alessandra.bilardi@gmail.com
License: UNKNOWN
Project-URL: Source, https://github.com/bilardi/gcp-simple-pipeline
Project-URL: Bug Reports, https://github.com/bilardi/gcp-simple-pipeline/issues
Project-URL: Funding, https://donate.pypi.org
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/x-rst

Getting started
===============

GCP simple pipeline package is implemented for deploying a Continuous Deployment or Delivery system (CD) by GCP services.

You can use this simple pipeline for deploying your personal solution in 2 environments: staging and production.

It is part of the `educational repositories <https://github.com/pandle/materials>`_ to learn how to write stardard code and common uses of the TDD, CI and CD.

Prerequisites
#############

Coming soon.

Installation
############

Coming soon.

Change Log
##########

See `CHANGELOG.md <https://github.com/bilardi/gcp-simple-pipeline/blob/master/CHANGELOG.md>`_ for details.

License
#######

This package is released under the MIT license.  See `LICENSE <https://github.com/bilardi/gcp-simple-pipeline/blob/master/LICENSE>`_ for details.


