.. .. 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.
Features:
- semantic commit
- semantic branch
- 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
Raw data
{
"_id": null,
"home_page": "https://github.com/MacHu-GWU/aws_codecommit-project",
"name": "aws-codecommit",
"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/eb/85/196b59a72d87016a2fd882c5db3839450d5a1ad152d650dfb6ad349d1d39/aws_codecommit-1.3.3.tar.gz",
"platform": "Windows",
"description": "\n.. .. image:: https://readthedocs.org/projects/aws_codecommit/badge/?version=latest\n :target: https://aws_codecommit.readthedocs.io/index.html\n :alt: Documentation Status\n\n.. image:: https://github.com/MacHu-GWU/aws_codecommit-project/workflows/CI/badge.svg\n :target: https://github.com/MacHu-GWU/aws_codecommit-project/actions?query=workflow:CI\n\n.. image:: https://codecov.io/gh/MacHu-GWU/aws_codecommit-project/branch/main/graph/badge.svg\n :target: https://codecov.io/gh/MacHu-GWU/aws_codecommit-project\n\n.. image:: https://img.shields.io/pypi/v/aws_codecommit.svg\n :target: https://pypi.python.org/pypi/aws_codecommit\n\n.. image:: https://img.shields.io/pypi/l/aws_codecommit.svg\n :target: https://pypi.python.org/pypi/aws_codecommit\n\n.. image:: https://img.shields.io/pypi/pyversions/aws_codecommit.svg\n :target: https://pypi.python.org/pypi/aws_codecommit\n\n.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social\n :target: https://github.com/MacHu-GWU/aws_codecommit-project\n\n------\n\n.. .. image:: https://img.shields.io/badge/Link-Document-blue.svg\n :target: https://aws_codecommit.readthedocs.io/index.html\n\n.. .. image:: https://img.shields.io/badge/Link-API-blue.svg\n :target: https://aws_codecommit.readthedocs.io/py-modindex.html\n\n.. .. image:: https://img.shields.io/badge/Link-Source_Code-blue.svg\n :target: https://aws_codecommit.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_codecommit-project\n\n.. image:: https://img.shields.io/badge/Link-Submit_Issue-blue.svg\n :target: https://github.com/MacHu-GWU/aws_codecommit-project/issues\n\n.. image:: https://img.shields.io/badge/Link-Request_Feature-blue.svg\n :target: https://github.com/MacHu-GWU/aws_codecommit-project/issues\n\n.. image:: https://img.shields.io/badge/Link-Download-blue.svg\n :target: https://pypi.org/pypi/aws_codecommit#files\n\n\nWelcome to ``aws_codecommit`` Documentation\n==============================================================================\n``aws_codecommit`` aim to extract more potential from AWS CodeCommit.\n\nFeatures:\n\n- semantic commit\n- semantic branch\n- codecommit notification event parser\n- better codecommit boto API\n\n\n.. _install:\n\nInstall\n------------------------------------------------------------------------------\n\n``aws_codecommit`` is released on PyPI, so all you need is:\n\n.. code-block:: console\n\n $ pip install aws_codecommit\n\nTo upgrade to latest version:\n\n.. code-block:: console\n\n $ pip install --upgrade aws_codecommit\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "empower AWS CodeCommit",
"version": "1.3.3",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "95992e3e54a0ddba3210899edf41fb19",
"sha256": "837380659291aa60bbde5e3f04d740a9a2ebbeb15f73ac6daa4dc1eddc3c6c63"
},
"downloads": -1,
"filename": "aws_codecommit-1.3.3-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "95992e3e54a0ddba3210899edf41fb19",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 20606,
"upload_time": "2022-12-11T20:53:22",
"upload_time_iso_8601": "2022-12-11T20:53:22.870012Z",
"url": "https://files.pythonhosted.org/packages/f8/88/99e0b08f71f41c81f55985a9fad358726914af5c0391e629e0542bca720e/aws_codecommit-1.3.3-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "b7781c7112f158e87553f161cb2eab80",
"sha256": "d5d13f5d036f600eb36abb4b1a335b0f22d86a49a79004d6bff434158e08e2d5"
},
"downloads": -1,
"filename": "aws_codecommit-1.3.3.tar.gz",
"has_sig": false,
"md5_digest": "b7781c7112f158e87553f161cb2eab80",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 18759,
"upload_time": "2022-12-11T20:53:24",
"upload_time_iso_8601": "2022-12-11T20:53:24.568705Z",
"url": "https://files.pythonhosted.org/packages/eb/85/196b59a72d87016a2fd882c5db3839450d5a1ad152d650dfb6ad349d1d39/aws_codecommit-1.3.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-11 20:53:24",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "MacHu-GWU",
"github_project": "aws_codecommit-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-codecommit"
}