An open API service indexing awesome lists of open source software.

https://github.com/jkuijt/pydeployer

A simple python library to deploy your python project from your local machine to a remote server.
https://github.com/jkuijt/pydeployer

deploy-tool python

Last synced: 3 months ago
JSON representation

A simple python library to deploy your python project from your local machine to a remote server.

Awesome Lists containing this project

README

          

# pydeployer

Simple library for deploying local project files to a remote machine

### Installation
`pip install pydeployer`

### Usage
To upload your project to a server

`pydeployer ` for example: `pydeployer .`

This will run pydeployer from the folder where you are currently in. Pydeployer will automaticly create a user and project file if there is none.

### Parameters

Parameter | Description
------------- | -------------
`-v --version`| Check the version of pydeployer
`-r --remove` | Not yet implemented
`-n --renew` | Renew the contents of the deploy file