File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-02-07T10:08:17Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-02-07T10:33:13Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -158,6 +158,8 @@ <h2>Infrastructure-as-a-service</h2>
158158IaaS platform.</ p >
159159< div class ="section " id ="infrastructure-as-a-service-resources ">
160160< h3 > Infrastructure-as-a-service Resources</ h3 >
161+ < p > < a class ="reference external " href ="http://libcloud.apache.org/ "> Apache Libcloud</ a > is a Python library that
162+ provides a unified API for many cloud service providers</ p >
161163< p > < a class ="reference external " href ="http://aws.amazon.com/python/ "> Amazon Web Services official documentation for Python</ a > </ p >
162164< p > < a class ="reference external " href ="https://github.com/boto/boto "> boto</ a > is an amazing Python library for
163165working with Amazon Web Services</ p >
Original file line number Diff line number Diff line change @@ -108,6 +108,9 @@ IaaS platform.
108108
109109Infrastructure-as-a-service Resources
110110=====================================
111+ `Apache Libcloud <http://libcloud.apache.org/ >`_ is a Python library that
112+ provides a unified API for many cloud service providers
113+
111114`Amazon Web Services official documentation for Python <http://aws.amazon.com/python/ >`_
112115
113116`boto <https://github.com/boto/boto >`_ is an amazing Python library for
You can’t perform that action at this time.
0 commit comments