Skip to content

Commit 27b2e5b

Browse files
committed
updating with poseidon
1 parent c3bf4d1 commit 27b2e5b

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,10 @@ <h3>Infrastructure-as-a-service resources</h3>
884884
Python library for working with Amazon Web Services.</p>
885885
</li>
886886
<li>
887+
<p><a href="https://github.com/changhiskhan/poseidon">Poseidon</a> is a Python commandline
888+
interface for managing Digital Ocean droplets (servers).</p>
889+
</li>
890+
<li>
887891
<p>Rackspace also has <a href="http://docs.rackspace.com/sdks/guide/content/python.html">official documentation for Python</a>.</p>
888892
</li>
889893
<li>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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-10-20T17:57:48Z</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-10-21T08:29:18Z</updated></feed>

servers.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ <h3>Infrastructure-as-a-service resources</h3>
147147
Python library for working with Amazon Web Services.</p>
148148
</li>
149149
<li>
150+
<p><a href="https://github.com/changhiskhan/poseidon">Poseidon</a> is a Python commandline
151+
interface for managing Digital Ocean droplets (servers).</p>
152+
</li>
153+
<li>
150154
<p>Rackspace also has <a href="http://docs.rackspace.com/sdks/guide/content/python.html">official documentation for Python</a>.</p>
151155
</li>
152156
<li>

source/content/pages/03-deployment/0302-servers.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ provides a unified API for many cloud service providers.
131131
* [boto](https://github.com/boto/boto) is an extensive and well-tested
132132
Python library for working with Amazon Web Services.
133133

134+
* [Poseidon](https://github.com/changhiskhan/poseidon) is a Python commandline
135+
interface for managing Digital Ocean droplets (servers).
136+
134137
* Rackspace also has [official documentation for Python](http://docs.rackspace.com/sdks/guide/content/python.html).
135138

136139
* [How to set up your Linode for maximum awesomeness](http://feross.org/how-to-setup-your-linode/)

0 commit comments

Comments
 (0)