mirror of
https://github.com/vinta/awesome-python.git
synced 2025-01-18 15:27:01 +00:00
Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages
This commit is contained in:
parent
3c875e21eb
commit
c0dfab66a1
20
index.html
20
index.html
|
@ -812,6 +812,13 @@
|
|||
Serverless Frameworks
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#shell" title="Shell" class="md-nav__link">
|
||||
Shell
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -1473,6 +1480,13 @@
|
|||
Serverless Frameworks
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#shell" title="Shell" class="md-nav__link">
|
||||
Shell
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -1683,6 +1697,7 @@
|
|||
<li><a href="#search">Search</a></li>
|
||||
<li><a href="#serialization">Serialization</a></li>
|
||||
<li><a href="#serverless-frameworks">Serverless Frameworks</a></li>
|
||||
<li><a href="#shell">Shell</a></li>
|
||||
<li><a href="#specific-formats-processing">Specific Formats Processing</a></li>
|
||||
<li><a href="#static-site-generator">Static Site Generator</a></li>
|
||||
<li><a href="#tagging">Tagging</a></li>
|
||||
|
@ -2714,6 +2729,11 @@
|
|||
<li><a href="https://github.com/nficano/python-lambda">python-lambda</a> - A toolkit for developing and deploying Python code in AWS Lambda.</li>
|
||||
<li><a href="https://github.com/Miserlou/Zappa">Zappa</a> - A tool for deploying WSGI applications on AWS Lambda and API Gateway.</li>
|
||||
</ul>
|
||||
<h2 id="shell">Shell</h2>
|
||||
<p><em>Shells based on Python.</em></p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/xonsh/xonsh/">xonsh</a> - A Python-powered, cross-platform, Unix-gazing shell language and command prompt.</li>
|
||||
</ul>
|
||||
<h2 id="specific-formats-processing">Specific Formats Processing</h2>
|
||||
<p><em>Libraries for parsing and manipulating specific text formats.</em></p>
|
||||
<ul>
|
||||
|
|
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">
|
||||
<url>
|
||||
<loc>https://awesome-python.com/</loc>
|
||||
<lastmod>2020-10-21</lastmod>
|
||||
<lastmod>2020-10-27</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in New Issue
Block a user