Metadata-Version: 2.1
Name: easy_deployer
Version: 0.1.6
Summary: A package to simplify and quickly deploy your project/app/folders to the supported platforms
Home-page: https://github.com/medamine980/easy-deployer
Author: Mohamed-Amine Benali
Author-email: benali.medamine2002@gmail.com
License: MIT
Keywords: python,github,github-deployer,heroku,heroku-deployer,deploy,easy,easy-deployer,simple,simple-deployer
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Easy-Deployer:
Easy-deployer is used to simplify and speed up the deployment process.
It's mostly still in progress...

## Supported platforms to deploy to:
- Github
- ~~Heroku~~ (Not supported since they stopped offering the free plan)

## OS Support:
Currently windows is the only supported os.

## Setup
```shell
    pip install easy-deployer
    # or
    python -m pip install easy-deployer
```

## How to use
The easiest way is to just execute the easy-deployer executable and then you're gonna be prompted to enter some information such as: where do you want deploy it? what type of commande would you like to choose etc...
