An utility package to locate the latest Ubuntu AMIs.
Project description
An utility package to locate the latest Ubuntu AMIs.
Quickstart: http://ubuntufinder.readthedocs.org/en/latest/usage.html
Documentation: http://ubuntufinder.readthedocs.org.
Free software: BSD license
Quickstart
>>> import ubuntufinder >>> ubuntufinder.find_image("us-east-1") <Image: raring@us-east-1: 2013-08-24 00:00:00 (amd64 ebs paravirtual)> >>> image = ubuntufinder.find_image("us-west-1", "precise", "amd64", "ebs", "paravirtual") >>> image.ami_id 'ami-c4072e81'
CLI Usage
$ ubuntufinder -r precise -a amd64 -i ebs -v paravirtual us-east-1 ami-fa7dba92
Run ubuntufinder -h for usage information.
History
1.1.0 (2014-07-06)
CLI: Add backwards compatibility with --instance-type
1.0.0 (2014-07-06)
CLI: Document in README
CLI: Add help text
CLI: Rename --instance-type parameter --image-type
0.4.0 (2013-08-25)
improved exception handling
0.3.0 (2013-08-25)
Packaging housekeeping
0.2.0 (2013-08-24)
Added tests
0.1.0 (2013-08-24)
First release on PyPI.
Locate Images on Ubuntu Cloud Images
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ubuntufinder-1.1.0.tar.gz
(7.4 kB
view hashes)