|
812 | 812 | Serverless Frameworks
|
813 | 813 | </a>
|
814 | 814 |
|
| 815 | +</li> |
| 816 | + |
| 817 | + <li class="md-nav__item"> |
| 818 | + <a href="#shell" title="Shell" class="md-nav__link"> |
| 819 | + Shell |
| 820 | + </a> |
| 821 | + |
815 | 822 | </li>
|
816 | 823 |
|
817 | 824 | <li class="md-nav__item">
|
|
1473 | 1480 | Serverless Frameworks
|
1474 | 1481 | </a>
|
1475 | 1482 |
|
| 1483 | +</li> |
| 1484 | + |
| 1485 | + <li class="md-nav__item"> |
| 1486 | + <a href="#shell" title="Shell" class="md-nav__link"> |
| 1487 | + Shell |
| 1488 | + </a> |
| 1489 | + |
1476 | 1490 | </li>
|
1477 | 1491 |
|
1478 | 1492 | <li class="md-nav__item">
|
@@ -1683,6 +1697,7 @@ <h1 id="awesome-python">Awesome Python <a href="https://github.com/sindresorhus/
|
1683 | 1697 | <li><a href="#search">Search</a></li>
|
1684 | 1698 | <li><a href="#serialization">Serialization</a></li>
|
1685 | 1699 | <li><a href="#serverless-frameworks">Serverless Frameworks</a></li>
|
| 1700 | +<li><a href="#shell">Shell</a></li> |
1686 | 1701 | <li><a href="#specific-formats-processing">Specific Formats Processing</a></li>
|
1687 | 1702 | <li><a href="#static-site-generator">Static Site Generator</a></li>
|
1688 | 1703 | <li><a href="#tagging">Tagging</a></li>
|
@@ -2714,6 +2729,11 @@ <h2 id="serverless-frameworks">Serverless Frameworks</h2>
|
2714 | 2729 | <li><a href="https://github.com/nficano/python-lambda">python-lambda</a> - A toolkit for developing and deploying Python code in AWS Lambda.</li>
|
2715 | 2730 | <li><a href="https://github.com/Miserlou/Zappa">Zappa</a> - A tool for deploying WSGI applications on AWS Lambda and API Gateway.</li>
|
2716 | 2731 | </ul>
|
| 2732 | +<h2 id="shell">Shell</h2> |
| 2733 | +<p><em>Shells based on Python.</em></p> |
| 2734 | +<ul> |
| 2735 | +<li><a href="https://github.com/xonsh/xonsh/">xonsh</a> - A Python-powered, cross-platform, Unix-gazing shell language and command prompt.</li> |
| 2736 | +</ul> |
2717 | 2737 | <h2 id="specific-formats-processing">Specific Formats Processing</h2>
|
2718 | 2738 | <p><em>Libraries for parsing and manipulating specific text formats.</em></p>
|
2719 | 2739 | <ul>
|
|
0 commit comments