{ "info": { "author": "Jeroen Jacobs", "author_email": "info@headincloud.be", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: System :: Software Distribution" ], "description": "***************************************************************\nCodeDeployMonitor, a simple monitoring tool for AWS CodeDeploy\n***************************************************************\n\n\n\nCodeDeployMonitor is a little tool that can create new deployments for **AWS CodeDeploy**,\nand monitor them for successful completion. It also has a *monitor-only* mode, in case you create\ndeployments via another tool (`aws-cli`_, for example).\n\nCodeDeployMonitor use the `boto3`_ library.\n\n** This program is currently in pre-alpha state, so be aware of bugs.**\n\n============\nInstallation\n============\n\nCodeDeployMonitor can easily be installed with `pip`_:\n\n.. code-block:: bash\n\n # Make sure we have an up-to-date version of pip and setuptools:\n $ pip install --upgrade pip setuptools\n\n $ pip install codedeploy-monitor\n\n\n=====\nUsage\n=====\n\nCodeDeployMonitor tries to mimic the `aws-cli`_ command-line parameters as close as possible. Both deployments from S3 and GitHub are supported.\n\nTo create and monitor a new deployment:\n\n.. code-block:: bash\n\n $ codedeploy_monitor create-deployment --application-name my-app --deployment-group my-group --s3-location bucket=my-bucket,key=releases/myapp.tgz,bundleType=tgz\n\n\nTo monitor an existing deployment:\n\n.. code-block:: bash\n\n $ codedeploy_monitor monitor-deployment d-xxxxxxxxx\n\n\nUse the following commands to see a list of all command-line options:\n\n.. code-block:: bash\n\n $ codedeploy_monitor create-deployment --help\n\n.. code-block:: bash\n\n $ codedeploy_monitor monitor-deployment --help\n\n\n=======\nLicense\n=======\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License version 3 as published by\nthe Free Software Foundation.\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.\n\n\n.. _pip: http://www.pip-installer.org/en/latest/index.html\n.. _aws-cli: http://github.com/aws/aws-cli\n.. _boto3: http://github.com/boto/boto3", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/headincloud/codedeploy_monitor", "keywords": "aws,codedeploy", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "codedeploy_monitor", "package_url": "https://pypi.org/project/codedeploy_monitor/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/codedeploy_monitor/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/headincloud/codedeploy_monitor" }, "release_url": "https://pypi.org/project/codedeploy_monitor/0.1/", "requires_dist": null, "requires_python": null, "summary": "Creates and monitors AWS CodeDeploy deployments.", "version": "0.1" }, "last_serial": 1864818, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "fa15eac4de7f54850e6fbf02221cb743", "sha256": "e15e7018d40cf1824fb296411c391ee8169487631cdd667eaa4670c17bde4aa2" }, "downloads": -1, "filename": "codedeploy_monitor-0.1.tar.gz", "has_sig": false, "md5_digest": "fa15eac4de7f54850e6fbf02221cb743", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18527, "upload_time": "2015-12-16T10:07:17", "url": "https://files.pythonhosted.org/packages/a5/f6/995b1c06e7498783fe41aef6af28da53fb097740376a55cf04b228bd74f6/codedeploy_monitor-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fa15eac4de7f54850e6fbf02221cb743", "sha256": "e15e7018d40cf1824fb296411c391ee8169487631cdd667eaa4670c17bde4aa2" }, "downloads": -1, "filename": "codedeploy_monitor-0.1.tar.gz", "has_sig": false, "md5_digest": "fa15eac4de7f54850e6fbf02221cb743", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18527, "upload_time": "2015-12-16T10:07:17", "url": "https://files.pythonhosted.org/packages/a5/f6/995b1c06e7498783fe41aef6af28da53fb097740376a55cf04b228bd74f6/codedeploy_monitor-0.1.tar.gz" } ] }