Metadata-Version: 2.4
Name: pyprotectorx
Version: 5.0.0
Summary: PPX ENCRYPTION - Python Code Protection for 3.11 & 3.12
Home-page: https://github.com/yourusername/pyprotectorx
Author: Zain Alkhalil
License: MIT
Keywords: encryption obfuscation security protection
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Security :: Cryptography
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# PyProtectorX

**PPX ENCRYPTION** - Advanced Python Code Protection

[![Python](https://img.shields.io/badge/python-3.11%20|%203.12-blue.svg)](https://www.python.org/)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)

## Features

🔒 Multi-layer encryption with ChaCha20 + PBKDF2
🎯 Universal wheel - auto-detects Python 3.11/3.12
⚡ Zero configuration required

## Installation

```bash
pip install pyprotectorx
```

## Usage

```bash
# Encrypt
pyprotectorx encrypt script.py

# Run
python3 script.protected.py
```

## License

MIT © 2025 Zain Alkhalil
