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.
- Host: GitHub
- URL: https://github.com/jkuijt/pydeployer
- Owner: jkuijt
- Created: 2018-04-12T20:53:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T22:13:02.000Z (about 8 years ago)
- Last Synced: 2026-01-03T07:35:41.979Z (6 months ago)
- Topics: deploy-tool, python
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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