File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed
source/content/pages/03-deployment Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -884,6 +884,10 @@ <h3>Infrastructure-as-a-service resources</h3>
884884Python 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 >
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-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 >
Original file line number Diff line number Diff line change @@ -147,6 +147,10 @@ <h3>Infrastructure-as-a-service resources</h3>
147147Python 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 >
Original file line number Diff line number Diff 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
132132Python 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/ )
You can’t perform that action at this time.
0 commit comments