Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

Latest commit

 

History

History
31 lines (24 loc) · 1.11 KB

File metadata and controls

31 lines (24 loc) · 1.11 KB

PyWarble

PyWarble provides Python classes that wrap around the exported functions of the Warble C library.

Install

Use pip to install the warble package.

pip install warble

As this project requires compiling the warble C library, you will need to configure your target machine to have the appropriate build environment before running pip as described in warble's README.

Windows

The setup script will build the dll with MSBuild. Make sure your Path system variable has an entry pointing to the MSBuild executable and that you have the necessary Windows 10 SDK installed.

Linux

Install the required tools and packages detailed in the Linux build section.

Usage

See the Python scripts in the examples folder.