An open API service indexing awesome lists of open source software.

https://github.com/machu-gwu/aws_codecommit-project

empower AWS CodeCommit
https://github.com/machu-gwu/aws_codecommit-project

aws cicd codecommit git python python3

Last synced: 9 days ago
JSON representation

empower AWS CodeCommit

Awesome Lists containing this project

README

          

.. .. image:: https://readthedocs.org/projects/aws_codecommit/badge/?version=latest
:target: https://aws_codecommit.readthedocs.io/index.html
:alt: Documentation Status

.. image:: https://github.com/MacHu-GWU/aws_codecommit-project/workflows/CI/badge.svg
:target: https://github.com/MacHu-GWU/aws_codecommit-project/actions?query=workflow:CI

.. image:: https://codecov.io/gh/MacHu-GWU/aws_codecommit-project/branch/main/graph/badge.svg
:target: https://codecov.io/gh/MacHu-GWU/aws_codecommit-project

.. image:: https://img.shields.io/pypi/v/aws_codecommit.svg
:target: https://pypi.python.org/pypi/aws_codecommit

.. image:: https://img.shields.io/pypi/l/aws_codecommit.svg
:target: https://pypi.python.org/pypi/aws_codecommit

.. image:: https://img.shields.io/pypi/pyversions/aws_codecommit.svg
:target: https://pypi.python.org/pypi/aws_codecommit

.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
:target: https://github.com/MacHu-GWU/aws_codecommit-project

------

.. .. image:: https://img.shields.io/badge/Link-Document-blue.svg
:target: https://aws_codecommit.readthedocs.io/index.html

.. .. image:: https://img.shields.io/badge/Link-API-blue.svg
:target: https://aws_codecommit.readthedocs.io/py-modindex.html

.. .. image:: https://img.shields.io/badge/Link-Source_Code-blue.svg
:target: https://aws_codecommit.readthedocs.io/py-modindex.html

.. image:: https://img.shields.io/badge/Link-Install-blue.svg
:target: `install`_

.. image:: https://img.shields.io/badge/Link-GitHub-blue.svg
:target: https://github.com/MacHu-GWU/aws_codecommit-project

.. image:: https://img.shields.io/badge/Link-Submit_Issue-blue.svg
:target: https://github.com/MacHu-GWU/aws_codecommit-project/issues

.. image:: https://img.shields.io/badge/Link-Request_Feature-blue.svg
:target: https://github.com/MacHu-GWU/aws_codecommit-project/issues

.. image:: https://img.shields.io/badge/Link-Download-blue.svg
:target: https://pypi.org/pypi/aws_codecommit#files

Welcome to ``aws_codecommit`` Documentation
==============================================================================
``aws_codecommit`` aim to extract more potential from AWS CodeCommit. ``aws_codecommit`` library is the foundation to bring `GitHub Action Trigger `_, `CircleCI Workflow Trigger `_, `Jenkins Multi branch trigger `_, `GitLab Pipeline Trigger `_ into AWS CodeCommit, and give you the flexibility to create more advanced custom trigger.

I created `one-click deployable, extentible CI/CD solution `_ using AWS CodeCommit and AWS CodeBuild on top of ``aws_codecommit``.

Features:

- `Semantic commit parser `_
- `Semantic branch parser `_
- `Codecommit notification event parser `_
- better codecommit boto API

.. _install:

Install
------------------------------------------------------------------------------

``aws_codecommit`` is released on PyPI, so all you need is:

.. code-block:: console

$ pip install aws_codecommit

To upgrade to latest version:

.. code-block:: console

$ pip install --upgrade aws_codecommit