Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages

This commit is contained in:
Deployment Bot (from Travis CI) 2019-03-03 09:01:29 +00:00
parent 299aff8c27
commit 055a47468f
3 changed files with 4 additions and 3 deletions

View File

@ -1695,9 +1695,9 @@
</ul>
</li>
<li>JWT<ul>
<li><a href="https://github.com/jpadilla/pyjwt">pyjwt</a> - Implementation of the JSON Web Token draft 01.</li>
<li><a href="https://github.com/jpadilla/pyjwt">pyjwt</a> - JSON Web Token implementation in Python.</li>
<li><a href="https://github.com/mpdavis/python-jose/">python-jose</a> - A JOSE implementation in Python.</li>
<li><a href="https://github.com/davedoesdev/python-jwt">python-jwt</a> - Module for generating and verifying JSON Web Tokens.</li>
<li><a href="https://github.com/davedoesdev/python-jwt">python-jwt</a> - A module for generating and verifying JSON Web Tokens.</li>
</ul>
</li>
</ul>
@ -1713,6 +1713,7 @@
<h2 id="built-in-classes-enhancement">Built-in Classes Enhancement</h2>
<p><em>Libraries for enhancing Python built-in classes.</em></p>
<ul>
<li><a href="https://docs.python.org/3/library/dataclasses.html">dataclasses</a> - (Python standard library) Data classes.</li>
<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>
<li><a href="https://github.com/jab/bidict">bidict</a> - Efficient, Pythonic bidirectional map data structures and related functionality..</li>
<li><a href="https://github.com/cdgriffith/Box">Box</a> - Python dictionaries with advanced dot notation access.</li>

File diff suppressed because one or more lines are too long

Binary file not shown.