Metadata-Version: 2.1
Name: jwt_helper
Version: 0.0.3
Summary: A wrapper around pyjwt
Home-page: https://github.com/bad-microservices/jwt_helper
Author: Ole Hannemann
Author-email: cerberus885@gmail.com
License: MIT
Keywords: JWT
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
License-File: LICENSE

================
jwt_helper
================

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://pypi.org/project/black

.. image:: https://app.codacy.com/project/badge/Grade/bfc97f9667f64c4a9f7d26f937393260
    :target: https://www.codacy.com/gh/bad-microservices/jwt_helper/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=bad-microservices/jwt_helper&amp;utm_campaign=Badge_Grade

Introduction
=============

jwt_helper aims to be a simple to use wrapper around `pyjwt` with some predefined functions to make life easier.
