erans / ec2instancespricing

Quick and dirty Python API and CLI to get EC2 instance pricing for On-Demand and Reserved Instances
Other
175 stars 89 forks source link

pypi package #11

Closed davedash closed 10 years ago

davedash commented 11 years ago

It would be awesome if this were in pip.

Hynek wrote a nice guide.

If I had some time, I'd do this in my fork.

Thanks for creating this.

erans commented 10 years ago

Sorry for the late response. I am considering this but mostly I want to make this part of a bigger project that I will make a pypi package for.

erans commented 9 years ago

Someone contributed the code to make it work with pip so you can use: pip install git+https://github.com/erans/ec2instancespricing

At some point (later) I will upload to it pypi.