Skip to content

Commit 024c5c9

Browse files
committed
add dataclasses
1 parent 6e8a2d5 commit 024c5c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
152152
* [python-oauth2](https://github.com/joestump/python-oauth2) - A fully tested, abstract interface to creating OAuth clients and servers.
153153
* [python-social-auth](https://github.com/omab/python-social-auth) - An easy-to-setup social authentication mechanism.
154154
* JWT
155-
* [pyjwt](https://github.com/jpadilla/pyjwt) - Implementation of the JSON Web Token draft 01.
155+
* [pyjwt](https://github.com/jpadilla/pyjwt) - JSON Web Token implementation in Python.
156156
* [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.
158158

159159
## Build Tools
160160

@@ -170,6 +170,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
170170

171171
*Libraries for enhancing Python built-in classes.*
172172

173+
* [dataclasses](https://docs.python.org/3/library/dataclasses.html) - (Python standard library) Data classes.
173174
* [attrs](https://github.com/python-attrs/attrs) - Replacement for `__init__`, `__eq__`, `__repr__`, etc. boilerplate in class definitions.
174175
* [bidict](https://github.com/jab/bidict) - Efficient, Pythonic bidirectional map data structures and related functionality..
175176
* [Box](https://github.com/cdgriffith/Box) - Python dictionaries with advanced dot notation access.

0 commit comments

Comments
 (0)