Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages

This commit is contained in:
Deployment Bot (from Travis CI) 2020-09-26 07:44:09 +00:00
parent f14de65384
commit 0865d1e29b
3 changed files with 6 additions and 10 deletions

View File

@ -1879,9 +1879,9 @@
</ul>
</li>
<li>Static Type Annotations Generators<ul>
<li><a href="https://github.com/Instagram/MonkeyType">MonkeyType</a> - A system for Python that generates static type annotations by collecting runtime types</li>
<li><a href="https://github.com/dropbox/pyannotate">pyannotate</a> - Insert annotations into your source code based on call arguments and return types observed at runtime</li>
<li><a href="https://github.com/google/pytype">pytype</a> - Pytype checks and infers types for your Python code - without requiring type annotations</li>
<li><a href="https://github.com/Instagram/MonkeyType">MonkeyType</a> - A system for Python that generates static type annotations by collecting runtime types.</li>
<li><a href="https://github.com/dropbox/pyannotate">pyannotate</a> - Auto-generate PEP-484 annotations.</li>
<li><a href="https://github.com/google/pytype">pytype</a> - Pytype checks and infers types for Python code - without requiring type annotations.</li>
</ul>
</li>
</ul>
@ -1910,9 +1910,7 @@
<h2 id="command-line-tools">Command-line Tools</h2>
<p><em>Useful CLI-based tools for productivity.</em></p>
<ul>
<li>
<p>Productivity Tools</p>
<ul>
<li>Productivity Tools<ul>
<li><a href="https://github.com/audreyr/cookiecutter">cookiecutter</a> - A command-line utility that creates projects from cookiecutters (project templates).</li>
<li><a href="https://github.com/pykong/copier">copier</a> - A library and command-line utility for rendering projects templates.</li>
<li><a href="https://github.com/sloria/doitlive">doitlive</a> - A tool for live presentations in the terminal.</li>
@ -1925,9 +1923,7 @@
<li><a href="https://github.com/timofurrer/try">try</a> - A dead simple CLI to try out python packages - it's never been easier.</li>
</ul>
</li>
<li>
<p>CLI Enhancements</p>
<ul>
<li>CLI Enhancements<ul>
<li><a href="https://github.com/jakubroztocil/httpie">httpie</a> - A command line HTTP client, a user-friendly cURL replacement.</li>
<li><a href="https://github.com/laixintao/iredis">iredis</a> - Redis CLI with autocompletion and syntax highlighting.</li>
<li><a href="https://github.com/cloudnativelabs/kube-shell">kube-shell</a> - An integrated shell for working with the Kubernetes CLI.</li>

File diff suppressed because one or more lines are too long

Binary file not shown.