awspricing:适用于AWS定价的Python库

时间:2024-06-13 02:19:16
【文件属性】:

文件名称:awspricing:适用于AWS定价的Python库

文件大小:23KB

文件格式:ZIP

更新时间:2024-06-13 02:19:16

lyft Python

定价 一个Python库,用于使用 。 从2.0.0版开始,awspricing使用boto3价目表查询API。 这需要价格表查询API IAM角色: : 2.0.0之前的版本使用了AWS Price Offer文件。 特征: 特定于服务的助手(到目前为止仅EC2和RDS) 本地缓存支持 安装 $ pip install awspricing 用法 import awspricing ec2_offer = awspricing . offer ( 'AmazonEC2' ) ec2_offer . search_skus ( instance_type = 'c4.large' , location = 'US East (N. Virginia)' , operating_system = 'Linux' , ) # {'4C7N4APU9GEUZ6H6'


【文件预览】:
awspricing-master
----test-requirements.txt(115B)
----.gitignore(87B)
----setup.cfg(389B)
----README.rst(4KB)
----CHANGELOG.md(1KB)
----mypy-requirements.txt(12B)
----tests()
--------unit()
--------__init__.py(0B)
--------data()
----LICENSE(562B)
----CONTRIBUTING.md(230B)
----CODE_OF_CONDUCT.md(160B)
----awspricing()
--------cache.py(3KB)
--------constants.py(2KB)
--------__init__.py(2KB)
--------offers.py(25KB)
----setup.py(1KB)
----.travis.yml(1KB)
----Makefile(137B)

网友评论