Metadata-Version: 2.4
Name: insightpkg
Version: 0.1.3
Summary: A simple CLI tool to fetch metadata from PyPI
Author-email: Mayank <mayankchoudharysept17@gmail.com>
License-Expression: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Dynamic: license-file

# insightpkg

**insightpkg** is a simple, lightweight command-line interface (CLI) tool that fetches and displays metadata about any Python package hosted on [PyPI](https://pypi.org/). It's useful for developers, maintainers, and package explorers who want quick insights into a package without visiting the PyPI website.

---

## 📦 Features

- Fetch metadata for any PyPI package via the command line
- Displays:
  - Author email
  - Classifiers
  - Project and package URLs
  - Current version
  - License
  - Download links
  - Last serial number
- Option to display raw JSON output
- Simple and fast — perfect for scripting or quick lookups

---

## 🧪 Example Usage

### 📄 Get structured info:

```bash
insightpkg requests
