Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6b48d0c

Browse files
committed
Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages
1 parent727149e commit6b48d0c

File tree

3 files changed

+45
-35
lines changed

3 files changed

+45
-35
lines changed

‎index.html

Lines changed: 44 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -357,13 +357,6 @@
357357
ChatOps Tools
358358
</a>
359359

360-
</li>
361-
362-
<liclass="md-nav__item">
363-
<ahref="#cluster-computing"title="Cluster Computing"class="md-nav__link">
364-
Cluster Computing
365-
</a>
366-
367360
</li>
368361

369362
<liclass="md-nav__item">
@@ -476,6 +469,13 @@
476469
DevOps Tools
477470
</a>
478471

472+
</li>
473+
474+
<liclass="md-nav__item">
475+
<ahref="#distributed-computing"title="Distributed Computing"class="md-nav__link">
476+
Distributed Computing
477+
</a>
478+
479479
</li>
480480

481481
<liclass="md-nav__item">
@@ -983,13 +983,6 @@
983983
ChatOps Tools
984984
</a>
985985

986-
</li>
987-
988-
<liclass="md-nav__item">
989-
<ahref="#cluster-computing"title="Cluster Computing"class="md-nav__link">
990-
Cluster Computing
991-
</a>
992-
993986
</li>
994987

995988
<liclass="md-nav__item">
@@ -1102,6 +1095,13 @@
11021095
DevOps Tools
11031096
</a>
11041097

1098+
</li>
1099+
1100+
<liclass="md-nav__item">
1101+
<ahref="#distributed-computing"title="Distributed Computing"class="md-nav__link">
1102+
Distributed Computing
1103+
</a>
1104+
11051105
</li>
11061106

11071107
<liclass="md-nav__item">
@@ -1549,7 +1549,6 @@ <h1 id="awesome-python">Awesome Python <a href="https://github.com/sindresorhus/
15491549
<li><ahref="#built-in-classes-enhancement">Built-in Classes Enhancement</a></li>
15501550
<li><ahref="#caching">Caching</a></li>
15511551
<li><ahref="#chatops-tools">ChatOps Tools</a></li>
1552-
<li><ahref="#cluster-computing">Cluster Computing</a></li>
15531552
<li><ahref="#cms">CMS</a></li>
15541553
<li><ahref="#code-analysis">Code Analysis</a></li>
15551554
<li><ahref="#command-line-tools">Command-line Tools</a></li>
@@ -1567,6 +1566,7 @@ <h1 id="awesome-python">Awesome Python <a href="https://github.com/sindresorhus/
15671566
<li><ahref="#debugging-tools">Debugging Tools</a></li>
15681567
<li><ahref="#deep-learning">Deep Learning</a></li>
15691568
<li><ahref="#devops-tools">DevOps Tools</a></li>
1569+
<li><ahref="#distributed-computing">Distributed Computing</a></li>
15701570
<li><ahref="#distribution">Distribution</a></li>
15711571
<li><ahref="#documentation">Documentation</a></li>
15721572
<li><ahref="#downloader">Downloader</a></li>
@@ -1745,33 +1745,28 @@ <h2 id="chatops-tools">ChatOps Tools</h2>
17451745
<ul>
17461746
<li><ahref="https://github.com/errbotio/errbot/">Errbot</a> - The easiest and most popular chatbot to implement ChatOps.</li>
17471747
</ul>
1748-
<h2id="cluster-computing">Cluster Computing</h2>
1749-
<p><em>Frameworks and libraries for Cluster Computing.</em></p>
1750-
<ul>
1751-
<li><ahref="https://pypi.python.org/pypi/pyspark/">PySpark</a> -<ahref="https://spark.apache.org/">Apache Spark</a> Python API.</li>
1752-
<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>
17591748
<h2id="code-analysis">Code Analysis</h2>
17601749
<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>
17611750
<ul>
17621751
<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>
17651753
<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>
17671755
<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>
17691760
<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>
17701765
</ul>
17711766
</li>
17721767
<li>Static Type Checkers<ul>
17731768
<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>
17751770
</ul>
17761771
</li>
17771772
<li>Static Type Annotations Generators<ul>
@@ -2015,6 +2010,23 @@ <h2 id="devops-tools">DevOps Tools</h2>
20152010
<li><ahref="https://github.com/saltstack/salt">SaltStack</a> - Infrastructure automation and management system.</li>
20162011
<li><ahref="https://github.com/Supervisor/supervisor">supervisor</a> - Supervisor process control system for UNIX.</li>
20172012
</ul>
2013+
<h2id="distributed-computing">Distributed Computing</h2>
2014+
<p><em>Frameworks and libraries for Distributed Computing.</em></p>
2015+
<ul>
2016+
<li>Batch Processing<ul>
2017+
<li><ahref="https://pypi.python.org/pypi/pyspark/">PySpark</a> -<ahref="https://spark.apache.org/">Apache Spark</a> Python API.</li>
2018+
<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>
20182030
<h2id="distribution">Distribution</h2>
20192031
<p><em>Libraries to create packaged executables for release distribution.</em></p>
20202032
<ul>
@@ -2530,9 +2542,8 @@ <h2 id="search">Search</h2>
25302542
<p><em>Libraries and software for indexing and performing search queries on data.</em></p>
25312543
<ul>
25322544
<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>
25342545
<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) forPython.</li>
2546+
<li><ahref="https://github.com/elastic/elasticsearch-dsl-py">elasticsearch-dsl-py</a> -The official high-level Python client forElasticsearch.</li>
25362547
<li><ahref="https://github.com/django-haystack/pysolr">pysolr</a> - A lightweight Python wrapper for Apache Solr (incl. SolrCloud awareness).</li>
25372548
<li><ahref="https://github.com/edsu/solrpy">solrpy</a> - A Python client for<ahref="http://lucene.apache.org/solr/">solr</a>.</li>
25382549
<li><ahref="http://whoosh.readthedocs.io/en/latest/">Whoosh</a> - A fast, pure Python search engine library.</li>
@@ -2547,7 +2558,6 @@ <h2 id="serialization">Serialization</h2>
25472558
<h2id="serverless-frameworks">Serverless Frameworks</h2>
25482559
<p><em>Frameworks for developing serverless Python code.</em></p>
25492560
<ul>
2550-
<li><ahref="https://github.com/apex/apex">apex</a> - Build, deploy, and manage<ahref="https://aws.amazon.com/lambda/">AWS Lambda</a> functions with ease.</li>
25512561
<li><ahref="https://github.com/nficano/python-lambda">python-lambda</a> - A toolkit for developing and deploying Python code in AWS Lambda.</li>
25522562
<li><ahref="https://github.com/Miserlou/Zappa">Zappa</a> - A tool for deploying WSGI applications on AWS Lambda and API Gateway.</li>
25532563
</ul>

‎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)

[8]ページ先頭

©2009-2025 Movatter.jp