Metadata-Version: 2.1
Name: allcaps
Version: 1.0.0
Summary: Capability-based payload generation framework
License: AGPL-3.0-only
Author: 2XXE
Author-email: root@example.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: desert (>=2022.9.22,<2023.0.0)
Requires-Dist: jinja2 (>=3.1.4,<4.0.0)
Requires-Dist: marshmallow-enum (>=1.5.1,<2.0.0)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Description-Content-Type: text/markdown

# ALLCAPS

ALLCAPS is a template-based payload generation framework. 
It supports generating executables, DLLs (with custom exports), and COFFs.

Documentation is available in the [docs](docs/) directory. 
[config.example.yml](config.example.yml) is an annotated configuration file.

