Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 055a474

Browse files
committed
Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages
1 parent 299aff8 commit 055a474

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1695,9 +1695,9 @@ <h2 id="authentication">Authentication</h2>
16951695
</ul>
16961696
</li>
16971697
<li>JWT<ul>
1698-
<li><a href="https://github.com/jpadilla/pyjwt">pyjwt</a> - Implementation of the JSON Web Token draft 01.</li>
1698+
<li><a href="https://github.com/jpadilla/pyjwt">pyjwt</a> - JSON Web Token implementation in Python.</li>
16991699
<li><a href="https://github.com/mpdavis/python-jose/">python-jose</a> - A JOSE implementation in Python.</li>
1700-
<li><a href="https://github.com/davedoesdev/python-jwt">python-jwt</a> - Module for generating and verifying JSON Web Tokens.</li>
1700+
<li><a href="https://github.com/davedoesdev/python-jwt">python-jwt</a> - A module for generating and verifying JSON Web Tokens.</li>
17011701
</ul>
17021702
</li>
17031703
</ul>
@@ -1713,6 +1713,7 @@ <h2 id="build-tools">Build Tools</h2>
17131713
<h2 id="built-in-classes-enhancement">Built-in Classes Enhancement</h2>
17141714
<p><em>Libraries for enhancing Python built-in classes.</em></p>
17151715
<ul>
1716+
<li><a href="https://docs.python.org/3/library/dataclasses.html">dataclasses</a> - (Python standard library) Data classes.</li>
17161717
<li><a href="https://github.com/python-attrs/attrs">attrs</a> - Replacement for <code>__init__</code>, <code>__eq__</code>, <code>__repr__</code>, etc. boilerplate in class definitions.</li>
17171718
<li><a href="https://github.com/jab/bidict">bidict</a> - Efficient, Pythonic bidirectional map data structures and related functionality..</li>
17181719
<li><a href="https://github.com/cdgriffith/Box">Box</a> - Python dictionaries with advanced dot notation access.</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)