cloudsculpter


Namecloudsculpter JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/righteousgambit/cloudsculpter
SummaryA package to deploy cloudformation resources with natural language instructions, automatically healing failed deployments with OpenAI troubleshooting
upload_time2023-08-14 20:08:56
maintainer
docs_urlNone
authorWes Ladd
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DevOps Guru
DevOps Guru is a python package that provides a simple interface for creating and deploying cloudformation templates to AWS.

## Installation
```python
pip install devops-guru
```

## Usage
```python
devops-guru --help
```

## Commands
```python
devops-guru create
```

```python
devops-guru deploy
```

```python
devops-guru delete
```

```python
devops-guru list
```

```python
devops-guru update
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License
[Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/righteousgambit/cloudsculpter",
    "name": "cloudsculpter",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Wes Ladd",
    "author_email": "wesladd@traingrc.com",
    "download_url": "https://files.pythonhosted.org/packages/26/f6/6414d9cff1e72856db9bcab807a51cdd94362024c5374767d98841082652/cloudsculpter-0.0.2.tar.gz",
    "platform": null,
    "description": "# DevOps Guru\nDevOps Guru is a python package that provides a simple interface for creating and deploying cloudformation templates to AWS.\n\n## Installation\n```python\npip install devops-guru\n```\n\n## Usage\n```python\ndevops-guru --help\n```\n\n## Commands\n```python\ndevops-guru create\n```\n\n```python\ndevops-guru deploy\n```\n\n```python\ndevops-guru delete\n```\n\n```python\ndevops-guru list\n```\n\n```python\ndevops-guru update\n```\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n[Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A package to deploy cloudformation resources with natural language instructions, automatically healing failed deployments with OpenAI troubleshooting",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/righteousgambit/cloudsculpter"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d90e62036905b7614e4e7e4a937fd906776a4b2d965ee533240320e9e1083201",
                "md5": "a1c07b5ad1b210971d18dbdb870529a5",
                "sha256": "d124ba14cc27c83ff86c57e9333c8b0bdfd4ad63c1412a2c7e3ea5b155a0dae6"
            },
            "downloads": -1,
            "filename": "cloudsculpter-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a1c07b5ad1b210971d18dbdb870529a5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 8839,
            "upload_time": "2023-08-14T20:08:54",
            "upload_time_iso_8601": "2023-08-14T20:08:54.727202Z",
            "url": "https://files.pythonhosted.org/packages/d9/0e/62036905b7614e4e7e4a937fd906776a4b2d965ee533240320e9e1083201/cloudsculpter-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26f66414d9cff1e72856db9bcab807a51cdd94362024c5374767d98841082652",
                "md5": "f00a3825bad81a8fe94d8b3a54aa1a0b",
                "sha256": "679f3b04f05f29b6c12920210c8dd33b3c520f492fa45aa152802ad727d5f826"
            },
            "downloads": -1,
            "filename": "cloudsculpter-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f00a3825bad81a8fe94d8b3a54aa1a0b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 7027,
            "upload_time": "2023-08-14T20:08:56",
            "upload_time_iso_8601": "2023-08-14T20:08:56.282324Z",
            "url": "https://files.pythonhosted.org/packages/26/f6/6414d9cff1e72856db9bcab807a51cdd94362024c5374767d98841082652/cloudsculpter-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-14 20:08:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "righteousgambit",
    "github_project": "cloudsculpter",
    "github_not_found": true,
    "lcname": "cloudsculpter"
}
        
Elapsed time: 0.24189s