Diabolically atomic Python Fabric fabfile tasks and utilities.
项目描述
# 简介
Diabric 是一个包含用于 Fabric fabfile 的实用程序的 Python 包。
这些任务、函数和类对于以下操作很有用:
- 与 Amazon EC2 一起工作
- 配置机器
- 安装、配置和启动服务、服务器和守护进程,如 nginx 和 supervisord。
- 发布 Python wsgi 网络应用程序。
- 上传和格式化文件
- 创建 Python virtualenv 虚拟环境
- 将软件包安装到 virtualenv 中
- 配置 fabfile
此包仍然非常 _alpha_,旨在减少我在不同项目中使用的多个 fabfile 之间的代码重复。
## 要求
- 使用 Python 2.7 (https://pythonlang.cn/download/releases/2.7.3/) 编写
(https://pythonlang.cn/download/releases/2.7.3/)。
- 使用 distutils2 (http://packages.python.org/Distutils2/) 打包
(http://packages.python.org/Distutils2/)
- Fabric (http://docs.fabfile.org/) 用于创建 fabfile 任务、与远程主机一起工作、...
http://docs.fabfile.org/
- Boto (https://github.com/boto/boto) 用于与 EC2 交互
https://github.com/boto/boto
## 安装
### 从 pypi.python.org 安装
下载并安装 diabric。
pip安装diabric
### 从 github.com 安装
如果您尚未安装 distutils2,请安装它。
pip install distutils2
下载并安装 diabric。
cd ~
git clone git@github.com:todddeluca/diabric.git
cd diabric
pysetup install
Diabric 是一个包含用于 Fabric fabfile 的实用程序的 Python 包。
这些任务、函数和类对于以下操作很有用:
- 与 Amazon EC2 一起工作
- 配置机器
- 安装、配置和启动服务、服务器和守护进程,如 nginx 和 supervisord。
- 发布 Python wsgi 网络应用程序。
- 上传和格式化文件
- 创建 Python virtualenv 虚拟环境
- 将软件包安装到 virtualenv 中
- 配置 fabfile
此包仍然非常 _alpha_,旨在减少我在不同项目中使用的多个 fabfile 之间的代码重复。
## 要求
- 使用 Python 2.7 (https://pythonlang.cn/download/releases/2.7.3/) 编写
(https://pythonlang.cn/download/releases/2.7.3/)。
- 使用 distutils2 (http://packages.python.org/Distutils2/) 打包
(http://packages.python.org/Distutils2/)
- Fabric (http://docs.fabfile.org/) 用于创建 fabfile 任务、与远程主机一起工作、...
http://docs.fabfile.org/
- Boto (https://github.com/boto/boto) 用于与 EC2 交互
https://github.com/boto/boto
## 安装
### 从 pypi.python.org 安装
下载并安装 diabric。
pip安装diabric
### 从 github.com 安装
如果您尚未安装 distutils2,请安装它。
pip install distutils2
下载并安装 diabric。
cd ~
git clone git@github.com:todddeluca/diabric.git
cd diabric
pysetup install
项目详情
关闭
diabric-0.2.0.tar.gz的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 05e4c3e7508fc16921a01466d3e90f356562faca453e6c6d2447e111e0b799cc |
|
MD5 | e9ff3858b88f1692aeb993f736374ab5 |
|
BLAKE2b-256 | 99ca72c4daf13f063e1cf77e1e08d0b660075cfc2e59a81a0a5d29eb29dbd0e4 |