ec2-demo


Nameec2-demo JSON
Version 0.1.8 PyPI version JSON
download
home_pagehttps://github.com/jpedro/ec2-demo
SummaryEC2 demo
upload_time2023-04-20 09:05:02
maintainer
docs_urlNone
authorjpedro
requires_python>=3
licenseMIT
keywords ec2 create delete demo
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # EC2 Demo

[![Unstable package](https://img.shields.io/badge/_Unstable_package_-_This_code_is_for_demo_purposes_only_-red)](https://semver.org)


A small cli util to create, list and delete EC2 instances.


## Design

    ec2-demo create <env> <file.yaml>
    ec2-demo list <env>
    ec2-demo delete <env> <id>


## Implementation

We will use:

- `click` for the cli interface, not `argparse` and related
- `boto3` for the API calls (SDK)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jpedro/ec2-demo",
    "name": "ec2-demo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "ec2 create delete demo",
    "author": "jpedro",
    "author_email": "jpedro.barbosa@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7e/0b/668ce4f91cdd6f15598defea1556449c012aeecaddacd78e944c605011b6/ec2-demo-0.1.8.tar.gz",
    "platform": null,
    "description": "# EC2 Demo\n\n[![Unstable package](https://img.shields.io/badge/_Unstable_package_-_This_code_is_for_demo_purposes_only_-red)](https://semver.org)\n\n\nA small cli util to create, list and delete EC2 instances.\n\n\n## Design\n\n    ec2-demo create <env> <file.yaml>\n    ec2-demo list <env>\n    ec2-demo delete <env> <id>\n\n\n## Implementation\n\nWe will use:\n\n- `click` for the cli interface, not `argparse` and related\n- `boto3` for the API calls (SDK)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "EC2 demo",
    "version": "0.1.8",
    "split_keywords": [
        "ec2",
        "create",
        "delete",
        "demo"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "955bf9b8331fac4cfb243eaf03b5065bb303de6c7b2b7505de3fbd5f45b89b0b",
                "md5": "ec39065ce4799de54e1fc5e9e991b187",
                "sha256": "064ac1e66d260b92ee1e421e8ffe814ebdecffa0d8d45a499a814ad8c7d5da29"
            },
            "downloads": -1,
            "filename": "ec2_demo-0.1.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ec39065ce4799de54e1fc5e9e991b187",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 5209,
            "upload_time": "2023-04-20T09:05:00",
            "upload_time_iso_8601": "2023-04-20T09:05:00.675459Z",
            "url": "https://files.pythonhosted.org/packages/95/5b/f9b8331fac4cfb243eaf03b5065bb303de6c7b2b7505de3fbd5f45b89b0b/ec2_demo-0.1.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e0b668ce4f91cdd6f15598defea1556449c012aeecaddacd78e944c605011b6",
                "md5": "a0bd946ce45a4eee65419f953feb5f19",
                "sha256": "15111ed52fdced4b5cac5a74ded38338a21be3b674414e94550e66e8bbb2d89c"
            },
            "downloads": -1,
            "filename": "ec2-demo-0.1.8.tar.gz",
            "has_sig": false,
            "md5_digest": "a0bd946ce45a4eee65419f953feb5f19",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 3932,
            "upload_time": "2023-04-20T09:05:02",
            "upload_time_iso_8601": "2023-04-20T09:05:02.343475Z",
            "url": "https://files.pythonhosted.org/packages/7e/0b/668ce4f91cdd6f15598defea1556449c012aeecaddacd78e944c605011b6/ec2-demo-0.1.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-20 09:05:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "jpedro",
    "github_project": "ec2-demo",
    "lcname": "ec2-demo"
}
        
Elapsed time: 0.06195s