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

Commit727149e

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

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

‎index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,13 +1738,12 @@ <h2 id="caching">Caching</h2>
17381738
<li><ahref="https://github.com/Suor/django-cacheops">django-cacheops</a> - A slick ORM cache with automatic granular event-driven invalidation.</li>
17391739
<li><ahref="http://dogpilecache.readthedocs.io/en/latest/">dogpile.cache</a> - dogpile.cache is next generation replacement for Beaker made by same authors.</li>
17401740
<li><ahref="https://pypi.python.org/pypi/HermesCache">HermesCache</a> - Python caching library with tag-based invalidation and dogpile effect prevention.</li>
1741-
<li><ahref="https://github.com/jmoiron/johnny-cache">johnny-cache</a> - A caching framework for Django applications.</li>
17421741
<li><ahref="https://github.com/lericson/pylibmc">pylibmc</a> - A Python wrapper around the<ahref="http://libmemcached.org/libMemcached.html">libmemcached</a> interface.</li>
17431742
</ul>
17441743
<h2id="chatops-tools">ChatOps Tools</h2>
17451744
<p><em>Libraries for chatbot development.</em></p>
17461745
<ul>
1747-
<li><ahref="http://errbot.io/en/latest/">Errbot</a> - The easiest and most popular chatbot to implement ChatOps.</li>
1746+
<li><ahref="https://github.com/errbotio/errbot/">Errbot</a> - The easiest and most popular chatbot to implement ChatOps.</li>
17481747
</ul>
17491748
<h2id="cluster-computing">Cluster Computing</h2>
17501749
<p><em>Frameworks and libraries for Cluster Computing.</em></p>
@@ -2369,7 +2368,7 @@ <h2 id="news-feed">News Feed</h2>
23692368
<p><em>Libraries for building user's activities.</em></p>
23702369
<ul>
23712370
<li><ahref="https://github.com/justquick/django-activity-stream">django-activity-stream</a> - Generating generic activity streams from the actions on your site.</li>
2372-
<li><ahref="https://github.com/tschellenbach/Stream-Framework">Stream-Framework</a> - Building newsfeed and notification systems using Cassandra and Redis.</li>
2371+
<li><ahref="https://github.com/tschellenbach/Stream-Framework">StreamFramework</a> - Building newsfeed and notification systems using Cassandra and Redis.</li>
23732372
</ul>
23742373
<h2id="orm">ORM</h2>
23752374
<p><em>Libraries that implement Object-Relational Mapping or data mapping techniques.</em></p>
@@ -2541,7 +2540,9 @@ <h2 id="search">Search</h2>
25412540
<h2id="serialization">Serialization</h2>
25422541
<p><em>Libraries for serializing complex data types</em></p>
25432542
<ul>
2544-
<li><ahref="https://github.com/marshmallow-code/marshmallow">marshmallow</a> - marshmallow is an ORM/ODM/framework-agnostic library for converting complex datatypes, such as objects, to and from native Python datatypes.</li>
2543+
<li><ahref="https://github.com/marshmallow-code/marshmallow">marshmallow</a> - A lightweight library for converting complex objects to and from simple Python datatypes.</li>
2544+
<li><ahref="https://github.com/TkTech/pysimdjson">pysimdjson</a> - A Python bindings for<ahref="https://github.com/lemire/simdjson">simdjson</a>.</li>
2545+
<li><ahref="https://github.com/python-rapidjson/python-rapidjson">python-rapidjson</a> - A Python wrapper around<ahref="https://github.com/Tencent/rapidjson">RapidJSON</a>.</li>
25452546
</ul>
25462547
<h2id="serverless-frameworks">Serverless Frameworks</h2>
25472548
<p><em>Frameworks for developing serverless Python code.</em></p>

‎search/search_index.json

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

‎sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<urlsetxmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://awesome-python.com/</loc>
5-
<lastmod>2019-03-02</lastmod>
5+
<lastmod>2019-03-03</lastmod>
66
<changefreq>daily</changefreq>
77
</url>
88
</urlset>

‎sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp