Commit Graph

24 Commits

Author SHA1 Message Date
arabianq 9ada61b63c feat: now AsyncVikingClient and VikingClient can be used in "async with" and "with" 2025-08-14 09:34:38 +03:00
arabianq e673c1fbb5 change version to 1.0.4 2025-08-14 08:36:59 +03:00
arabianq 465ea9bc63 improvement: _get_session() is now an async generator that automatically closes session 2025-08-14 08:22:57 +03:00
arabianq 8c9095a88f small change: add _get_session() function to api.py to reduce repeating code 2025-08-14 08:13:00 +03:00
arabianq b24e1349d8 fix: get_file function parses response json incorrectly 2025-08-14 08:05:37 +03:00
arabianq 14829103fc small change: replace request parameters with request data in api.py methods 2025-08-14 08:04:27 +03:00
arabianq e89f26ac93 fix: timeout while uploading remote files
version -> 1.0.3
2025-08-13 13:53:24 +03:00
arabianq bb1cf1ed7a change version to 1.0.2 2025-08-12 13:52:46 +03:00
arabianq 38931d9116 fixed list_all_files() for async client 2025-08-12 13:52:21 +03:00
arabian bd510c9f95 Update README.md 2025-08-12 10:58:38 +03:00
arabianq 14610551a3 change version to 1.0.1 2025-08-12 10:57:51 +03:00
arabianq 827c37fa05 change required python version to >=3.13 2025-08-12 10:57:34 +03:00
arabianq 8f19d635a4 change version to 1.0.0 2025-08-12 10:52:10 +03:00
arabianq 047c5d9e6a update pyproject.toml 2025-08-12 10:50:46 +03:00
arabianq 8751ced31b update pyproject.toml 2025-08-12 10:49:07 +03:00
arabianq ac11736297 update .gitignore 2025-08-12 10:45:44 +03:00
arabianq 7753eceb3b get_file now raises FileNotFoundError instead of FileExistError 2025-08-12 10:42:58 +03:00
arabianq c9f3c09fdd update README 2025-08-12 10:42:24 +03:00
arabianq 2976027757 create README.md 2025-08-12 10:41:04 +03:00
arabianq fad1c171fd update pyproject.toml 2025-08-12 10:32:13 +03:00
arabian 534f177268 Create LICENSE 2025-08-12 10:28:45 +03:00
arabianq 7ed72e12cc remove __pycache__ 2025-08-12 10:23:05 +03:00
arabianq 1242652728 first commit 2025-08-12 10:21:51 +03:00
arabianq 60b28bf122 first commit 2025-08-12 10:16:29 +03:00