---------------------------------------------------------------------- This is the API documentation for the gdtest_ug_subdir_numbered library. ---------------------------------------------------------------------- ## Functions Utility functions connect(host: str, port: int = 8080) -> bool Connect to a remote server. Parameters ---------- host : str The hostname or IP address. port : int The port number (default: 8080). Returns ------- bool True if the connection succeeded. disconnect() -> None Disconnect from the server. Closes the active connection gracefully. ---------------------------------------------------------------------- This is the User Guide documentation for the package. ---------------------------------------------------------------------- ### User Guide Welcome to the user guide for gdtest-ug-subdir-numbered. This guide is organized into sections using numbered subdirectories. ### Getting Started Everything you need to get up and running. ### Guides In-depth guides for common tasks. ## Installing the Package ```bash pip install gdtest-ug-subdir-numbered ``` ## Quick Start ```python from gdtest_ug_subdir_numbered import connect connect("localhost") ``` ## Configuring Connections Pass the host and port to `connect()`. ## Common Issues If `connect()` returns False, check that the server is running.