.. 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#files
Welcome 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
Raw data
{
"_id": null,
"home_page": "https://github.com/MacHu-GWU/aws_codebuild-project",
"name": "aws-codebuild",
"maintainer": "Unknown",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Sanhe Hu",
"author_email": "husanhe@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/5b/0a/01e4669e1a39ae2af22ea9c4c81e3e3315544720ef0ce6e1bf42d91448c1/aws_codebuild-1.2.1.tar.gz",
"platform": "Windows",
"description": "\n.. image:: https://readthedocs.org/projects/aws_codebuild/badge/?version=latest\n :target: https://aws_codebuild.readthedocs.io/index.html\n :alt: Documentation Status\n\n.. image:: https://github.com/MacHu-GWU/aws_codebuild-project/workflows/CI/badge.svg\n :target: https://github.com/MacHu-GWU/aws_codebuild-project/actions?query=workflow:CI\n\n.. image:: https://codecov.io/gh/MacHu-GWU/aws_codebuild-project/branch/main/graph/badge.svg\n :target: https://codecov.io/gh/MacHu-GWU/aws_codebuild-project\n\n.. image:: https://img.shields.io/pypi/v/aws_codebuild.svg\n :target: https://pypi.python.org/pypi/aws_codebuild\n\n.. image:: https://img.shields.io/pypi/l/aws_codebuild.svg\n :target: https://pypi.python.org/pypi/aws_codebuild\n\n.. image:: https://img.shields.io/pypi/pyversions/aws_codebuild.svg\n :target: https://pypi.python.org/pypi/aws_codebuild\n\n.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social\n :target: https://github.com/MacHu-GWU/aws_codebuild-project\n\n------\n\n\n.. image:: https://img.shields.io/badge/Link-Document-blue.svg\n :target: https://aws_codebuild.readthedocs.io/index.html\n\n.. image:: https://img.shields.io/badge/Link-API-blue.svg\n :target: https://aws_codebuild.readthedocs.io/py-modindex.html\n\n.. image:: https://img.shields.io/badge/Link-Source_Code-blue.svg\n :target: https://aws_codebuild.readthedocs.io/py-modindex.html\n\n.. image:: https://img.shields.io/badge/Link-Install-blue.svg\n :target: `install`_\n\n.. image:: https://img.shields.io/badge/Link-GitHub-blue.svg\n :target: https://github.com/MacHu-GWU/aws_codebuild-project\n\n.. image:: https://img.shields.io/badge/Link-Submit_Issue-blue.svg\n :target: https://github.com/MacHu-GWU/aws_codebuild-project/issues\n\n.. image:: https://img.shields.io/badge/Link-Request_Feature-blue.svg\n :target: https://github.com/MacHu-GWU/aws_codebuild-project/issues\n\n.. image:: https://img.shields.io/badge/Link-Download-blue.svg\n :target: https://pypi.org/pypi/aws_codebuild#files\n\n\nWelcome to ``aws_codebuild`` Documentation\n==============================================================================\n**Feature**:\n\n- ``aws_codebuild.CodeBuildEventTypeEnum``: codebuild trigger event type enumeration\n- ``aws_codebuild.CodeBuildEvent``: codebuild trigger event data class\n- ``aws_codebuild.BuildJobRun``: build job run data class\n- ``aws_codebuild.start_build``: better boto3 start_build API\n- ``aws_codebuild.start_build_batch``: better boto3 start_build_batch API\n- ``aws_codebuild.BuiltinEnvVar``: built in build job run environment variable accessor\n\n\n.. _install:\n\nInstall\n------------------------------------------------------------------------------\n\n``aws_codebuild`` is released on PyPI, so all you need is:\n\n.. code-block:: console\n\n $ pip install aws_codebuild\n\nTo upgrade to latest version:\n\n.. code-block:: console\n\n $ pip install --upgrade aws_codebuild\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "empower AWS CodeBuild.",
"version": "1.2.1",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "b95d771ce67956cf00bfd3236dab2099",
"sha256": "95a4159d4d4481be1209690b6e73cd47bdd9dd1e0a7d4d76ed0a54f86734ae7c"
},
"downloads": -1,
"filename": "aws_codebuild-1.2.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "b95d771ce67956cf00bfd3236dab2099",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 13856,
"upload_time": "2022-12-11T17:49:34",
"upload_time_iso_8601": "2022-12-11T17:49:34.924843Z",
"url": "https://files.pythonhosted.org/packages/e2/c0/9b9f2f0a176f136673d28b7d2377634f65cacca27b4d7b7a3d1b362cfd2f/aws_codebuild-1.2.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "d48b689f234b6df7fa7b2ffadf232ade",
"sha256": "767f0359854cb317e5fc507057c6b129979e042bc424718161709d2e6c97deaa"
},
"downloads": -1,
"filename": "aws_codebuild-1.2.1.tar.gz",
"has_sig": false,
"md5_digest": "d48b689f234b6df7fa7b2ffadf232ade",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 14549,
"upload_time": "2022-12-11T17:49:36",
"upload_time_iso_8601": "2022-12-11T17:49:36.332404Z",
"url": "https://files.pythonhosted.org/packages/5b/0a/01e4669e1a39ae2af22ea9c4c81e3e3315544720ef0ce6e1bf42d91448c1/aws_codebuild-1.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-11 17:49:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "MacHu-GWU",
"github_project": "aws_codebuild-project",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [
{
"name": "cached-property",
"specs": [
[
">=",
"1.5.2"
]
]
},
{
"name": "dataclasses",
"specs": [
[
">=",
"0.8"
]
]
},
{
"name": "boto-session-manager",
"specs": [
[
">=",
"1.3.1"
]
]
}
],
"tox": true,
"lcname": "aws-codebuild"
}