Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages
This commit is contained in:
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>
|
||||
|
Reference in New Issue
Block a user