Metadata-Version: 2.4
Name: awspub
Version: 0.0.15
Summary: Publish images to AWS EC2
License: GPL-3.0-or-later
License-File: LICENSE
Keywords: AWS,EC2,publication
Author: Thomas Bechtold
Author-email: thomasbechtold@jpberlin.de
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
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: Programming Language :: Python :: 3.14
Requires-Dist: autodoc-pydantic (>=2.0.1,<3.0.0)
Requires-Dist: boto3
Requires-Dist: boto3-stubs[essential,marketplace-catalog,s3,sns,ssm,sts] (>=1.28.83,<2.0.0)
Requires-Dist: pydantic (>=2,<3)
Requires-Dist: ruamel-yaml (>=0.18.6,<0.19.0)
Project-URL: Homepage, https://github.com/canonical/awspub
Project-URL: Repository, https://github.com/canonical/awspub
Description-Content-Type: text/x-rst

awspub - image publication for AWS EC2
--------------------------------------

`awspub` can publish images (AMIs) based on .VMDK files
to AWS EC2.

Documentation
=============

The documentation can be found under https://canonical-awspub.readthedocs-hosted.com/ .

Report issues
=============

Please use https://github.com/canonical/awspub/issues to report problems or ask
questions.

License
=======

The project uses `GPL-3.0` as license.

