Metadata-Version: 2.4
Name: botocraft
Version: 0.22.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 :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Framework :: Pydantic
Classifier: Framework :: Pydantic :: 2
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
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: inflect>=7.4.0
Requires-Dist: jsonpath-ng>=1.6.1
Requires-Dist: docker>=7.1.0
Requires-Dist: ipython>=8.36.0
Requires-Dist: psutil>=7.0.0
Requires-Dist: markdownify>=0.22.0
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: docformatter>=1.7.5
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
