botocraft


Namebotocraft JSON
Version 0.12.0 PyPI version JSON
download
home_pageNone
SummaryAn opinionated boto3 wrapper for AWS
upload_time2024-11-12 18:26:34
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/3e/8a/64a1caf1855e4e9e392087caad1420965daf6eef16c6ee2fd01ab64dbd3c/botocraft-0.12.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.12.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": "285be33ed0943de6f0d85c6ed3214f6d13793d9a788ee67c748693c329ae6a5c",
                "md5": "9edf58399fd33e8a8d813f8298c29211",
                "sha256": "1224e6c0da3f56756d4ca372ddfbac9a8de5cb69036110685a8bb6099460b056"
            },
            "downloads": -1,
            "filename": "botocraft-0.12.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9edf58399fd33e8a8d813f8298c29211",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 310803,
            "upload_time": "2024-11-12T18:26:33",
            "upload_time_iso_8601": "2024-11-12T18:26:33.048355Z",
            "url": "https://files.pythonhosted.org/packages/28/5b/e33ed0943de6f0d85c6ed3214f6d13793d9a788ee67c748693c329ae6a5c/botocraft-0.12.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e8a64a1caf1855e4e9e392087caad1420965daf6eef16c6ee2fd01ab64dbd3c",
                "md5": "919f726b70eb2e93bd6a4dab698c6ed9",
                "sha256": "6469d792f7707c680537a9b2087380aca167c1bb503b27ccc4f113aaa9bb2006"
            },
            "downloads": -1,
            "filename": "botocraft-0.12.0.tar.gz",
            "has_sig": false,
            "md5_digest": "919f726b70eb2e93bd6a4dab698c6ed9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 283791,
            "upload_time": "2024-11-12T18:26:34",
            "upload_time_iso_8601": "2024-11-12T18:26:34.626133Z",
            "url": "https://files.pythonhosted.org/packages/3e/8a/64a1caf1855e4e9e392087caad1420965daf6eef16c6ee2fd01ab64dbd3c/botocraft-0.12.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-12 18:26:34",
    "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.49249s