datashare-python 0.1.0__py3-none-any.whl → 0.1.3__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.
@@ -1,4 +1,9 @@
1
1
  from datashare_python.cli import cli_app
2
2
 
3
- if __name__ == "__main__":
3
+
4
+ def main():
4
5
  cli_app()
6
+
7
+
8
+ if __name__ == "__main__":
9
+ main()
@@ -1,13 +1,17 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: datashare-python
3
- Version: 0.1.0
3
+ Version: 0.1.3
4
4
  Summary: Implement Datashare task in Python
5
5
  Author-Email: =?utf-8?q?Cl=C3=A9ment_Doumouro?= <cdoumouro@icij.org>, =?utf-8?q?Cl=C3=A9ment_Doumouro?= <clement.doumouro@gmail.com>
6
+ Project-URL: Homepage, https://icij.github.io/datashare-python/
7
+ Project-URL: Documentation, https://icij.github.io/datashare-python/
8
+ Project-URL: Repository, https://github.com/ICIJ/datashare-python
9
+ Project-URL: Issues, https://github.com/ICIJ/datashare-python/issues
6
10
  Requires-Python: ~=3.11
7
11
  Requires-Dist: aiostream~=0.6.4
8
12
  Requires-Dist: aiohttp~=3.11.9
9
13
  Requires-Dist: icij-common[elasticsearch]~=0.5.5
10
- Requires-Dist: icij-worker[amqp]~=0.12
14
+ Requires-Dist: icij-worker[amqp]~=0.13
11
15
  Requires-Dist: torch==2.6.0.dev20241101; sys_platform != "darwin"
12
16
  Requires-Dist: torch!=2.6.0.dev20241101+cpu,<=2.6.0.dev20241101; sys_platform == "darwin"
13
17
  Requires-Dist: transformers~=4.46.3
@@ -1,8 +1,8 @@
1
- datashare_python-0.1.0.dist-info/METADATA,sha256=xt9hC3iIosOo3sEeePvELBAIYx-yg7b80wB9AewYlzs,2796
2
- datashare_python-0.1.0.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
3
- datashare_python-0.1.0.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
1
+ datashare_python-0.1.3.dist-info/METADATA,sha256=XmiE6Qq5cSyvHUeTPq0RURDVsvoWyKhA21aVHCf-ABs,3064
2
+ datashare_python-0.1.3.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
3
+ datashare_python-0.1.3.dist-info/entry_points.txt,sha256=cCfx_diHAGY6cpsb4sOYKnRNoD6FyApDDxh7xWNnBgs,84
4
4
  datashare_python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- datashare_python/__main__.py,sha256=agVB_DGJFNXl4AVVwb14i6fF8AXzyAXp8ykOGRPtB3A,83
5
+ datashare_python/__main__.py,sha256=D1j1EAOjePpye-Vzp3wAc-JxbA2kxTS-KGzJv1OEDI8,109
6
6
  datashare_python/app.py,sha256=QI8fVR6s6YU7S45s3hTGM7DqdISA4T7XnXU4UYW9-0E,2582
7
7
  datashare_python/cli/__init__.py,sha256=wcNr-Tp5YmJCYAx4rBTq5EMaoNcPB-9On8LDcopg5v4,818
8
8
  datashare_python/cli/tasks.py,sha256=rxYlDs0WWe1-bBtGshw4TxZ14u-uaeOTsx4DhZX0Ayo,5870
@@ -16,4 +16,4 @@ datashare_python/tasks/classify_docs.py,sha256=I1y6SyrRb_zcppUu_RmhepXjg00OlLbJ7
16
16
  datashare_python/tasks/dependencies.py,sha256=Niua0YrqIVgXTIfEghwaJmRia1XDGkiBVl__Hge8fFk,3661
17
17
  datashare_python/tasks/translate_docs.py,sha256=Qu-b1qZUj18PTI-rsr3oSCGTHLYhNzf0ip9UC7G-CJY,7142
18
18
  datashare_python/utils.py,sha256=y-ZoHt-1v-18o7EoCXD2fMYUxwrz7mZLgbzbggkm_Vc,1901
19
- datashare_python-0.1.0.dist-info/RECORD,,
19
+ datashare_python-0.1.3.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ [console_scripts]
2
+ datashare-python = datashare_python.__main__:main
3
+
4
+ [gui_scripts]
5
+
@@ -1,4 +0,0 @@
1
- [console_scripts]
2
-
3
- [gui_scripts]
4
-