mirror of
https://github.com/vinta/awesome-python.git
synced 2025-01-18 23:37:00 +00:00
Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages
This commit is contained in:
parent
62ce9dace0
commit
828130fec0
32
index.html
32
index.html
|
@ -2096,18 +2096,36 @@
|
||||||
<h2 id="devops-tools">DevOps Tools</h2>
|
<h2 id="devops-tools">DevOps Tools</h2>
|
||||||
<p><em>Software and libraries for DevOps.</em></p>
|
<p><em>Software and libraries for DevOps.</em></p>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>Configuration Management<ul>
|
||||||
<li><a href="https://github.com/ansible/ansible">ansible</a> - A radically simple IT automation platform.</li>
|
<li><a href="https://github.com/ansible/ansible">ansible</a> - A radically simple IT automation platform.</li>
|
||||||
|
<li><a href="https://github.com/saltstack/salt">saltstack</a> - Infrastructure automation and management system.</li>
|
||||||
<li><a href="https://cloudinit.readthedocs.io/en/latest/">cloudinit</a> - A multi-distribution package that handles early initialization of a cloud instance.</li>
|
<li><a href="https://cloudinit.readthedocs.io/en/latest/">cloudinit</a> - A multi-distribution package that handles early initialization of a cloud instance.</li>
|
||||||
<li><a href="https://github.com/sebastien/cuisine">cuisine</a> - Chef-like functionality for Fabric.</li>
|
<li><a href="https://www.openstack.org/">OpenStack</a> - Open source software for building private and public clouds.</li>
|
||||||
<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>
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>SSH-style Deployment<ul>
|
||||||
<li><a href="https://github.com/fabric/fabric">fabric</a> - A simple, Pythonic tool for remote execution and deployment.</li>
|
<li><a href="https://github.com/fabric/fabric">fabric</a> - A simple, Pythonic tool for remote execution and deployment.</li>
|
||||||
<li><a href="https://github.com/fabtools/fabtools">fabtools</a> - Tools for writing awesome Fabric files.</li>
|
<li><a href="https://github.com/fabtools/fabtools">fabtools</a> - Tools for writing awesome Fabric files.</li>
|
||||||
<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>
|
<li><a href="https://github.com/sebastien/cuisine">cuisine</a> - Chef-like functionality for Fabric.</li>
|
||||||
<li><a href="https://www.openstack.org/">OpenStack</a> - Open source software for building private and public clouds.</li>
|
</ul>
|
||||||
<li><a href="https://github.com/pexpect/pexpect">pexpect</a> - Controlling interactive programs in a pseudo-terminal like GNU expect.</li>
|
</li>
|
||||||
<li><a href="https://github.com/giampaolo/psutil">psutil</a> - A cross-platform process and system utilities module.</li>
|
<li>Process Management<ul>
|
||||||
<li><a href="https://github.com/saltstack/salt">saltstack</a> - Infrastructure automation and management system.</li>
|
|
||||||
<li><a href="https://github.com/Supervisor/supervisor">supervisor</a> - Supervisor process control system for UNIX.</li>
|
<li><a href="https://github.com/Supervisor/supervisor">supervisor</a> - Supervisor process control system for UNIX.</li>
|
||||||
|
<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>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Monitoring<ul>
|
||||||
|
<li><a href="https://github.com/giampaolo/psutil">psutil</a> - A cross-platform process and system utilities module.</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Backup<ul>
|
||||||
|
<li><a href="https://www.borgbackup.org/">BorgBackup</a> - A deduplicating archiver with compression and encryption.</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Others<ul>
|
||||||
|
<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>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 id="distributed-computing">Distributed Computing</h2>
|
<h2 id="distributed-computing">Distributed Computing</h2>
|
||||||
<p><em>Frameworks and libraries for Distributed Computing.</em></p>
|
<p><em>Frameworks and libraries for Distributed Computing.</em></p>
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2,7 +2,7 @@
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url>
|
<url>
|
||||||
<loc>https://awesome-python.com/</loc>
|
<loc>https://awesome-python.com/</loc>
|
||||||
<lastmod>2020-06-06</lastmod>
|
<lastmod>2020-06-11</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in New Issue
Block a user