Skip to content

Commit 828130f

Browse files
committed
Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages
1 parent 62ce9da commit 828130f

File tree

4 files changed

+26
-8
lines changed

4 files changed

+26
-8
lines changed

index.html

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2096,18 +2096,36 @@ <h2 id="deep-learning">Deep Learning</h2>
20962096
<h2 id="devops-tools">DevOps Tools</h2>
20972097
<p><em>Software and libraries for DevOps.</em></p>
20982098
<ul>
2099+
<li>Configuration Management<ul>
20992100
<li><a href="https://github.com/ansible/ansible">ansible</a> - A radically simple IT automation platform.</li>
2101+
<li><a href="https://github.com/saltstack/salt">saltstack</a> - Infrastructure automation and management system.</li>
21002102
<li><a href="https://cloudinit.readthedocs.io/en/latest/">cloudinit</a> - A multi-distribution package that handles early initialization of a cloud instance.</li>
2101-
<li><a href="https://github.com/sebastien/cuisine">cuisine</a> - Chef-like functionality for Fabric.</li>
2102-
<li><a href="https://docs.docker.com/compose/">docker-compose</a> - Fast, isolated development environments using <a href="https://www.docker.com/">Docker</a>.</li>
2103+
<li><a href="https://www.openstack.org/">OpenStack</a> - Open source software for building private and public clouds.</li>
2104+
</ul>
2105+
</li>
2106+
<li>SSH-style Deployment<ul>
21032107
<li><a href="https://github.com/fabric/fabric">fabric</a> - A simple, Pythonic tool for remote execution and deployment.</li>
21042108
<li><a href="https://github.com/fabtools/fabtools">fabtools</a> - Tools for writing awesome Fabric files.</li>
2109+
<li><a href="https://github.com/sebastien/cuisine">cuisine</a> - Chef-like functionality for Fabric.</li>
2110+
</ul>
2111+
</li>
2112+
<li>Process Management<ul>
2113+
<li><a href="https://github.com/Supervisor/supervisor">supervisor</a> - Supervisor process control system for UNIX.</li>
21052114
<li><a href="https://github.com/nickstenning/honcho">honcho</a> - A Python clone of <a href="https://github.com/ddollar/foreman">Foreman</a>, for managing Procfile-based applications.</li>
2106-
<li><a href="https://www.openstack.org/">OpenStack</a> - Open source software for building private and public clouds.</li>
2107-
<li><a href="https://github.com/pexpect/pexpect">pexpect</a> - Controlling interactive programs in a pseudo-terminal like GNU expect.</li>
2115+
</ul>
2116+
</li>
2117+
<li>Monitoring<ul>
21082118
<li><a href="https://github.com/giampaolo/psutil">psutil</a> - A cross-platform process and system utilities module.</li>
2109-
<li><a href="https://github.com/saltstack/salt">saltstack</a> - Infrastructure automation and management system.</li>
2110-
<li><a href="https://github.com/Supervisor/supervisor">supervisor</a> - Supervisor process control system for UNIX.</li>
2119+
</ul>
2120+
</li>
2121+
<li>Backup<ul>
2122+
<li><a href="https://www.borgbackup.org/">BorgBackup</a> - A deduplicating archiver with compression and encryption.</li>
2123+
</ul>
2124+
</li>
2125+
<li>Others<ul>
2126+
<li><a href="https://docs.docker.com/compose/">docker-compose</a> - Fast, isolated development environments using <a href="https://www.docker.com/">Docker</a>.</li>
2127+
</ul>
2128+
</li>
21112129
</ul>
21122130
<h2 id="distributed-computing">Distributed Computing</h2>
21132131
<p><em>Frameworks and libraries for Distributed Computing.</em></p>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://awesome-python.com/</loc>
5-
<lastmod>2020-06-06</lastmod>
5+
<lastmod>2020-06-11</lastmod>
66
<changefreq>daily</changefreq>
77
</url>
88
</urlset>

sitemap.xml.gz

1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)