| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,2 +1,2 @@ | |||
| 1 | 1 | <?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> | |||
| 158 | 158 | IaaS platform.</p> | |
| 159 | 159 | <div class="section" id="infrastructure-as-a-service-resources"> | |
| 160 | 160 | <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> | ||
| 161 | 163 | <p><a class="reference external" href="http://aws.amazon.com/python/">Amazon Web Services official documentation for Python</a></p> | |
| 162 | 164 | <p><a class="reference external" href="https://github.com/boto/boto">boto</a> is an amazing Python library for | |
| 163 | 165 | working with Amazon Web Services</p> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -108,6 +108,9 @@ IaaS platform. | |||
| 108 | 108 | ||
| 109 | 109 | Infrastructure-as-a-service Resources | |
| 110 | 110 | ===================================== | |
| 111 | + `Apache Libcloud <http://libcloud.apache.org/>`_ is a Python library that | ||
| 112 | + provides a unified API for many cloud service providers | ||
| 113 | + | ||
| 111 | 114 | `Amazon Web Services official documentation for Python <http://aws.amazon.com/python/>`_ | |
| 112 | 115 | ||
| 113 | 116 | `boto <https://github.com/boto/boto>`_ is an amazing Python library for | |
| Back | FazBrowse Home | New Git URL |
0 commit comments