Metadata-Version: 2.4
Name: cpp_executor
Version: 0.1.0
Summary: Run C++ code from Python easily
Author-email: Your Name <you@example.com>
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

# cpp_executor

`cpp_executor` is a lightweight Python library that allows you to execute C++ code directly from Python scripts. Perfect for testing, prototyping, or automating C++ code execution without leaving your Python workflow.

## Features

- Execute C++ code from Python with minimal setup
- Supports input/output handling
- Cross-platform (Windows, Linux, macOS)
- Easy-to-use Python API

## Installation

```bash
pip install cpp_executor
