Custom Builders¶
Extend FlavorPack's build system with custom builders.
Coming Soon¶
This page is under development. In the meantime, see:
- Building Helpers - Build builders
- Architecture - Builder design
Topics to be Covered¶
- Builder architecture
- Plugin system
- Custom slot handlers
- Build hooks and events
- Testing custom builders
- Packaging non-Python applications
Use Cases¶
Custom builders enable:
- Non-Python application packaging
- Custom compression algorithms
- Specialized slot types
- Format extensions
- Integration with build systems
See also: Custom Launchers | Architecture