Metadata-Version: 2.4
Name: decode-jwt
Version: 1.2.3
Summary: A simple CLI tool to decode JWT tokens without verification
Author: t.me/danger_ff_like
Author-email: dangertg738@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# decode-jwt

A simple command-line tool to decode JWT tokens without verification.

## Installation

```bash
pip install decode-jwt
