devopsguru


Namedevopsguru JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/yourusername/devopsguru
SummaryA package to deploy cloudformation resources with natural language instructions, automatically healing failed deployments with OpenAI troubleshooting
upload_time2023-08-14 18:02:16
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/yourusername/devopsguru",
    "name": "devopsguru",
    "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/90/e9/6cff758280b8e88388f9527517051d23d7103a058cd8034138816b2a8cd0/devopsguru-0.0.1.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.1",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/devopsguru"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77c2cb36d576ce99aaf0db225d69b59509eb0e0ac9532754776a729f4e8736f8",
                "md5": "49098774d6b8807502996b53e2a1064f",
                "sha256": "ee24473b4819bd25a5de7efbcddf60616602f3c2300c76cd8a280c8ddac9df12"
            },
            "downloads": -1,
            "filename": "devopsguru-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "49098774d6b8807502996b53e2a1064f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 1792,
            "upload_time": "2023-08-14T18:02:15",
            "upload_time_iso_8601": "2023-08-14T18:02:15.592571Z",
            "url": "https://files.pythonhosted.org/packages/77/c2/cb36d576ce99aaf0db225d69b59509eb0e0ac9532754776a729f4e8736f8/devopsguru-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90e96cff758280b8e88388f9527517051d23d7103a058cd8034138816b2a8cd0",
                "md5": "aaed1e28d55ac59354d86271ba4a19c3",
                "sha256": "90c365d4f061e1650603c1c3fec9b262d98c8f72d0cd08eca9038475c1120965"
            },
            "downloads": -1,
            "filename": "devopsguru-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "aaed1e28d55ac59354d86271ba4a19c3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1751,
            "upload_time": "2023-08-14T18:02:16",
            "upload_time_iso_8601": "2023-08-14T18:02:16.667414Z",
            "url": "https://files.pythonhosted.org/packages/90/e9/6cff758280b8e88388f9527517051d23d7103a058cd8034138816b2a8cd0/devopsguru-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-14 18:02:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "devopsguru",
    "github_not_found": true,
    "lcname": "devopsguru"
}
        
Elapsed time: 0.14132s