Metadata-Version: 2.4
Name: jwtee
Version: 1.0.0
Summary: A stylish JWT decoder for hackers and developers.
Home-page: https://github.com/nfs-tech-bd/jwtee
Author: 0xNafisSec
Author-email: nafisfuad340@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Security
Classifier: Environment :: Console
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama
Requires-Dist: pyperclip
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 🔐 JWTee - The Stylish JWT Decoder

[![License](https://img.shields.io/github/license/nfs-tech-bd/jwtee )](https://github.com/nfs-tech-bd/jwtee )
[![Python Version](https://img.shields.io/badge/python-3.6%2B-blue )](https://www.python.org/ )
[![PyPI version](https://badge.fury.io/py/jwtee.svg )](https://pypi.org/project/jwtee/ )

> 🔍 Decode JWT tokens like a pro. With JWTee, you get beautiful, colorized output, expiration time detection, and security warnings — all from your terminal.

---

## 🎯 What is JWTee?

**JWTee** (pronounced *"Jot-tee"*) is a powerful and user-friendly command-line tool that decodes JWT tokens into readable JSON format with extra features like:

- ✅ Colorful, styled terminal output
- 🕒 Automatic detection and display of token expiration
- ❌ Warning if token uses insecure `none` algorithm
- 📋 Optional clipboard copy support
- 🛡️ Signature algorithm info (`HS256`, `RS256`, etc.)

Perfect for pentesting, debugging, or just taking a quick peek at those mysterious JWT tokens flying around.

---

## 💻 Installation

### From PyPI (Recommended):

```bash
pip install jwtee
