mdrs-client-python/mdrsclient
2024-09-18 11:22:03 +09:00
..
api add token check for file download operation. 2024-07-08 18:07:26 +09:00
commands implemented -s --skip-if-file-exists option for download commnad. 2024-09-18 10:56:40 +09:00
models show folder size. 2023-12-18 16:59:53 +09:00
__init__.py set user agent string. 2023-05-17 14:51:19 +09:00
__main__.py check the exception to unexpected responses from the server. 2024-09-18 11:22:03 +09:00
__version__.py update version to 1.1.1. 2023-07-26 17:59:35 +09:00
cache.py migrate obsoleted function parse_obj_as to TypeAdapter().validate_python(). 2023-07-19 14:43:16 +09:00
config.py fixed type errors when pylance type checking mode is strict. 2023-07-19 21:47:47 +09:00
connection.py fixed bug to upload large file. 2024-07-04 12:33:57 +09:00
exceptions.py first commit 2023-05-01 20:00:32 +09:00
settings.py support pydantic version 2. 2023-07-19 12:52:40 +09:00
utils.py catch control-c action. 2023-05-23 11:48:09 +09:00
VERSION implemented --exclude argument for download subcommand. 2024-07-22 14:35:34 +09:00