You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><ahref="https://dask.pydata.org/en/latest/">dask</a> - A flexible parallel computing library for analytic computing.</li>
1753
-
<li><ahref="https://github.com/robinhood/faust">faust</a> - A stream processing library, porting the ideas from <ahref="https://kafka.apache.org/documentation/streams/">Kafka Streams</a> to Python.</li>
1754
-
<li><ahref="https://github.com/spotify/luigi">luigi</a> - A module that helps you build complex pipelines of batch jobs.</li>
1755
-
<li><ahref="https://github.com/Yelp/mrjob">mrjob</a> - Run MapReduce jobs on Hadoop or Amazon Web Services.</li>
1756
-
<li><ahref="https://github.com/ray-project/ray/">Ray</a> - A system for parallel and distributed Python that unifies the machine learning ecosystem.</li>
1757
-
<li><ahref="https://github.com/Parsely/streamparse">streamparse</a> - Run Python code against real-time streams of data via <ahref="http://storm.apache.org/">Apache Storm</a>.</li>
1758
-
</ul>
1759
1748
<h2id="code-analysis">Code Analysis</h2>
1760
1749
<p><em>Tools of static analysis, linters and code quality checkers. See: <ahref="https://github.com/mre/awesome-static-analysis">awesome-static-analysis</a>.</em></p>
1761
1750
<ul>
1762
1751
<li>Code Analysis<ul>
1763
-
<li><ahref="https://pypi.python.org/pypi/flake8">flake8</a> - A wrapper around pycodestyle, pyflakes and McCabe.</li>
1764
-
<li><ahref="http://coala.io/">coala</a> - Language independent and easily extendable code analysis application.</li>
1752
+
<li><ahref="https://github.com/coala/coala/">coala</a> - Language independent and easily extendable code analysis application.</li>
1765
1753
<li><ahref="https://github.com/scottrogowski/code2flow">code2flow</a> - Turn your Python and JavaScript code into DOT flowcharts.</li>
1766
-
<li><ahref="https://github.com/landscapeio/prospector">prospector</a> - A tool to analyse Python code.</li>
1754
+
<li><ahref="https://github.com/PyCQA/prospector">prospector</a> - A tool to analyse Python code.</li>
1767
1755
<li><ahref="https://github.com/gak/pycallgraph">pycallgraph</a> - A library that visualises the flow (call graph) of your Python application.</li>
1768
-
<li><ahref="https://github.com/klen/pylama">pylama</a> - A code audit tool for Python and JavaScript.</li>
1756
+
</ul>
1757
+
</li>
1758
+
<li>Code Linters<ul>
1759
+
<li><ahref="https://pypi.python.org/pypi/flake8">flake8</a> - A wrapper around <code>pycodestyle</code>, <code>pyflakes</code> and McCabe.</li>
1769
1760
<li><ahref="https://www.pylint.org/">pylint</a> - A fully customizable source code analyzer.</li>
1761
+
<li><ahref="https://github.com/klen/pylama">pylama</a> - A code audit tool for Python and JavaScript.
1762
+
Code Formatters</li>
1763
+
<li><ahref="https://github.com/ambv/black">black</a> - The uncompromising Python code formatter.</li>
1764
+
<li><ahref="https://github.com/google/yapf">yapf</a> - Yet another Python code formatter from Google.</li>
1770
1765
</ul>
1771
1766
</li>
1772
1767
<li>Static Type Checkers<ul>
1773
1768
<li><ahref="http://mypy-lang.org/">mypy</a> - Check variable types during compile time.</li>
1774
-
<li><ahref="https://github.com/facebook/pyre-check">Pyre</a> - Performant type checking.</li>
1769
+
<li><ahref="https://github.com/facebook/pyre-check">pyre-check</a> - Performant type checking.</li>
<li><ahref="https://github.com/dask/dask">dask</a> - A flexible parallel computing library for analytic computing.</li>
2019
+
<li><ahref="https://github.com/spotify/luigi">luigi</a> - A module that helps you build complex pipelines of batch jobs.</li>
2020
+
<li><ahref="https://github.com/Yelp/mrjob">mrjob</a> - Run MapReduce jobs on Hadoop or Amazon Web Services.</li>
2021
+
<li><ahref="https://github.com/ray-project/ray/">Ray</a> - A system for parallel and distributed Python that unifies the machine learning ecosystem.</li>
2022
+
</ul>
2023
+
</li>
2024
+
<li>Stream Processing<ul>
2025
+
<li><ahref="https://github.com/robinhood/faust">faust</a> - A stream processing library, porting the ideas from <ahref="https://kafka.apache.org/documentation/streams/">Kafka Streams</a> to Python.</li>
2026
+
<li><ahref="https://github.com/Parsely/streamparse">streamparse</a> - Run Python code against real-time streams of data via <ahref="http://storm.apache.org/">Apache Storm</a>.</li>
2027
+
</ul>
2028
+
</li>
2029
+
</ul>
2018
2030
<h2id="distribution">Distribution</h2>
2019
2031
<p><em>Libraries to create packaged executables for release distribution.</em></p>
2020
2032
<ul>
@@ -2530,9 +2542,8 @@ <h2 id="search">Search</h2>
2530
2542
<p><em>Libraries and software for indexing and performing search queries on data.</em></p>
2531
2543
<ul>
2532
2544
<li><ahref="https://github.com/django-haystack/django-haystack">django-haystack</a> - Modular search for Django.</li>
2533
-
<li><ahref="https://github.com/elastic/elasticsearch-dsl-py">elasticsearch-dsl-py</a> - The official high-level Python client for Elasticsearch.</li>
2534
2545
<li><ahref="https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/index.html">elasticsearch-py</a> - The official low-level Python client for <ahref="https://www.elastic.co/products/elasticsearch">Elasticsearch</a>.</li>
2535
-
<li><ahref="https://github.com/seek-ai/esengine">esengine</a> - ElasticSearch ODM (Object Document Mapper) for Python.</li>
2546
+
<li><ahref="https://github.com/elastic/elasticsearch-dsl-py">elasticsearch-dsl-py</a> - The official high-level Python client for Elasticsearch.</li>
2536
2547
<li><ahref="https://github.com/django-haystack/pysolr">pysolr</a> - A lightweight Python wrapper for Apache Solr (incl. SolrCloud awareness).</li>
2537
2548
<li><ahref="https://github.com/edsu/solrpy">solrpy</a> - A Python client for <ahref="http://lucene.apache.org/solr/">solr</a>.</li>
2538
2549
<li><ahref="http://whoosh.readthedocs.io/en/latest/">Whoosh</a> - A fast, pure Python search engine library.</li>
0 commit comments