.. .. image:: https://readthedocs.org/projects/aws-glue-artifact/badge/?version=latest
:target: https://aws-glue-artifact.readthedocs.io/en/latest/
:alt: Documentation Status
.. image:: https://github.com/MacHu-GWU/aws_glue_artifact-project/workflows/CI/badge.svg
:target: https://github.com/MacHu-GWU/aws_glue_artifact-project/actions?query=workflow:CI
.. image:: https://codecov.io/gh/MacHu-GWU/aws_glue_artifact-project/branch/main/graph/badge.svg
:target: https://codecov.io/gh/MacHu-GWU/aws_glue_artifact-project
.. image:: https://img.shields.io/pypi/v/aws-glue-artifact.svg
:target: https://pypi.python.org/pypi/aws-glue-artifact
.. image:: https://img.shields.io/pypi/l/aws-glue-artifact.svg
:target: https://pypi.python.org/pypi/aws-glue-artifact
.. image:: https://img.shields.io/pypi/pyversions/aws-glue-artifact.svg
:target: https://pypi.python.org/pypi/aws-glue-artifact
.. image:: https://img.shields.io/badge/Release_History!--None.svg?style=social
:target: https://github.com/MacHu-GWU/aws_glue_artifact-project/blob/main/release-history.rst
.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
:target: https://github.com/MacHu-GWU/aws_glue_artifact-project
------
.. .. image:: https://img.shields.io/badge/Link-Document-blue.svg
:target: https://aws-glue-artifact.readthedocs.io/en/latest/
.. .. image:: https://img.shields.io/badge/Link-API-blue.svg
:target: https://aws-glue-artifact.readthedocs.io/en/latest/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_glue_artifact-project
.. image:: https://img.shields.io/badge/Link-Submit_Issue-blue.svg
:target: https://github.com/MacHu-GWU/aws_glue_artifact-project/issues
.. image:: https://img.shields.io/badge/Link-Request_Feature-blue.svg
:target: https://github.com/MacHu-GWU/aws_glue_artifact-project/issues
.. image:: https://img.shields.io/badge/Link-Download-blue.svg
:target: https://pypi.org/pypi/aws-glue-artifact#files
Welcome to ``aws_glue_artifact`` Documentation
==============================================================================
A lot of serverless AWS Service supports versioning and alias for deployment. It made the blue / green deployment, canary deployment and rolling back super easy.
- `AWS Lambda Versioning and Alias <https://docs.aws.amazon.com/lambda/latest/dg/configuration-versions.html>`_
- `AWS StepFunction Versioning and Alias <https://docs.aws.amazon.com/step-functions/latest/dg/auth-version-alias.html>`_
- `AWS SageMaker Model Registry Versioning <https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry.html>`_
However, AWS Glue does not support this feature. This library provides a way to manage AWS Glue versioning and alias so you can deploy AWS Glue Jobs with confident.
Please `read this tutorial <https://github.com/MacHu-GWU/aws_glue_artifact-project/blob/main/examples/deploy_versioned_glue_artifacts.ipynb>`_ to learn how to use this library.
.. _install:
Install
------------------------------------------------------------------------------
``aws_glue_artifact`` is released on PyPI, so all you need is to:
.. code-block:: console
$ pip install aws-glue-artifact
To upgrade to latest version:
.. code-block:: console
$ pip install --upgrade aws-glue-artifact
Raw data
{
"_id": null,
"home_page": "https://github.com/MacHu-GWU/aws_glue_artifact-project",
"name": "aws-glue-artifact",
"maintainer": "Sanhe Hu",
"docs_url": null,
"requires_python": "",
"maintainer_email": "husanhe@gmail.com",
"keywords": "",
"author": "Sanhe Hu",
"author_email": "husanhe@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/92/38/654462699c31ded23e45ead8d0207790eb49ce1d797006250b52893bbf34/aws_glue_artifact-0.2.1.tar.gz",
"platform": "Windows",
"description": "\n.. .. image:: https://readthedocs.org/projects/aws-glue-artifact/badge/?version=latest\n :target: https://aws-glue-artifact.readthedocs.io/en/latest/\n :alt: Documentation Status\n\n.. image:: https://github.com/MacHu-GWU/aws_glue_artifact-project/workflows/CI/badge.svg\n :target: https://github.com/MacHu-GWU/aws_glue_artifact-project/actions?query=workflow:CI\n\n.. image:: https://codecov.io/gh/MacHu-GWU/aws_glue_artifact-project/branch/main/graph/badge.svg\n :target: https://codecov.io/gh/MacHu-GWU/aws_glue_artifact-project\n\n.. image:: https://img.shields.io/pypi/v/aws-glue-artifact.svg\n :target: https://pypi.python.org/pypi/aws-glue-artifact\n\n.. image:: https://img.shields.io/pypi/l/aws-glue-artifact.svg\n :target: https://pypi.python.org/pypi/aws-glue-artifact\n\n.. image:: https://img.shields.io/pypi/pyversions/aws-glue-artifact.svg\n :target: https://pypi.python.org/pypi/aws-glue-artifact\n\n.. image:: https://img.shields.io/badge/Release_History!--None.svg?style=social\n :target: https://github.com/MacHu-GWU/aws_glue_artifact-project/blob/main/release-history.rst\n\n.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social\n :target: https://github.com/MacHu-GWU/aws_glue_artifact-project\n\n------\n\n.. .. image:: https://img.shields.io/badge/Link-Document-blue.svg\n :target: https://aws-glue-artifact.readthedocs.io/en/latest/\n\n.. .. image:: https://img.shields.io/badge/Link-API-blue.svg\n :target: https://aws-glue-artifact.readthedocs.io/en/latest/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_glue_artifact-project\n\n.. image:: https://img.shields.io/badge/Link-Submit_Issue-blue.svg\n :target: https://github.com/MacHu-GWU/aws_glue_artifact-project/issues\n\n.. image:: https://img.shields.io/badge/Link-Request_Feature-blue.svg\n :target: https://github.com/MacHu-GWU/aws_glue_artifact-project/issues\n\n.. image:: https://img.shields.io/badge/Link-Download-blue.svg\n :target: https://pypi.org/pypi/aws-glue-artifact#files\n\n\nWelcome to ``aws_glue_artifact`` Documentation\n==============================================================================\nA lot of serverless AWS Service supports versioning and alias for deployment. It made the blue / green deployment, canary deployment and rolling back super easy.\n\n- `AWS Lambda Versioning and Alias <https://docs.aws.amazon.com/lambda/latest/dg/configuration-versions.html>`_\n- `AWS StepFunction Versioning and Alias <https://docs.aws.amazon.com/step-functions/latest/dg/auth-version-alias.html>`_\n- `AWS SageMaker Model Registry Versioning <https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry.html>`_\n\nHowever, AWS Glue does not support this feature. This library provides a way to manage AWS Glue versioning and alias so you can deploy AWS Glue Jobs with confident.\n\nPlease `read this tutorial <https://github.com/MacHu-GWU/aws_glue_artifact-project/blob/main/examples/deploy_versioned_glue_artifacts.ipynb>`_ to learn how to use this library.\n\n\n.. _install:\n\nInstall\n------------------------------------------------------------------------------\n\n``aws_glue_artifact`` is released on PyPI, so all you need is to:\n\n.. code-block:: console\n\n $ pip install aws-glue-artifact\n\nTo upgrade to latest version:\n\n.. code-block:: console\n\n $ pip install --upgrade aws-glue-artifact\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "AWS Glue Artifact versioning and alias Management for blue/green, canary deployment, and roll back for production failure.",
"version": "0.2.1",
"project_urls": {
"Download": "https://pypi.python.org/pypi/aws_glue_artifact/0.2.1#downloads",
"Homepage": "https://github.com/MacHu-GWU/aws_glue_artifact-project"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c13c686be902ed78aa5d15633798f119233d6389723dea8a7f0501edb94d45b1",
"md5": "de8681e90e188fcba186eba2f5bb5f0d",
"sha256": "9449c75875af0decf72c31dc892f64125de3d677e3415b95b4c81490ade3e70e"
},
"downloads": -1,
"filename": "aws_glue_artifact-0.2.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "de8681e90e188fcba186eba2f5bb5f0d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 14402,
"upload_time": "2023-08-15T18:56:42",
"upload_time_iso_8601": "2023-08-15T18:56:42.881079Z",
"url": "https://files.pythonhosted.org/packages/c1/3c/686be902ed78aa5d15633798f119233d6389723dea8a7f0501edb94d45b1/aws_glue_artifact-0.2.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9238654462699c31ded23e45ead8d0207790eb49ce1d797006250b52893bbf34",
"md5": "dfa3b4e56340eb026864af2ae08d0b85",
"sha256": "a4d9f2c7cc58ae9c4d5dc24c145faef991e553e587b22e46e4395286299fb041"
},
"downloads": -1,
"filename": "aws_glue_artifact-0.2.1.tar.gz",
"has_sig": false,
"md5_digest": "dfa3b4e56340eb026864af2ae08d0b85",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15970,
"upload_time": "2023-08-15T18:56:44",
"upload_time_iso_8601": "2023-08-15T18:56:44.701302Z",
"url": "https://files.pythonhosted.org/packages/92/38/654462699c31ded23e45ead8d0207790eb49ce1d797006250b52893bbf34/aws_glue_artifact-0.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-15 18:56:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "MacHu-GWU",
"github_project": "aws_glue_artifact-project",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [
{
"name": "boto3",
"specs": []
},
{
"name": "s3pathlib",
"specs": [
[
">=",
"2.0.1"
],
[
"<",
"3.0.0"
]
]
},
{
"name": "versioned",
"specs": [
[
">=",
"0.5.3"
],
[
"<",
"1.0.0"
]
]
}
],
"lcname": "aws-glue-artifact"
}