Myosotis-Researches 0.0.25__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,5 +1,7 @@
1
1
  from importlib import resources
2
2
  import os
3
+ import shutil
4
+
3
5
 
4
6
  # Paths
5
7
  datasets_dir = resources.files("myosotis_researches").joinpath("CcGAN", "datasets")
@@ -8,7 +10,7 @@ datasets_dir = resources.files("myosotis_researches").joinpath("CcGAN", "dataset
8
10
  # Function
9
11
  def uninstall_datasets():
10
12
  if os.path.exists(datasets_dir):
11
- os.rmdir(datasets_dir)
13
+ shutil.rmtree(datasets_dir)
12
14
 
13
15
 
14
16
  __all__ = ["uninstall_datasets"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Myosotis-Researches
3
- Version: 0.0.25
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
@@ -2,7 +2,7 @@ myosotis_researches/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
2
2
  myosotis_researches/CcGAN/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
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=rNThDLkKsGMCDOLg_-RsWPGtFMUKsRntTMIj_TJXKhs,277
5
+ myosotis_researches/CcGAN/internal/uninstall_datasets.py,sha256=7pxPZcSe9RHncF0I_4rf8ZdI7eQwv-sFVfxzSVZfYHQ,297
6
6
  myosotis_researches/CcGAN/models_128/CcGAN_SAGAN.py,sha256=uYDngtHoB7frPg2Vs7YCFXeUh7Y7MjaAXbRWHXO_xvw,10629
7
7
  myosotis_researches/CcGAN/models_128/ResNet_class_eval.py,sha256=wa5CPkYzrS0X6kZ6pGHM-GxcGNkSpBdTTqgy5dKVKkU,5131
8
8
  myosotis_researches/CcGAN/models_128/ResNet_embed.py,sha256=HKSY-5WWa9jGniOgRoR1WOTfWhR1Dcj6cq2sgznZEbE,6344
@@ -49,8 +49,8 @@ myosotis_researches/CcGAN/utils/concat_image_vertical.py,sha256=97-SuE8ZWpaeBm_e
49
49
  myosotis_researches/CcGAN/utils/install_datasets.py,sha256=1WAhrzaCsWqI6vbW0awyovU2nqAtJQAEfWOdIRPQ7Jo,1121
50
50
  myosotis_researches/CcGAN/utils/make_h5.py,sha256=Q5OW1JA35ormmsrlAJp6XdC6x0uJBRNjsE31wM3zBiI,1422
51
51
  myosotis_researches/CcGAN/utils/print_hdf5_structure.py,sha256=leaR8H3GhlX6EuIXDMh36xG2zBdV-XlJkaXBuoorl6I,320
52
- myosotis_researches-0.0.25.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
53
- myosotis_researches-0.0.25.dist-info/METADATA,sha256=bbYR-kgitw6PN494NmzCcFli8ViGCbvt5OTQvTZIOjU,765
54
- myosotis_researches-0.0.25.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
55
- myosotis_researches-0.0.25.dist-info/top_level.txt,sha256=zxAiMn5eyZNJM28MewTAkgi_RZJMbfWbzVR-KF0LdZE,20
56
- myosotis_researches-0.0.25.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,,