typer_routerΒΆ typer_router package Submodules typer_router.exc module NoParentRouteException TyperRouterException typer_router.from_fs module routes_from_app_import_path() routes_from_app_module() typer_router.route module Route Route.depth Route.from_file_path() Route.from_import_path() Route.function_name Route.import_path Route.is_dir Route.name Route.parent Route.parts Route.subpaths Route.subroutes typer_router.router module Router Router.app_import_path Router.from_app_import_path() Router.from_app_module() Router.full_import_path_for() Router.routes Router.to_typer() typer_router.to_typer module add_route_to_typer_app() create_typer_app_from_router()