Guides
Build useful tools, package your project, and diagnose problems
The project and package workflows are available in v0.7.2 and the current source checkout. Homebrew installs the stable release. Choose a version and follow the installation guide.
Use Kipferl 0.7.2
for the project and package workflows below. Start with the first-app tutorial, then
adapt one of these complete scripts to your own work. Every Python recipe below
is copied directly from examples/recipes/ and checked for drift. CI executes
all four against the runtime using temporary files and a local HTTP server.
- CSV summaries, API clients, repository inspection, and reports
- Project defaults, templates, tests, and shell completion
- Local modules, bundled assets, and portable applications
- PyPI packages and compatibility catalog
- Popular package audit
- Debugging and supported dependencies
The recipes use the built-in modules only. They do not need pip, credentials, or external services to run their checks.
For work on the Rust runtime, CLI, or website, use the contributor setup and validation guide.