python 依赖管理_声明管理并安装Python对象依赖 – poet

Poet: Dependency Management for Python

Poet帮助您声明,管理并安装Python对象依赖,确保您有正确的堆栈。

aI3YBj.gif

安装

pip install pypoet

Introduction

poetis a tool to handle dependencies installation, building and packaging of Python packages. It only needs one file to do all of that:poetry.toml.

[package]

name = "pypoet"

version = "0.1.0"

description = "Poet helps you declare, manage and install dependencies of Python projects, ensuring you have the right stack everywhere."

license = "MIT"

authors = [

"Sébastien Eustace "

]

readme = 'README.md'

repository = "https://github.com/sdispater/poet"

homepage = "https://github.com/sdispater/poet"

keywords = ['packaging', 'poet']

include = ['poet/**/*', 'LICENSE']

python = ["~2.7", "^3.2"]

[dependencies]

toml = "^0.9"

requests = "^2.13"

semantic_version = "^2.6"

pygments = "^2.2"

twine = "^1.8"

wheel = "^0.29"

pip-tools = "^1.8.2"

cleo = { git = "https://github.com/sdispater/cleo.git", branch = "master" }

[dev-dependencies]

pytest = "^3.0"

pytest-cov = "^2.4"

coverage = "<4.0"

httpretty = "^0.8.14"

[scripts]

poet = 'poet:app.run'

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值