implemented --exclude argument for download subcommand.

This commit is contained in:
2024-07-22 14:35:34 +09:00
parent 49cb411af4
commit f2c5a06cb4
4 changed files with 38 additions and 10 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "mdrs-client-python"
version = "1.3.6"
version = "1.3.7"
description = "The mdrs-client-python is python library and a command-line client for up- and downloading files to and from MDRS based repository."
authors = ["Yoshihiro OKUMURA <yoshihiro.okumura@riken.jp>"]
license = "MIT"
@ -28,14 +28,14 @@ python-dotenv = "^1.0.1"
pydantic = "^2.8.2"
pydantic-settings = "^2.3.4"
PyJWT = "^2.8.0"
validators = "^0.22.0"
validators = "^0.33.0"
[tool.poetry.group.dev.dependencies]
black = "^24.2.2"
flake8 = "^7.1.0"
Flake8-pyproject = "^1.2.3"
isort = "^5.13.2"
pyright = "^1.1.370"
pyright = "^1.1.372"
[tool.poetry.scripts]
mdrs = 'mdrsclient.__main__:main'