Myosotis-Researches 0.0.24__py3-none-any.whl → 0.0.26__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,3 +1,4 @@
1
1
  from .install_datasets import install_datasets
2
+ from .uninstall_datasets import uninstall_datasets
2
3
 
3
- __all__ = ["install_datasets"]
4
+ __all__ = ["install_datasets", "uninstall_datasets"]
@@ -0,0 +1,16 @@
1
+ from importlib import resources
2
+ import os
3
+ import shutil
4
+
5
+
6
+ # Paths
7
+ datasets_dir = resources.files("myosotis_researches").joinpath("CcGAN", "datasets")
8
+
9
+
10
+ # Function
11
+ def uninstall_datasets():
12
+ if os.path.exists(datasets_dir):
13
+ shutil.rmtree(datasets_dir)
14
+
15
+
16
+ __all__ = ["uninstall_datasets"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Myosotis-Researches
3
- Version: 0.0.24
3
+ Version: 0.0.26
4
4
  Summary: A repository for storing my progress of researches.
5
5
  Home-page: https://github.com/Zeyu-Xie/Myosotis-Researches
6
6
  Author: Zeyu Xie
@@ -1,7 +1,8 @@
1
1
  myosotis_researches/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  myosotis_researches/CcGAN/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- myosotis_researches/CcGAN/internal/__init__.py,sha256=QCWGhp2wzcwQVTMcUoKgg0Wm8AOSX7M7GCqKv-_7deA,78
3
+ myosotis_researches/CcGAN/internal/__init__.py,sha256=WBKZjcgohOUYQuegc99bYTUKnOuUqL-M9lZriZ2XbTA,151
4
4
  myosotis_researches/CcGAN/internal/install_datasets.py,sha256=1WAhrzaCsWqI6vbW0awyovU2nqAtJQAEfWOdIRPQ7Jo,1121
5
+ myosotis_researches/CcGAN/internal/uninstall_datasets.py,sha256=7pxPZcSe9RHncF0I_4rf8ZdI7eQwv-sFVfxzSVZfYHQ,297
5
6
  myosotis_researches/CcGAN/models_128/CcGAN_SAGAN.py,sha256=uYDngtHoB7frPg2Vs7YCFXeUh7Y7MjaAXbRWHXO_xvw,10629
6
7
  myosotis_researches/CcGAN/models_128/ResNet_class_eval.py,sha256=wa5CPkYzrS0X6kZ6pGHM-GxcGNkSpBdTTqgy5dKVKkU,5131
7
8
  myosotis_researches/CcGAN/models_128/ResNet_embed.py,sha256=HKSY-5WWa9jGniOgRoR1WOTfWhR1Dcj6cq2sgznZEbE,6344
@@ -48,8 +49,8 @@ myosotis_researches/CcGAN/utils/concat_image_vertical.py,sha256=97-SuE8ZWpaeBm_e
48
49
  myosotis_researches/CcGAN/utils/install_datasets.py,sha256=1WAhrzaCsWqI6vbW0awyovU2nqAtJQAEfWOdIRPQ7Jo,1121
49
50
  myosotis_researches/CcGAN/utils/make_h5.py,sha256=Q5OW1JA35ormmsrlAJp6XdC6x0uJBRNjsE31wM3zBiI,1422
50
51
  myosotis_researches/CcGAN/utils/print_hdf5_structure.py,sha256=leaR8H3GhlX6EuIXDMh36xG2zBdV-XlJkaXBuoorl6I,320
51
- myosotis_researches-0.0.24.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
52
- myosotis_researches-0.0.24.dist-info/METADATA,sha256=sduDnuSVNkDLX9ZszfATQubydA8ZMSwQQ-PQzzFLvBE,765
53
- myosotis_researches-0.0.24.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
54
- myosotis_researches-0.0.24.dist-info/top_level.txt,sha256=zxAiMn5eyZNJM28MewTAkgi_RZJMbfWbzVR-KF0LdZE,20
55
- myosotis_researches-0.0.24.dist-info/RECORD,,
52
+ myosotis_researches-0.0.26.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
53
+ myosotis_researches-0.0.26.dist-info/METADATA,sha256=Ad1JSfEtMgGPLN_Y9mOLpZSxAk2gzGtGDYgRvCUS30c,765
54
+ myosotis_researches-0.0.26.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
55
+ myosotis_researches-0.0.26.dist-info/top_level.txt,sha256=zxAiMn5eyZNJM28MewTAkgi_RZJMbfWbzVR-KF0LdZE,20
56
+ myosotis_researches-0.0.26.dist-info/RECORD,,