src/tdoc_crawler/checkout.py
0 → 100644
+168
−0
+56
−0
tests/test_checkout.py
0 → 100644
+181
−0
Loading
* Add functions to download and extract TDocs from the 3GPP server. * Calculate checkout paths that mirror the server's directory structure. * Include command in CLI for checking out TDocs with progress reporting. * Implement tests for checkout functionality, including success and error cases.