vapor


Namevapor JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/xiaket/vapor
SummaryDjango ORM meets Cloudformation
upload_time2023-04-01 10:34:45
maintainer
docs_urlNone
authorKai Xia
requires_python>=3.9,<4.0
licenseMIT
keywords cloudformation boto3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # vapor

![build](https://github.com/xiaket/vapor/workflows/build/badge.svg)
![PyPI version](https://badge.fury.io/py/vapor.svg)
![Coverage](https://coveralls.io/repos/github/xiaket/vapor/badge.svg)
![license](https://img.shields.io/pypi/l/vapor)

Vapor is an alternative way to write and manage your cloudformation stacks. Think of CDK, but with a promise to generate a template that is easy to understand and easy to manage. Also, if you are familiar with Django ORM, the way we define resources is really similar to how we define models in Django.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/xiaket/vapor",
    "name": "vapor",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "cloudformation,boto3",
    "author": "Kai Xia",
    "author_email": "kaix+github@fastmail.com",
    "download_url": "https://files.pythonhosted.org/packages/dd/97/cc2016cf21a6513f677abb066fc53f41f44c70862b5bb0533f98e12f8dd9/vapor-0.1.0.tar.gz",
    "platform": null,
    "description": "# vapor\n\n![build](https://github.com/xiaket/vapor/workflows/build/badge.svg)\n![PyPI version](https://badge.fury.io/py/vapor.svg)\n![Coverage](https://coveralls.io/repos/github/xiaket/vapor/badge.svg)\n![license](https://img.shields.io/pypi/l/vapor)\n\nVapor is an alternative way to write and manage your cloudformation stacks. Think of CDK, but with a promise to generate a template that is easy to understand and easy to manage. Also, if you are familiar with Django ORM, the way we define resources is really similar to how we define models in Django.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Django ORM meets Cloudformation",
    "version": "0.1.0",
    "split_keywords": [
        "cloudformation",
        "boto3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21a219181c53282009c1997c377f9ec9a15a2f932cedd9433e1e7e35fc4968af",
                "md5": "ce97abafda84722113b9e1dba91dc11f",
                "sha256": "2b1bbd5ebfa8b70520a208de82af0335d141a800195900e56e3089d8b3a1e6c7"
            },
            "downloads": -1,
            "filename": "vapor-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ce97abafda84722113b9e1dba91dc11f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 13180,
            "upload_time": "2023-04-01T10:34:44",
            "upload_time_iso_8601": "2023-04-01T10:34:44.128837Z",
            "url": "https://files.pythonhosted.org/packages/21/a2/19181c53282009c1997c377f9ec9a15a2f932cedd9433e1e7e35fc4968af/vapor-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd97cc2016cf21a6513f677abb066fc53f41f44c70862b5bb0533f98e12f8dd9",
                "md5": "cd34a749b4ae43d390c23c178914dae1",
                "sha256": "7b90d5d4a5165fc958959a9a4131f23cefb51aa375aad025cda1aa9388f75ae8"
            },
            "downloads": -1,
            "filename": "vapor-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "cd34a749b4ae43d390c23c178914dae1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 10989,
            "upload_time": "2023-04-01T10:34:45",
            "upload_time_iso_8601": "2023-04-01T10:34:45.747151Z",
            "url": "https://files.pythonhosted.org/packages/dd/97/cc2016cf21a6513f677abb066fc53f41f44c70862b5bb0533f98e12f8dd9/vapor-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-01 10:34:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "xiaket",
    "github_project": "vapor",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "vapor"
}
        
Elapsed time: 0.07136s