Skip to content

Commit 42f1075

Browse files
committed
Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages
1 parent cd0bfc5 commit 42f1075

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,6 +1728,7 @@ <h2 id="algorithms-and-design-patterns">Algorithms and Design Patterns</h2>
17281728
<p><em>Python implementation of algorithms and design patterns.</em></p>
17291729
<ul>
17301730
<li><a href="https://github.com/keon/algorithms">algorithms</a> - Minimal examples of data structures and algorithms in Python.</li>
1731+
<li><a href="https://github.com/erikrose/more-itertools">more-itertools</a> - More routines for operating on iterables, beyond <code>itertools</code>.</li>
17311732
<li><a href="https://github.com/tylerlaberge/PyPattyrn">PyPattyrn</a> - A simple yet effective library for implementing common design patterns.</li>
17321733
<li><a href="https://github.com/faif/python-patterns">python-patterns</a> - A collection of design patterns in Python.</li>
17331734
<li><a href="https://github.com/grantjenks/python-sortedcontainers">sortedcontainers</a> - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.</li>
@@ -1907,8 +1908,8 @@ <h2 id="command-line-tools">Command-line Tools</h2>
19071908
<li><a href="https://github.com/cloudnativelabs/kube-shell">kube-shell</a> - An integrated shell for working with the Kubernetes CLI.</li>
19081909
<li><a href="https://github.com/dbcli/mycli">mycli</a> - MySQL CLI with autocompletion and syntax highlighting.</li>
19091910
<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>
1911+
<li><a href="https://github.com/laixintao/iredis">iredis</a> - Redis CLI with autocompletion and syntax highlighting.</li>
1912+
<li><a href="https://github.com/dbcli/litecli">litecli</a> - SQLite CLI with autocompletion and syntax highlighting.</li>
19121913
<li><a href="https://github.com/donnemartin/saws">saws</a> - A Supercharged <a href="https://github.com/aws/aws-cli">aws-cli</a>.</li>
19131914
</ul>
19141915
</li>
@@ -2612,6 +2613,7 @@ <h2 id="science">Science</h2>
26122613
<li><a href="http://biopython.org/wiki/Main_Page">Biopython</a> - Biopython is a set of freely available tools for biological computation.</li>
26132614
<li><a href="http://cclib.github.io/">cclib</a> - A library for parsing and interpreting the results of computational chemistry packages.</li>
26142615
<li><a href="http://colour-science.org/">Colour</a> - Implementing a comprehensive number of colour theory transformations and algorithms.</li>
2616+
<li><a href="https://github.com/benedekrozemberczki/karateclub">Karate Club</a> - Unsupervised machine learning toolbox for graph structured data.</li>
26152617
<li><a href="https://networkx.github.io/">NetworkX</a> - A high-productivity software for complex networks.</li>
26162618
<li><a href="http://nipy.org">NIPY</a> - A collection of neuroimaging toolkits.</li>
26172619
<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)