A developer-friendly World of Warcraft addon packager
Project description
wap
A developer-friendly World of Warcraft addon packager.
Features
- Builds Retail, Classic, Vanilla addons (or all three!)
- Publishes your addons to CurseForge
- Generates valid TOC files automagically
- Continuously rebuilds your addon during development
- Sets up new addon projects quickly, ready to go with one command
- Consolidates all configuration in one easy-to-edit file
- Supports and is tested on Windows, macOS, and Linux
- Has awesome documentation
wap in 5 minutes
These instructions create and upload a working addon without editing a single line of code!
-
Download and install Python 3.11.
-
Install
wap
:pip install --upgrade --user wow-addon-packager
-
Create a new a project:
wap new-project
And then, answer the prompts. Don't worry too much about your answers -- you can always change them later in your configuration file.
-
Change to your new project's directory. For example, if you named it
MyAddon
in the last step, you'd type:cd MyAddon
-
Build your addon package and link it to your local World of Warcraft installation:
wap build --link
At this point, you can play the game with your addon.
-
Upload your addon to CurseForge with your API token so that others can use it:
wap publish --curseforge-token "<api-token>"
Project Information
- License: MIT
- PyPI: https://pypi.org/project/wow-addon-packager/
- Source Code: https://github.com/t-mart/wap
- Documentation: https://t-mart.github.io/wap/
- GitHub Action: https://github.com/t-mart/wap-action
- Supported Python Versions: 3.11 and later
- Badge:
- Contribution Guide: https://t-mart.github.io/wap/contributing
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file wow_addon_packager-0.12.0.tar.gz
.
File metadata
- Download URL: wow_addon_packager-0.12.0.tar.gz
- Upload date:
- Size: 25.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.5.0-1021-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2ffd295623ed631254e199b0bb80baa7a9f06b87fe21bff66f1ec913075338c |
|
MD5 | dc62c496c230dbe842fb6c83ec2fced4 |
|
BLAKE2b-256 | 838ed91752f234b828d44e438f8b40c5c7f02c95c585df0673bb0920dea73869 |
File details
Details for the file wow_addon_packager-0.12.0-py3-none-any.whl
.
File metadata
- Download URL: wow_addon_packager-0.12.0-py3-none-any.whl
- Upload date:
- Size: 30.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.5.0-1021-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99b183346c097bd10c61d6ce33a2fa0f972020754f54a1f1a14c2be23b85e45d |
|
MD5 | 983c5c60247b005c4337655d3523026b |
|
BLAKE2b-256 | aec9bde03db85f0aae5acb8535e63889e0189f686a0b2fc3b44c17afb24a2ee5 |