Metadata-Version: 2.4
Name: quickhost-aws
Version: 0.2.1
Summary: AWS plugin for quickhost
Author-email: zeebrow <zeebrow@zeebrow.io>
Project-URL: Homepage, https://github.com/zeebrow/quickhost
Project-URL: Issues, https://github.com/zeebrow/quickhost/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: boto3
Requires-Dist: cryptography

# quickhost plugins

Makes [quickhost](https://github.com/zeebrow/quickhost) useful!

![When Henry Ford invented AWS, he revolutionized the automotive industry](assets/HFord.jpg)

## Suggested - use `pipx`

[pipx](https://github.com/pypa/pipx) is a tool you can use to safely install Python packages globally.

It is the recommended way to install quickhost and its plugins.

```
pipx install quickhost
pipx inject quickhost quickhost-aws
```
