botocraft


Namebotocraft JSON
Version 0.7.0 PyPI version JSON
download
home_pageNone
SummaryAn opinionated boto3 wrapper for AWS
upload_time2024-10-18 18:18:42
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords aws
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # botocraft

**Documentation**: https://botocraft.readthedocs.org

[boto3](https://github.com/boto/boto3) is a wonderful library for interacting
with AWS resources, but it can be hard to use because there is little
standardization across services.

`botocraft` aims to be an opinionated interface to selected AWS resources that
at least provides a CRUDL interface to the resources it supports.

## Installation

`botocraft` supports Python 3.7+.

To install from PyPI:

```shell
pip install botocraft
```

## Supported services

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "botocraft",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "Chris Malek <cmalek@caltech.edu>",
    "keywords": "aws",
    "author": null,
    "author_email": "Caltech IMSS ADS <imss-ads-staff@caltech.edu>",
    "download_url": "https://files.pythonhosted.org/packages/bf/ea/e64978d8ef825042167915b27d5c4ee140539644699ef4147808cbe66c9e/botocraft-0.7.0.tar.gz",
    "platform": null,
    "description": "# botocraft\n\n**Documentation**: https://botocraft.readthedocs.org\n\n[boto3](https://github.com/boto/boto3) is a wonderful library for interacting\nwith AWS resources, but it can be hard to use because there is little\nstandardization across services.\n\n`botocraft` aims to be an opinionated interface to selected AWS resources that\nat least provides a CRUDL interface to the resources it supports.\n\n## Installation\n\n`botocraft` supports Python 3.7+.\n\nTo install from PyPI:\n\n```shell\npip install botocraft\n```\n\n## Supported services\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "An opinionated boto3 wrapper for AWS",
    "version": "0.7.0",
    "project_urls": {
        "Documentation": "https://botocraft.readthedocs.io/en/latest/",
        "Issues": "https://github.com/caltechads/botocraft/issues",
        "Source": "https://github.com/caltechads/botocraft"
    },
    "split_keywords": [
        "aws"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "349df86c193f3c84fd5eebc5bf8ba6b49e0547bcc22903836048e0ae5b0c6a6b",
                "md5": "84e7601033e0774e08092d4107844f93",
                "sha256": "f9977ab8d7d2340892f17f55fe6d8eadb471a73b61c6886d77e5caf2b991b33f"
            },
            "downloads": -1,
            "filename": "botocraft-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "84e7601033e0774e08092d4107844f93",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 225935,
            "upload_time": "2024-10-18T18:18:41",
            "upload_time_iso_8601": "2024-10-18T18:18:41.558473Z",
            "url": "https://files.pythonhosted.org/packages/34/9d/f86c193f3c84fd5eebc5bf8ba6b49e0547bcc22903836048e0ae5b0c6a6b/botocraft-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bfeae64978d8ef825042167915b27d5c4ee140539644699ef4147808cbe66c9e",
                "md5": "598bb6bf74eb026e0e26106515df1fa4",
                "sha256": "8518b7e8dadb8e545f36808a25e907fc4aec2637b5a19cbe5980c64a9c03564a"
            },
            "downloads": -1,
            "filename": "botocraft-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "598bb6bf74eb026e0e26106515df1fa4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 206046,
            "upload_time": "2024-10-18T18:18:42",
            "upload_time_iso_8601": "2024-10-18T18:18:42.996243Z",
            "url": "https://files.pythonhosted.org/packages/bf/ea/e64978d8ef825042167915b27d5c4ee140539644699ef4147808cbe66c9e/botocraft-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-18 18:18:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "caltechads",
    "github_project": "botocraft",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "botocraft"
}
        
Elapsed time: 0.35442s