cloudformation-utils


Namecloudformation-utils JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttp://github.com/NitorCreations/cloudformation-utils
SummaryUtility functions for working with AWS CloudFormation templates
upload_time2019-11-01 21:21:42
maintainer
docs_urlNone
authorPasi Niemi
requires_python
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements pyyaml
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CloudFormation utils

Tools for importing files with dynamic parameter references into CloudFormation templates.
Useful for nameless-deploy-tools and troposphere.


            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/NitorCreations/cloudformation-utils",
    "name": "cloudformation-utils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Pasi Niemi",
    "author_email": "pasi.niemi@nitor.com",
    "download_url": "https://files.pythonhosted.org/packages/ce/8a/c0bd1e884ca1333a97d404a7efb2089ea34289b4a45864735c8785673e9a/cloudformation-utils-0.0.2.tar.gz",
    "platform": "",
    "description": "# CloudFormation utils\n\nTools for importing files with dynamic parameter references into CloudFormation templates.\nUseful for nameless-deploy-tools and troposphere.\n\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Utility functions for working with AWS CloudFormation templates",
    "version": "0.0.2",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89fac7f66168f33af1a7c93cf730a35d5136bdfbdd3a14c1480174fce6db214f",
                "md5": "893c1bd5667e23c12870411fa7848655",
                "sha256": "47070769170467fa21012650729b232dffa6e862f5398e9f72b931a267e3d15b"
            },
            "downloads": -1,
            "filename": "cloudformation_utils-0.0.2-py2.py3-none-any.whl",
            "has_sig": true,
            "md5_digest": "893c1bd5667e23c12870411fa7848655",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 4762,
            "upload_time": "2019-11-01T21:21:40",
            "upload_time_iso_8601": "2019-11-01T21:21:40.739511Z",
            "url": "https://files.pythonhosted.org/packages/89/fa/c7f66168f33af1a7c93cf730a35d5136bdfbdd3a14c1480174fce6db214f/cloudformation_utils-0.0.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce8ac0bd1e884ca1333a97d404a7efb2089ea34289b4a45864735c8785673e9a",
                "md5": "69af9bc2ae81e60413d3ec082e36f890",
                "sha256": "94de493181c77baf883f65bd4f4e3d2e93cf8c58a3dab2ac5adcb42115148b9c"
            },
            "downloads": -1,
            "filename": "cloudformation-utils-0.0.2.tar.gz",
            "has_sig": true,
            "md5_digest": "69af9bc2ae81e60413d3ec082e36f890",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3193,
            "upload_time": "2019-11-01T21:21:42",
            "upload_time_iso_8601": "2019-11-01T21:21:42.950795Z",
            "url": "https://files.pythonhosted.org/packages/ce/8a/c0bd1e884ca1333a97d404a7efb2089ea34289b4a45864735c8785673e9a/cloudformation-utils-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-11-01 21:21:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "NitorCreations",
    "github_project": "cloudformation-utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "pyyaml",
            "specs": [
                [
                    "==",
                    "5.1.2"
                ]
            ]
        }
    ],
    "lcname": "cloudformation-utils"
}
        
Elapsed time: 0.05020s