Metadata-Version: 2.4
Name: zipszip
Version: 0.3.2
Summary: Non-linear AI-contextual log compressor with real-time I/O hardware monitoring
Author: Ilja Ivanov (To_ri239)
License: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Archiving :: Compression
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch>=2.0.0
Requires-Dist: numpy>=1.26.0
Requires-Dist: PyQt6>=6.6.0
Requires-Dist: pyqtgraph>=0.13.0
Dynamic: license-file

# 🌪️ ZipSZip — Non-Linear AI-Contextual Lossless Super-Press

**ZipSZip** is a custom, high-efficiency log and cyclic traffic compressor built on top of a three-stage memory pipeline (PyTorch + VRAM Vectorization + LZMA2 Ultra). By storing a single structural pattern alongside a modular digit-counter, **ZipSZip completely eliminates linear archive growth**, achieving a **sublinear logarithmic growth curve**.

## 🛠️ Core Pipeline Architecture
1.  **NNCP Stage (PyTorch):** Smooths out primary data entropy by applying a vectorized bitwise XOR mask `^ 0xAA`.
2.  **In-Memory Vectorizing Stage:** Extracts the unique static log pattern (56 bytes) and isolates the dynamic digit-counter.
3.  **LZMA2 Stage:** Seals the tight context array on maximum Preset 9 without any folder structural overhead.
4.  **RegEx Path Shield:** Sanitizes messy file paths in real-time via a clean `_re.sub(r"\.", "-", output_file) + ".zsz"` pipeline pattern [INDEX].

To install the **ZipSZip** library and all its AI dependencies directly from PyPI, simply run:

```bash
pip install zipszip
```

### 🏎️ Spawning the Graphical UI
Once the installation is complete, a global system shortcut is created. You can immediately launch the high-speed GPU-accelerated monitoring interface from any terminal screen by typing:

```bash
zipszip-app
```

## ✨ Future (zipszip 0.4.0)
In the future we're going to add a native command-line interface (CLI) with the following syntax:
```bash
zipszip <package name>
```
The console output will display identical mathematical diagnostics and compression stats as seen in the graphical interface.

## ℹ️ INFO
MIT License <br>
Copyright © 2026 To_ri239. Some rights reserved.
