diff --git a/pyextra/PyJWT-1.4.1-py2.7.egg-info/PKG-INFO b/pyextra/PyJWT-1.4.1-py2.7.egg-info/PKG-INFO new file mode 100644 index 000000000..58580bf3e --- /dev/null +++ b/pyextra/PyJWT-1.4.1-py2.7.egg-info/PKG-INFO @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b9903e0ea9a99f2e1e71328a4d4c1a2270d519d139ded6760f2902d906f811f +size 2692 diff --git a/pyextra/PyJWT-1.4.1-py2.7.egg-info/SOURCES.txt b/pyextra/PyJWT-1.4.1-py2.7.egg-info/SOURCES.txt new file mode 100644 index 000000000..627db05a4 --- /dev/null +++ b/pyextra/PyJWT-1.4.1-py2.7.egg-info/SOURCES.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa673ca644100bf14668c6a9727b5bbbe63733b99fb9384f342a200363f690b5 +size 1063 diff --git a/pyextra/PyJWT-1.4.1-py2.7.egg-info/dependency_links.txt b/pyextra/PyJWT-1.4.1-py2.7.egg-info/dependency_links.txt new file mode 100644 index 000000000..fd481aab7 --- /dev/null +++ b/pyextra/PyJWT-1.4.1-py2.7.egg-info/dependency_links.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b +size 1 diff --git a/pyextra/PyJWT-1.4.1-py2.7.egg-info/entry_points.txt b/pyextra/PyJWT-1.4.1-py2.7.egg-info/entry_points.txt new file mode 100644 index 000000000..c224aeead --- /dev/null +++ b/pyextra/PyJWT-1.4.1-py2.7.egg-info/entry_points.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed190ef7cc97abf520c61dd5a17076a26a7269a2f70d510928a8b6bff0a39bc +size 43 diff --git a/pyextra/PyJWT-1.4.1-py2.7.egg-info/installed-files.txt b/pyextra/PyJWT-1.4.1-py2.7.egg-info/installed-files.txt new file mode 100644 index 000000000..31d0c7db9 --- /dev/null +++ b/pyextra/PyJWT-1.4.1-py2.7.egg-info/installed-files.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37915e8680ab173756242cbba9b53a0e2cc3fa905f79c492ee71af2b1edd3091 +size 698 diff --git a/pyextra/PyJWT-1.4.1-py2.7.egg-info/requires.txt b/pyextra/PyJWT-1.4.1-py2.7.egg-info/requires.txt new file mode 100644 index 000000000..4993a58f6 --- /dev/null +++ b/pyextra/PyJWT-1.4.1-py2.7.egg-info/requires.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e5820df2eadf943d10644eac9e235611df60795eef332bb44d8d5225207848 +size 119 diff --git a/pyextra/PyJWT-1.4.1-py2.7.egg-info/top_level.txt b/pyextra/PyJWT-1.4.1-py2.7.egg-info/top_level.txt new file mode 100644 index 000000000..8f79efe75 --- /dev/null +++ b/pyextra/PyJWT-1.4.1-py2.7.egg-info/top_level.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44fe431cdc896ccab691ad0599f4e0a12690ce1ededebe57b825823bc6b4d24f +size 4 diff --git a/pyextra/jwt/__init__.py b/pyextra/jwt/__init__.py new file mode 100644 index 000000000..a9a26cb79 --- /dev/null +++ b/pyextra/jwt/__init__.py @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab539374384f995a0cdf1aee8aaf4dd920d119db8ca2f2c9e14f80ea5e4be5d1 +size 738 diff --git a/pyextra/jwt/__main__.py b/pyextra/jwt/__main__.py new file mode 100644 index 000000000..136eb8b15 --- /dev/null +++ b/pyextra/jwt/__main__.py @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f776a501387c108f86b91d7e0a26331b0b636f21659560d11a11013c70ec16a5 +size 3587 diff --git a/pyextra/jwt/algorithms.py b/pyextra/jwt/algorithms.py new file mode 100644 index 000000000..6006e5a2a --- /dev/null +++ b/pyextra/jwt/algorithms.py @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:733507730959bdae3ae6d3bb2dee9e24b6204cba9b0083460d8f3af46416d05b +size 8716 diff --git a/pyextra/jwt/api_jws.py b/pyextra/jwt/api_jws.py new file mode 100644 index 000000000..8499d0ced --- /dev/null +++ b/pyextra/jwt/api_jws.py @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ae8e0e1a711fdf660dc99db78715b3c58f3746132cbafcfbfdb6abe58e36e7 +size 6760 diff --git a/pyextra/jwt/api_jwt.py b/pyextra/jwt/api_jwt.py new file mode 100644 index 000000000..d19b76455 --- /dev/null +++ b/pyextra/jwt/api_jwt.py @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e509b273d634257ae3741b98f0eba215d8827070e08c5efdf596f13fb11ff594 +size 6709 diff --git a/pyextra/jwt/compat.py b/pyextra/jwt/compat.py new file mode 100644 index 000000000..2a09a318e --- /dev/null +++ b/pyextra/jwt/compat.py @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e62634b43a21a52c9fdd99021fa46eb8c2763a16604252fce523e6ae40fe18f +size 1241 diff --git a/pyextra/jwt/contrib/__init__.py b/pyextra/jwt/contrib/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/pyextra/jwt/contrib/algorithms/__init__.py b/pyextra/jwt/contrib/algorithms/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/pyextra/jwt/contrib/algorithms/py_ecdsa.py b/pyextra/jwt/contrib/algorithms/py_ecdsa.py new file mode 100644 index 000000000..3fc54e502 --- /dev/null +++ b/pyextra/jwt/contrib/algorithms/py_ecdsa.py @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b524d4af0c7ebb5e0325ca800a1473246fb07fb6c46361afda1239c526593639 +size 1771 diff --git a/pyextra/jwt/contrib/algorithms/pycrypto.py b/pyextra/jwt/contrib/algorithms/pycrypto.py new file mode 100644 index 000000000..285275940 --- /dev/null +++ b/pyextra/jwt/contrib/algorithms/pycrypto.py @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3379c7d51ae4eb26fa68f1a8eb34f8108fccbcf50ce2f84ed44c02fae5fd240a +size 1250 diff --git a/pyextra/jwt/exceptions.py b/pyextra/jwt/exceptions.py new file mode 100644 index 000000000..08fc21e75 --- /dev/null +++ b/pyextra/jwt/exceptions.py @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb742056da958111dd5408b436a44ed2cd77a2929d2999b0506cd6fc2c8fc387 +size 841 diff --git a/pyextra/jwt/utils.py b/pyextra/jwt/utils.py new file mode 100644 index 000000000..009490969 --- /dev/null +++ b/pyextra/jwt/utils.py @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec0ad267f9cfeadf936d4dc0c8dc4560b0e2535aa1c4ad068e2cf125048b62a +size 1566