@@ -152,9 +152,9 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
152
152
* [ python-oauth2] ( https://github.com/joestump/python-oauth2 ) - A fully tested, abstract interface to creating OAuth clients and servers.
153
153
* [ python-social-auth] ( https://github.com/omab/python-social-auth ) - An easy-to-setup social authentication mechanism.
154
154
* JWT
155
- * [ pyjwt] ( https://github.com/jpadilla/pyjwt ) -Implementation of the JSON Web Tokendraft 01 .
155
+ * [ pyjwt] ( https://github.com/jpadilla/pyjwt ) - JSON Web Tokenimplementation in Python .
156
156
* [ python-jose] ( https://github.com/mpdavis/python-jose/ ) - A JOSE implementation in Python.
157
- * [ python-jwt] ( https://github.com/davedoesdev/python-jwt ) -Module for generating and verifying JSON Web Tokens.
157
+ * [ python-jwt] ( https://github.com/davedoesdev/python-jwt ) -A module for generating and verifying JSON Web Tokens.
158
158
159
159
##Build Tools
160
160
@@ -170,6 +170,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
170
170
171
171
* Libraries for enhancing Python built-in classes.*
172
172
173
+ * [ dataclasses] ( https://docs.python.org/3/library/dataclasses.html ) - (Python standard library) Data classes.
173
174
* [ attrs] ( https://github.com/python-attrs/attrs ) - Replacement for` __init__ ` ,` __eq__ ` ,` __repr__ ` , etc. boilerplate in class definitions.
174
175
* [ bidict] ( https://github.com/jab/bidict ) - Efficient, Pythonic bidirectional map data structures and related functionality..
175
176
* [ Box] ( https://github.com/cdgriffith/Box ) - Python dictionaries with advanced dot notation access.