Skip to content

Commit b8dbdc4

Browse files
committed
Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages
1 parent 3cf03a3 commit b8dbdc4

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1905,9 +1905,10 @@ <h2 id="command-line-tools">Command-line Tools</h2>
19051905
<li>CLI Enhancements<ul>
19061906
<li><a href="https://github.com/jakubroztocil/httpie">httpie</a> - A command line HTTP client, a user-friendly cURL replacement.</li>
19071907
<li><a href="https://github.com/cloudnativelabs/kube-shell">kube-shell</a> - An integrated shell for working with the Kubernetes CLI.</li>
1908-
<li><a href="https://github.com/dbcli/mycli">mycli</a> - A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.</li>
1909-
<li><a href="https://github.com/dbcli/pgcli">pgcli</a> - Postgres CLI with autocompletion and syntax highlighting.</li>
1910-
<li><a href="https://github.com/dbcli/litecli">litecli</a> - SQLite CLI with autocompletion and syntax highlighting.</li>
1908+
<li><a href="https://github.com/dbcli/mycli">mycli</a> - MySQL CLI with autocompletion and syntax highlighting.</li>
1909+
<li><a href="https://github.com/dbcli/pgcli">pgcli</a> - PostgreSQL CLI with autocompletion and syntax highlighting.</li>
1910+
<li><a href="https://github.com/laixintao/iredis">litecli</a> - Redis CLI with autocompletion and syntax highlighting.</li>
1911+
<li><a href="https://github.com/dbcli/litecli">iredis</a> - SQLite CLI with autocompletion and syntax highlighting.</li>
19111912
<li><a href="https://github.com/donnemartin/saws">saws</a> - A Supercharged <a href="https://github.com/aws/aws-cli">aws-cli</a>.</li>
19121913
</ul>
19131914
</li>
@@ -2131,6 +2132,7 @@ <h2 id="distribution">Distribution</h2>
21312132
<li><a href="https://github.com/pyinstaller/pyinstaller">PyInstaller</a> - Converts Python programs into stand-alone executables (cross-platform).</li>
21322133
<li><a href="http://pynsist.readthedocs.io/en/latest/">pynsist</a> - A tool to build Windows installers, installers bundle Python itself.</li>
21332134
<li><a href="https://github.com/dashingsoft/pyarmor">pyarmor</a> - A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.</li>
2135+
<li><a href="https://github.com/linkedin/shiv">shiv</a> - A command line utility for building fully self-contained zipapps (PEP 441), but with all their dependencies included.</li>
21342136
</ul>
21352137
<h2 id="documentation">Documentation</h2>
21362138
<p><em>Libraries for generating project documentation.</em></p>
@@ -2610,6 +2612,7 @@ <h2 id="science">Science</h2>
26102612
<li><a href="http://biopython.org/wiki/Main_Page">Biopython</a> - Biopython is a set of freely available tools for biological computation.</li>
26112613
<li><a href="http://cclib.github.io/">cclib</a> - A library for parsing and interpreting the results of computational chemistry packages.</li>
26122614
<li><a href="http://colour-science.org/">Colour</a> - Implementing a comprehensive number of colour theory transformations and algorithms.</li>
2615+
<li><a href="https://github.com/benedekrozemberczki/karateclub">Karate Club</a> - Unsupervised machine learning toolbox for graph structured data.</li>
26132616
<li><a href="https://networkx.github.io/">NetworkX</a> - A high-productivity software for complex networks.</li>
26142617
<li><a href="http://nipy.org">NIPY</a> - A collection of neuroimaging toolkits.</li>
26152618
<li><a href="http://www.numpy.org/">NumPy</a> - A fundamental package for scientific computing with Python.</li>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)