annofabcli 1.100.4__py3-none-any.whl → 1.100.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- annofabcli/__init__.py +6 -4
- annofabcli/__version__.py +1 -7
- {annofabcli-1.100.4.dist-info → annofabcli-1.100.5.dist-info}/METADATA +6 -1
- {annofabcli-1.100.4.dist-info → annofabcli-1.100.5.dist-info}/RECORD +7 -7
- {annofabcli-1.100.4.dist-info → annofabcli-1.100.5.dist-info}/WHEEL +0 -0
- {annofabcli-1.100.4.dist-info → annofabcli-1.100.5.dist-info}/entry_points.txt +0 -0
- {annofabcli-1.100.4.dist-info → annofabcli-1.100.5.dist-info}/licenses/LICENSE +0 -0
annofabcli/__init__.py
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
from .
|
|
1
|
+
from importlib.metadata import PackageNotFoundError, version
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
try:
|
|
4
|
+
__version__ = version(__name__)
|
|
5
|
+
except PackageNotFoundError:
|
|
6
|
+
# `uv run annofabcli --version`では、メタデータからバージョン情報を取得できないため、fallbackしたバージョンを設定する
|
|
7
|
+
__version__ = "0.0.0"
|
annofabcli/__version__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: annofabcli
|
|
3
|
-
Version: 1.100.
|
|
3
|
+
Version: 1.100.5
|
|
4
4
|
Summary: Utility Command Line Interface for AnnoFab
|
|
5
5
|
Author: Kurusugawa Computer Inc.
|
|
6
6
|
License: MIT
|
|
@@ -10,6 +10,11 @@ Classifier: Development Status :: 4 - Beta
|
|
|
10
10
|
Classifier: Environment :: Console
|
|
11
11
|
Classifier: Intended Audience :: Developers
|
|
12
12
|
Classifier: Operating System :: OS Independent
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
13
18
|
Classifier: Topic :: Utilities
|
|
14
19
|
Requires-Python: >=3.9
|
|
15
20
|
Requires-Dist: annofabapi>=1.4.1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
annofabcli/__init__.py,sha256=
|
|
1
|
+
annofabcli/__init__.py,sha256=fdBtxy5rOI8zi26jf0hmXS5KTBjQIsm2b9ZUSAIR558,319
|
|
2
2
|
annofabcli/__main__.py,sha256=JzfycqVG9ENhWOCxTouZwpHwWTSrI-grLsaMudxjyBM,5283
|
|
3
|
-
annofabcli/__version__.py,sha256=
|
|
3
|
+
annofabcli/__version__.py,sha256=1wLzRDMtI76bS4Hg5fHKcg5FD7unbBljbYmf1off3K0,24
|
|
4
4
|
annofabcli/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
annofabcli/annotation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
annofabcli/annotation/annotation_query.py,sha256=ke3W3RT1-WfFzwt-TXcQwGmghG34vcKJkM_jxgbNKjU,15922
|
|
@@ -207,8 +207,8 @@ annofabcli/task_history_event/download_task_history_event_json.py,sha256=hQLVbQ0
|
|
|
207
207
|
annofabcli/task_history_event/list_all_task_history_event.py,sha256=JQEgwOIXbbTIfeX23AVaoySHViOR9UGm9uoXuhVEBqo,6446
|
|
208
208
|
annofabcli/task_history_event/list_worktime.py,sha256=9jsRYa2C9bva8E1Aqxv9CCKDuCP0MvbiaIyQFTDpjqY,13150
|
|
209
209
|
annofabcli/task_history_event/subcommand_task_history_event.py,sha256=mJVJoT4RXk4HWnY7-Nrsl4If-gtaIIEXd2z7eFZwM2I,1260
|
|
210
|
-
annofabcli-1.100.
|
|
211
|
-
annofabcli-1.100.
|
|
212
|
-
annofabcli-1.100.
|
|
213
|
-
annofabcli-1.100.
|
|
214
|
-
annofabcli-1.100.
|
|
210
|
+
annofabcli-1.100.5.dist-info/METADATA,sha256=p6RF7h2AlFqd50lTGqNIhbd-OWaynT-LViAHBIT8E2g,5256
|
|
211
|
+
annofabcli-1.100.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
212
|
+
annofabcli-1.100.5.dist-info/entry_points.txt,sha256=C2uSUc-kkLJpoK_mDL5FEMAdorLEMPfwSf8VBMYnIFM,56
|
|
213
|
+
annofabcli-1.100.5.dist-info/licenses/LICENSE,sha256=pcqWYfxFtxBzhvKp3x9MXNM4xciGb2eFewaRhXUNHlo,1081
|
|
214
|
+
annofabcli-1.100.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|