Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/machu-gwu/aws_codebuild-project
empower AWS CodeBuild
https://github.com/machu-gwu/aws_codebuild-project
aws cicd codebuild python
Last synced: 3 days ago
JSON representation
empower AWS CodeBuild
- Host: GitHub
- URL: https://github.com/machu-gwu/aws_codebuild-project
- Owner: MacHu-GWU
- License: mit
- Created: 2022-07-24T04:46:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T17:48:49.000Z (about 2 years ago)
- Last Synced: 2024-08-08T17:43:16.274Z (6 months ago)
- Topics: aws, cicd, codebuild, python
- Language: Python
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
.. image:: https://readthedocs.org/projects/aws_codebuild/badge/?version=latest
:target: https://aws_codebuild.readthedocs.io/index.html
:alt: Documentation Status.. image:: https://github.com/MacHu-GWU/aws_codebuild-project/workflows/CI/badge.svg
:target: https://github.com/MacHu-GWU/aws_codebuild-project/actions?query=workflow:CI.. image:: https://codecov.io/gh/MacHu-GWU/aws_codebuild-project/branch/main/graph/badge.svg
:target: https://codecov.io/gh/MacHu-GWU/aws_codebuild-project.. image:: https://img.shields.io/pypi/v/aws_codebuild.svg
:target: https://pypi.python.org/pypi/aws_codebuild.. image:: https://img.shields.io/pypi/l/aws_codebuild.svg
:target: https://pypi.python.org/pypi/aws_codebuild.. image:: https://img.shields.io/pypi/pyversions/aws_codebuild.svg
:target: https://pypi.python.org/pypi/aws_codebuild.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
:target: https://github.com/MacHu-GWU/aws_codebuild-project------
.. image:: https://img.shields.io/badge/Link-Document-blue.svg
:target: https://aws_codebuild.readthedocs.io/index.html.. image:: https://img.shields.io/badge/Link-API-blue.svg
:target: https://aws_codebuild.readthedocs.io/py-modindex.html.. image:: https://img.shields.io/badge/Link-Source_Code-blue.svg
:target: https://aws_codebuild.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_codebuild-project.. image:: https://img.shields.io/badge/Link-Submit_Issue-blue.svg
:target: https://github.com/MacHu-GWU/aws_codebuild-project/issues.. image:: https://img.shields.io/badge/Link-Request_Feature-blue.svg
:target: https://github.com/MacHu-GWU/aws_codebuild-project/issues.. image:: https://img.shields.io/badge/Link-Download-blue.svg
:target: https://pypi.org/pypi/aws_codebuild#filesWelcome to ``aws_codebuild`` Documentation
==============================================================================
**Feature**:- ``aws_codebuild.CodeBuildEventTypeEnum``: codebuild trigger event type enumeration
- ``aws_codebuild.CodeBuildEvent``: codebuild trigger event data class
- ``aws_codebuild.BuildJobRun``: build job run data class
- ``aws_codebuild.start_build``: better boto3 start_build API
- ``aws_codebuild.start_build_batch``: better boto3 start_build_batch API
- ``aws_codebuild.BuiltinEnvVar``: built in build job run environment variable accessor.. _install:
Install
------------------------------------------------------------------------------``aws_codebuild`` is released on PyPI, so all you need is:
.. code-block:: console
$ pip install aws_codebuild
To upgrade to latest version:
.. code-block:: console
$ pip install --upgrade aws_codebuild