Metadata-Version: 2.1
Name: edwh-server-provisioning-plugin
Version: 0.1.2
Summary: Fabric-based remote server management plugin for `edwh`
Project-URL: Documentation, https://github.com/educationwarehouse/server_provisioning#readme
Project-URL: Issues, https://github.com/educationwarehouse/server_provisioning/issues
Project-URL: Source, https://github.com/educationwarehouse/server_provisioning
Author-email: Remco Boerma <remco.b@educationwarehouse.nl>, Robin van der Noord <robin.vdn@educationwarehouse.nl>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: fabric
Requires-Dist: pyyaml
Requires-Dist: tabulate
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: hatch; extra == 'dev'
Requires-Dist: python-semantic-release; extra == 'dev'
Description-Content-Type: text/markdown

# edwh-server-provisioning-plugin

[![PyPI - Version](https://img.shields.io/pypi/v/edwh-server-provisioning-plugin.svg)](https://pypi.org/project/edwh-server-provisioning-plugin)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/edwh-server-provisioning-plugin.svg)](https://pypi.org/project/edwh-server-provisioning-plugin)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)
- [Changelog](#changelog)

## Installation

```console
pip install edwh-server-provisioning-plugin
```

But probably you want to install the whole edwh package:

```console
pipx install edwh[server-provisioning]
# or
pipx install edwh[plugins,omgeving]
```

## Usage

When the `edwh` package is installed, this package lives under the 'remote' namespace. Example:

```console
edwh -H user@some-host.tld remote.connect-postgres
```

## License

`edwh-bundler-plugin` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

## Changelog

[See CHANGELOG.md](CHANGELOG.md)