Name | hamlet JSON |
Version |
10.0.1
JSON |
| download |
home_page | https://hamlet.io |
Summary | Building your infrastructure |
upload_time | 2023-10-10 02:15:17 |
maintainer | |
docs_url | None |
author | Hamlet |
requires_python | >=3.7 |
license | GPLv3 |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
|
# hamlet - CLI
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
![release workflow](https://github.com/hamlet-io/executor-python/actions/workflows/release.yml/badge.svg)
[![PyPI version](https://badge.fury.io/py/hamlet.svg)](https://badge.fury.io/py/hamlet)
hamlet is a tool to manage infrastructure throughout the life of your application. With hamlet you define the functional components of your application along with the context they should be run in. The context includes things like environments, tenants, and policies that can be applied across all of your different applications.
From this information hamlet then creates the infrastructure that will perform the function you have asked for and manages it over the life of your application.
This repository contains the CLI for hamlet which acts as the primary interface for hamlet.
## Support
hamlet is built on a plugin based approach so you can create infrastructure for any provider you want, we provide an API of common processes and tasks for provisioning and describing infrastructure which allows you to build a common language across different infrastructure providers
We also provide official plugins for:
- Amazon Web Services (AWS) based on CloudFormation
- Microsoft Azure based on Azure Resource Manager
- mingrammer Diagrams for generating diagrams of your deployed infrastructure
## Docs
To read more about hamlet and what it can do head to our docs site https://docs.hamlet.io/
## Installation
To run hamlet some extra dependencies are required. Head over to the [hamlet install guide](https://docs.hamlet.io/getting-started/install) for details installing hamlet
Raw data
{
"_id": null,
"home_page": "https://hamlet.io",
"name": "hamlet",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "",
"author": "Hamlet",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/d0/ce/af7bb9ae28fe6ca473b719fdf36eebd4e4b11abd7abb7ccddf1142ae671b/hamlet-10.0.1.tar.gz",
"platform": null,
"description": "# hamlet - CLI\n\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n![release workflow](https://github.com/hamlet-io/executor-python/actions/workflows/release.yml/badge.svg)\n[![PyPI version](https://badge.fury.io/py/hamlet.svg)](https://badge.fury.io/py/hamlet)\n\nhamlet is a tool to manage infrastructure throughout the life of your application. With hamlet you define the functional components of your application along with the context they should be run in. The context includes things like environments, tenants, and policies that can be applied across all of your different applications.\nFrom this information hamlet then creates the infrastructure that will perform the function you have asked for and manages it over the life of your application.\n\nThis repository contains the CLI for hamlet which acts as the primary interface for hamlet.\n\n## Support\n\nhamlet is built on a plugin based approach so you can create infrastructure for any provider you want, we provide an API of common processes and tasks for provisioning and describing infrastructure which allows you to build a common language across different infrastructure providers\n\nWe also provide official plugins for:\n\n- Amazon Web Services (AWS) based on CloudFormation\n- Microsoft Azure based on Azure Resource Manager\n- mingrammer Diagrams for generating diagrams of your deployed infrastructure\n\n## Docs\n\nTo read more about hamlet and what it can do head to our docs site https://docs.hamlet.io/\n\n## Installation\n\nTo run hamlet some extra dependencies are required. Head over to the [hamlet install guide](https://docs.hamlet.io/getting-started/install) for details installing hamlet\n",
"bugtrack_url": null,
"license": "GPLv3",
"summary": "Building your infrastructure",
"version": "10.0.1",
"project_urls": {
"Homepage": "https://hamlet.io",
"Repository": "https://github.com/hamlet-io/executor-python"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "73aca2867e2868c4bd3d4a345ab537a1177f174bc0def6bc3938351a0e9ac745",
"md5": "402748f83d40bc4f235c87f37720568f",
"sha256": "780695940e05819b0e09689ab0fce7155dd550b4e7fe91bd8036a129b87a9f06"
},
"downloads": -1,
"filename": "hamlet-10.0.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "402748f83d40bc4f235c87f37720568f",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.7",
"size": 153953,
"upload_time": "2023-10-10T02:15:15",
"upload_time_iso_8601": "2023-10-10T02:15:15.730201Z",
"url": "https://files.pythonhosted.org/packages/73/ac/a2867e2868c4bd3d4a345ab537a1177f174bc0def6bc3938351a0e9ac745/hamlet-10.0.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d0ceaf7bb9ae28fe6ca473b719fdf36eebd4e4b11abd7abb7ccddf1142ae671b",
"md5": "e59566d2e88d2b9638c2c1623ed08819",
"sha256": "adfd07e25e424cd4c9824db961f7828edc6c35c4ad26ae9adc50cd492dc7041a"
},
"downloads": -1,
"filename": "hamlet-10.0.1.tar.gz",
"has_sig": false,
"md5_digest": "e59566d2e88d2b9638c2c1623ed08819",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 140169,
"upload_time": "2023-10-10T02:15:17",
"upload_time_iso_8601": "2023-10-10T02:15:17.595720Z",
"url": "https://files.pythonhosted.org/packages/d0/ce/af7bb9ae28fe6ca473b719fdf36eebd4e4b11abd7abb7ccddf1142ae671b/hamlet-10.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-10 02:15:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "hamlet-io",
"github_project": "executor-python",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "hamlet"
}