Metadata-Version: 2.4
Name: catturbo
Version: 1.0.0
Summary: High-performance optimization library for Python games and apps
Author: Cat Arsenal, Inc.
License: MIT
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
License-File: LICENSE
Dynamic: license-file

# CatTurbo 🐱⚡

High-performance optimization library for Python games and applications by **Cat Arsenal, Inc.**

## Features
- ⚡ Process priority boosting for maximum FPS
-  Aggressive memory cleaning (RAM cache flush)
- 🎮 GC control for stutter-free rendering
- 🔍 System information utilities

## Installation
```bash
pip install catturbo
