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
- Host: GitHub
- URL: https://github.com/machu-gwu/aws_codecommit-project
- Owner: MacHu-GWU
- License: mit
- Created: 2022-07-24T00:09:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T18:18:42.000Z (about 3 years ago)
- Last Synced: 2025-02-19T01:17:05.111Z (about 1 year ago)
- Topics: aws, cicd, codecommit, git, python, python3
- Language: Python
- Homepage:
- Size: 289 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
- Authors: AUTHORS.rst
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