Metadata-Version: 2.4
Name: ipview
Version: 0.1.4
Summary: Simple IP lookup and analysis toolkit
Author: kevin
License: MIT
Project-URL: Homepage, https://github.com/ribsremoved/ipview
Project-URL: Bug Tracker, https://github.com/ribsremoved/ipview/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Dynamic: license-file

# IPView

A simple Python library for IP lookup and analysis.  
It provides geolocation, ISP, ASN, and usage type information in an easy-to-use Python interface.

---

## Description

IPView is a lightweight Python tool that allows developers to quickly retrieve detailed information about an IP address, including:

- Country and city location
- ISP (Internet Service Provider)
- ASN (Autonomous System Number)
- Usage type (hosting, residential, etc.)
- And more 

It is designed to be simple, fast, and easy to integrate into other Python projects.

---

## Getting Started

### Dependencies

Before installing IPView, ensure you have:

- Python 3.8+
- `requests` library
- Internet connection (for API requests)

Compatible with:
- Windows 10/11
- Linux
- macOS

---

## Installing

Install via pip:

```bash
pip install ipview
