Skip to content

pgurenko/pawnpy

Repository files navigation

PawnPy

Build Status

Python wrapper for pawn virtual machine.

Compile, run and debug pawn scripts within easily-to-use environment.

For example:

import pawnpy

pawnpy.cc('./hello.p', './hello.amx')
amx = pawnpy.AMX('./hello.amx')
amx.main()

The wrapper itself is the ctypes-based Python library plus pawn library built for major platforms.