Metadata-Version: 2.4
Name: rust-python-pe-packer
Version: 0.0.5
Summary: Educational Rust/Python PE (Portable Executable) learning stub. No packing functionality. See SECURITY.md.
Project-URL: Homepage, https://github.com/codeamt/rust-python-pe-packer
Project-URL: Documentation, https://github.com/codeamt/rust-python-pe-packer#readme
Project-URL: Security, https://github.com/codeamt/rust-python-pe-packer/blob/main/SECURITY.md
Project-URL: License, https://github.com/codeamt/rust-python-pe-packer/blob/main/LICENSE-APPENDIX.md
Author-email: AnnMargaret Tutu <annmargaret.mailforce@gmail.com>
License: Apache-2.0; see LICENSE-APPENDIX.md for educational-use clarifications
License-File: LICENSE
License-File: LICENSE-APPENDIX.md
Keywords: defensive security,malware analysis training,portable executable,reverse engineering education,software forensics education,unpacking research (educational)
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Education
Classifier: Topic :: Security
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# PE-Packer Educational Stub

This package is an educational metadata stub published to PyPI. It contains **no packing functionality**.

- Purpose: help learners find the project and read its responsible-use policies.
- Source: the educational research release lives in the GitHub repository.
- Safety: all packing functionality is disabled by default in source; enabling it requires explicit opt-in.

## Where is the real code?

The educational source and instructions are available at:

https://github.com/codeamt/rust-python-pe-packer

You can install straight from source (safe-by-default):

```bash
pip install git+https://github.com/codeamt/rust-python-pe-packer
```

## Responsible Use

- This project is for **education and research only**.
- Do not use it to conceal or distribute software without authorization.
- Read the policies in `SECURITY.md` and clarifications in `LICENSE-APPENDIX.md`.

## What does this PyPI package do?

It provides a console message only:

```bash
pe-packer
```

Outputs information about where to access the educational source and the responsible-use policy.

## Contact

- General/Security: annmargaret.mailforce@gmail.com
