Metadata-Version: 2.4
Name: botocraft
Version: 0.14.0
Summary: An opinionated boto3 wrapper for AWS
Author-email: Caltech IMSS ADS <imss-ads-staff@caltech.edu>
Maintainer-email: Chris Malek <cmalek@caltech.edu>
Project-URL: Documentation, https://botocraft.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/caltechads/botocraft
Project-URL: Issues, https://github.com/caltechads/botocraft/issues
Keywords: aws
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: boto3>=1.35.58
Requires-Dist: botocore>=1.35.58
Requires-Dist: pydantic>=2.9.0
Requires-Dist: click>=8.0
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: black>=24.8.0
Requires-Dist: inflect>=7.4.0
Requires-Dist: markdownify>=0.14.0
Requires-Dist: docformatter>=1.7.5
Requires-Dist: isort>=5.13.2
Requires-Dist: autoflake>=2.3.1
Requires-Dist: jsonpath-ng>=1.6.1
Requires-Dist: docker>=7.1.0
Requires-Dist: ipython>=8.28.0
Requires-Dist: build>=1.2.2.post1
Requires-Dist: psutil>=7.0.0
Provides-Extra: docs
Requires-Dist: sphinx<7; extra == "docs"
Requires-Dist: sphinx_rtd_theme==2.0.0; extra == "docs"
Requires-Dist: sphinxcontrib-images>=0.9.4; extra == "docs"
Requires-Dist: autodoc_pydantic>=2.0.0; extra == "docs"
Requires-Dist: diagrams>=0.23.3; extra == "docs"
Requires-Dist: setuptools>=75.1.0; extra == "docs"
Provides-Extra: build
Requires-Dist: build>=1.2.2; extra == "build"
Dynamic: license-file

# 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
