Metadata-Version: 2.3
Name: hapideploy
Version: 0.2.0
Summary: HapiDeploy is a remote execution tool written in Python, inspired by DeployPHP.
License: MIT
Author: Quynh Nguyen
Author-email: <seriquynh@gmail.com>
Requires-Python: >=3.13,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: fabric (>=3.2.2,<4.0)
Requires-Dist: pyyaml (>=6.0.2,<7.0)
Requires-Dist: typer (>=0.15.2,<1.0)
Requires-Dist: typing-extensions (>=4.12.2,<5.0)
Description-Content-Type: text/markdown

# HapiDeploy

![test](https://github.com/hapideploy/hapideploy/workflows/test/badge.svg)
![downloads](https://img.shields.io/pypi/dm/hapideploy)
![version](https://img.shields.io/pypi/v/hapideploy)
![license](https://img.shields.io/pypi/l/hapideploy)

## Introduction

[DeployPHP](https://deployer.org) is a deployment tool with built-in support for popular PHP frameworks, making it the best choice for those who primarily work with PHP. Inspired by DeployPHP, I decided to create a similar tool in Python — a more widely used language that is also better suited for DevOps. I named it **HapiDeploy**, a remote execution tool.

## Documentation

You can find the full documentation [here](https://hapideploy.com).

## Contributing

Thank you for considering contributing to HapiDeploy!
Please read the [contributing guide](./docs/contributing.md) for more details.

## License

HapiDeploy is licensed under the [MIT license](LICENSE.md).

