[console_scripts]
wreath = wreath.cli:main
wreath-bench = wreath._devtools.tasks:bench
wreath-bench-quiet = wreath._devtools.quiet:main
wreath-bench-report = wreath._devtools.bench_report:main
wreath-build-lint = wreath._devtools.build_lint:main
wreath-check = wreath._devtools.tasks:check
wreath-complexity-probe = wreath._devtools.complexity_probe:main
wreath-cpu-probe = wreath._devtools.cpu_probe:main
wreath-decomp = wreath._devtools.decomp:main
wreath-docs = wreath._devtools.tasks:docs
wreath-dup-scan = wreath._devtools.dup_scan:main
wreath-hygiene = wreath._devtools.hygiene:main
wreath-map-lint = wreath._devtools.map_lint:main
wreath-mutant = wreath._mutant.cli:main
wreath-native-boundary-lint = wreath._devtools.native_boundary_lint:main
wreath-native-error-lint = wreath._devtools.native_error_lint:main
wreath-native-gil-lint = wreath._devtools.native_gil_lint:main
wreath-native-gil-status = wreath._devtools.native_gil_status:main
wreath-native-lint = wreath._devtools.native_lint:main
wreath-native-memory-lint = wreath._devtools.native_memory_lint:main
wreath-native-profile = wreath._devtools.native_profile:main
wreath-policy-decomp = wreath._devtools.tape_decomp:main
wreath-port-golden = wreath._devtools.port_golden:main
wreath-query-probe = wreath._devtools.query_probe:main
wreath-request-trace = wreath._devtools.request_trace:main
wreath-roadmap-lint = wreath._devtools.roadmap_lint:main
wreath-sanitize = wreath._devtools.sanitize:main
wreath-sql-lint = wreath._devtools.sql_lint:main
wreath-tape-decomp = wreath._devtools.tape_decomp:main

[pytest11]
wreath = wreath._pytest_plugin
