---------------------------------------------------------------------- This is the API documentation for the gdtest_hatch_pkg library. ---------------------------------------------------------------------- ## Classes Main classes provided by the package Builder(output_dir: str = 'dist') A build manager. Parameters ---------- output_dir Directory for build output. ## Functions Utility functions build(target: str = 'wheel') -> str Build the project. Parameters ---------- target Build target (wheel, sdist). Returns ------- str Path to the built artifact.