Metadata-Version: 2.4
Name: cloudjet
Version: 0.1.1
Summary: A Python wrapper for CloudJet Proxy Detection API
Author-email: Shehab Elden Ashraf <shehab.ashraf@cloudjet.org>
License-Expression: MIT
Project-URL: Homepage, https://github.com/yourusername/cloudjet-proxy
Project-URL: Documentation, https://github.com/yourusername/cloudjet-proxy#readme
Keywords: proxy,vpn,detection,cloudjet,ip
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: requests>=2.0
Dynamic: license-file

# cloudjet

A lightweight Python wrapper for the [CloudJet Proxy Detection API](https://apis.cloudjet.org). Easily check if an IP address is a proxy, VPN, or associated with suspicious activity using your CloudJet token.

---

##  Features

-  Detect proxy, VPN, or bad IP behavior
-  Simple and fast integration with one method
-  Token-based authentication

---

## Installation

```bash
pip install cloudjet
