orrisroot
809140dfbc
fix(download): retrieve full folder to resolve type error
...
Retrieve the full Folder object from FoldersApi instead of using the
FolderSimple returned by find_sub_folder when resolving DOI subfolders.
This fixes a type checker error under the upgraded pyright, and avoids
a potential AttributeError at runtime due to FolderSimple lacking the
path attribute.
Also upgrade dependencies and bump version to 1.3.16 in pyproject.toml.
2026-06-12 10:25:03 +09:00
orrisroot
428be1289c
chore(version): bump package version to 1.3.15
...
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-05-01 11:11:22 +09:00
orrisroot
68670a6588
fix(ls): rename --quick to --quiet; add version command; bump to 1.3.14
...
- Fix ls -q long option name: --quick → --quiet (typo fix)
- Remove mdrsclient/VERSION file; read version via importlib.metadata
- Bump version 1.3.13 → 1.3.14
- Add Python 3.14 to supported classifiers; promote to Development Status 4 - Beta
- Add `version` subcommand (prints "mdrs <version>")
- Document `version` command in README
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-04-17 17:41:37 +09:00
pw-serizawa
634b5f1a13
update version to 1.3.12
2025-07-02 18:34:11 +09:00
orrisroot
fffb686023
update version to 1.3.12
2025-05-20 18:02:47 +09:00
orrisroot
8a5e1b68b7
follow-up fixes due to recent User API specification changes.
2025-01-21 18:30:22 +09:00
orrisroot
0e5685d5ea
update libraries and version number.
2024-12-23 14:28:25 +09:00
orrisroot
d5ac5cd427
fixed compatibility with python 3.10.
2024-10-23 18:33:12 +09:00
orrisroot
ab7cd1b885
update version to 1.3.8.
2024-09-18 11:24:06 +09:00
orrisroot
f2c5a06cb4
implemented --exclude argument for download subcommand.
2024-07-22 14:35:34 +09:00
orrisroot
49cb411af4
update version to 1.3.6.
2024-07-08 21:18:47 +09:00
orrisroot
c8b16939d7
update version to 1.3.5.
2024-07-08 18:13:09 +09:00
orrisroot
020ef8835a
fixed bug to upload large file.
2024-07-04 12:33:57 +09:00
orrisroot
55265e69a4
update version to 1.3.3
2024-02-13 10:56:56 +09:00
orrisroot
c3e2dfbd8e
add -u and -p option to login commnand.
2024-02-09 18:22:13 +09:00
orrisroot
ce0a608db2
fixed bug to resolve local files for recursive file upload.
2023-12-20 19:42:06 +09:00
orrisroot
292ca1df27
changed API endpoint from v2 to v3.
2023-12-12 20:05:46 +09:00
orrisroot
f10b42a1f2
updated auth token handling using new users api.
2023-12-07 14:46:57 +09:00
orrisroot
905577fe74
introduced poetry and update vscode related environments.
2023-10-04 11:29:08 +09:00