Metadata-Version: 2.4
Name: stackforge
Version: 0.2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Rust
Classifier: Topic :: System :: Networking
Classifier: Topic :: Security
License-File: LICENSE
Summary: High-performance network packet manipulation with Rust and Python
Keywords: networking,packets,scapy,security,rust
Home-Page: https://github.com/LaBackDoor/stackforge
License: GPL-3.0-only
Requires-Python: >=3.13
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/LaBackDoor/stackforge
Project-URL: Issues, https://github.com/LaBackDoor/stackforge/issues
Project-URL: Repository, https://github.com/LaBackDoor/stackforge

# Stackforge

[![CI](https://github.com/LaBackDoor/stackforge/actions/workflows/test.yml/badge.svg)](https://github.com/LaBackDoor/stackforge/actions/workflows/test.yml)
[![PyPI](https://img.shields.io/pypi/v/stackforge)](https://pypi.org/project/stackforge/)
[![License: GPL-3.0](https://img.shields.io/badge/License-GPL_v3-blue.svg)](LICENSE)

**Stackforge** is a high-performance, modular networking stack and automata framework written in Rust with efficient Python bindings. It combines the speed and safety of Rust with the ease of use of Python.

## Features
* **High Performance:** Core logic implemented in Rust for maximum speed.
* **Modular Design:** Built with composable layers for networking and automata.
* **Pythonic API:** Seamless integration with the Python ecosystem.

## Installation

You can install `stackforge` via uv:

```bash
uv add stackforge
```

## Usage

```python
import stackforge

# Example usage
print("Stackforge is ready!")
```

## Development

See CONTRIBUTING.md to set up your development environment.

## License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

