Metadata-Version: 2.4
Name: frackture
Version: 0.1.0
Summary: Frackture is a symbolic compression engine using recursive logic and entropy patterns.
Author: GoryGrey
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: scikit-learn
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Frackture

A universal symbolic compression system that uses recursive logic and entropy signatures to compress data while preserving identity and structure.

## Features

- Universal data preprocessing
- Symbolic fingerprinting
- Entropy channel encoding
- Self-optimization with decoder feedback
- Fixed-size compression output (~96 bytes)

## Requirements

- NumPy

## Usage

See the frackture.py file for detailed implementation and usage examples.

© Gregory Betti, 2025
All rights reserved
