celldetective 1.3.9.post3__tar.gz → 1.3.9.post4__tar.gz

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.
Files changed (136) hide show
  1. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/PKG-INFO +1 -1
  2. celldetective-1.3.9.post4/celldetective/_version.py +1 -0
  3. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/extra_properties.py +2 -2
  4. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/regionprops/_regionprops.py +10 -3
  5. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/utils.py +8 -9
  6. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective.egg-info/PKG-INFO +1 -1
  7. celldetective-1.3.9.post3/celldetective/_version.py +0 -1
  8. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/LICENSE +0 -0
  9. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/README.md +0 -0
  10. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/__init__.py +0 -0
  11. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/__main__.py +0 -0
  12. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/datasets/segmentation_annotations/blank +0 -0
  13. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/datasets/signal_annotations/blank +0 -0
  14. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/events.py +0 -0
  15. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/filters.py +0 -0
  16. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/InitWindow.py +0 -0
  17. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/__init__.py +0 -0
  18. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/about.py +0 -0
  19. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/analyze_block.py +0 -0
  20. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/btrack_options.py +0 -0
  21. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/classifier_widget.py +0 -0
  22. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/configure_new_exp.py +0 -0
  23. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/control_panel.py +0 -0
  24. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/generic_signal_plot.py +0 -0
  25. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/gui_utils.py +0 -0
  26. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/DL-segmentation-strategy.json +0 -0
  27. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/Threshold-vs-DL.json +0 -0
  28. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/cell-populations.json +0 -0
  29. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/exp-structure.json +0 -0
  30. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/feature-btrack.json +0 -0
  31. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/neighborhood.json +0 -0
  32. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/prefilter-for-segmentation.json +0 -0
  33. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/preprocessing.json +0 -0
  34. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/propagate-classification.json +0 -0
  35. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/track-postprocessing.json +0 -0
  36. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/tracking.json +0 -0
  37. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/json_readers.py +0 -0
  38. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/layouts.py +0 -0
  39. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/measurement_options.py +0 -0
  40. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/neighborhood_options.py +0 -0
  41. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/plot_measurements.py +0 -0
  42. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/plot_signals_ui.py +0 -0
  43. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/process_block.py +0 -0
  44. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/processes/downloader.py +0 -0
  45. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/processes/measure_cells.py +0 -0
  46. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/processes/segment_cells.py +0 -0
  47. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/processes/track_cells.py +0 -0
  48. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/processes/train_segmentation_model.py +0 -0
  49. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/processes/train_signal_model.py +0 -0
  50. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/retrain_segmentation_model_options.py +0 -0
  51. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/retrain_signal_model_options.py +0 -0
  52. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/seg_model_loader.py +0 -0
  53. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/signal_annotator.py +0 -0
  54. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/signal_annotator2.py +0 -0
  55. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/signal_annotator_options.py +0 -0
  56. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/styles.py +0 -0
  57. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/survival_ui.py +0 -0
  58. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/tableUI.py +0 -0
  59. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/thresholds_gui.py +0 -0
  60. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/viewers.py +0 -0
  61. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/workers.py +0 -0
  62. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/icons/logo-large.png +0 -0
  63. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/icons/logo.png +0 -0
  64. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/icons/signals_icon.png +0 -0
  65. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/icons/splash-test.png +0 -0
  66. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/icons/splash.png +0 -0
  67. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/icons/splash0.png +0 -0
  68. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/icons/survival2.png +0 -0
  69. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/icons/vignette_signals2.png +0 -0
  70. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/icons/vignette_signals2.svg +0 -0
  71. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/io.py +0 -0
  72. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/links/zenodo.json +0 -0
  73. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/measure.py +0 -0
  74. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/pair_signal_detection/blank +0 -0
  75. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/segmentation_effectors/blank +0 -0
  76. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/segmentation_effectors/ricm_bf_all_last/config_input.json +0 -0
  77. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/segmentation_effectors/ricm_bf_all_last/ricm_bf_all_last +0 -0
  78. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/segmentation_effectors/ricm_bf_all_last/training_instructions.json +0 -0
  79. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/segmentation_effectors/test-transfer/config_input.json +0 -0
  80. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/segmentation_effectors/test-transfer/test-transfer +0 -0
  81. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/segmentation_generic/blank +0 -0
  82. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/segmentation_targets/blank +0 -0
  83. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/NucCond/classification_loss.png +0 -0
  84. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/NucCond/classifier.h5 +0 -0
  85. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/NucCond/config_input.json +0 -0
  86. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/NucCond/log_classifier.csv +0 -0
  87. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/NucCond/log_regressor.csv +0 -0
  88. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/NucCond/regression_loss.png +0 -0
  89. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/NucCond/regressor.h5 +0 -0
  90. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/NucCond/scores.npy +0 -0
  91. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/NucCond/test_confusion_matrix.png +0 -0
  92. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/NucCond/test_regression.png +0 -0
  93. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/NucCond/validation_confusion_matrix.png +0 -0
  94. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/NucCond/validation_regression.png +0 -0
  95. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/blank +0 -0
  96. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/tracking_configs/biased_motion.json +0 -0
  97. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/tracking_configs/mcf7.json +0 -0
  98. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/tracking_configs/no_z_motion.json +0 -0
  99. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/tracking_configs/ricm.json +0 -0
  100. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/tracking_configs/ricm2.json +0 -0
  101. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/neighborhood.py +0 -0
  102. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/preprocessing.py +0 -0
  103. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/regionprops/__init__.py +0 -0
  104. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/regionprops/props.json +0 -0
  105. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/relative_measurements.py +0 -0
  106. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/scripts/analyze_signals.py +0 -0
  107. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/scripts/measure_cells.py +0 -0
  108. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/scripts/measure_relative.py +0 -0
  109. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/scripts/segment_cells.py +0 -0
  110. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/scripts/segment_cells_thresholds.py +0 -0
  111. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/scripts/track_cells.py +0 -0
  112. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/scripts/train_segmentation_model.py +0 -0
  113. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/scripts/train_signal_model.py +0 -0
  114. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/segmentation.py +0 -0
  115. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/signals.py +0 -0
  116. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/tracking.py +0 -0
  117. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective.egg-info/SOURCES.txt +0 -0
  118. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective.egg-info/dependency_links.txt +0 -0
  119. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective.egg-info/entry_points.txt +0 -0
  120. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective.egg-info/not-zip-safe +0 -0
  121. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective.egg-info/requires.txt +0 -0
  122. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective.egg-info/top_level.txt +0 -0
  123. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/setup.cfg +0 -0
  124. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/setup.py +0 -0
  125. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/tests/__init__.py +0 -0
  126. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/tests/test_events.py +0 -0
  127. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/tests/test_filters.py +0 -0
  128. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/tests/test_io.py +0 -0
  129. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/tests/test_measure.py +0 -0
  130. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/tests/test_neighborhood.py +0 -0
  131. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/tests/test_preprocessing.py +0 -0
  132. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/tests/test_qt.py +0 -0
  133. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/tests/test_segmentation.py +0 -0
  134. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/tests/test_signals.py +0 -0
  135. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/tests/test_tracking.py +0 -0
  136. {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/tests/test_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: celldetective
3
- Version: 1.3.9.post3
3
+ Version: 1.3.9.post4
4
4
  Summary: description
5
5
  Home-page: http://github.com/remyeltorro/celldetective
6
6
  Author: Rémy Torro
@@ -0,0 +1 @@
1
+ __version__ = "1.3.9.post4"
@@ -181,7 +181,7 @@ def intensity_nanmean(regionmask, intensity_image):
181
181
  else:
182
182
  return np.nanmean(intensity_image[regionmask])
183
183
 
184
- def intensity_centre_of_mass_displacement(regionmask, intensity_image):
184
+ def intensity_center_of_mass_displacement(regionmask, intensity_image):
185
185
 
186
186
  if np.any(intensity_image!=intensity_image):
187
187
  intensity_image = interpolate_nan(intensity_image.copy())
@@ -211,7 +211,7 @@ def intensity_centre_of_mass_displacement(regionmask, intensity_image):
211
211
  return np.nan, np.nan, np.nan, np.nan
212
212
 
213
213
 
214
- def intensity_centre_of_mass_displacement_edge(regionmask, intensity_image):
214
+ def intensity_center_of_mass_displacement_edge(regionmask, intensity_image):
215
215
 
216
216
  if np.any(intensity_image!=intensity_image):
217
217
  intensity_image = interpolate_nan(intensity_image.copy())
@@ -108,10 +108,17 @@ class CustomRegionProps(RegionProperties):
108
108
 
109
109
  idx = self.channel_names.index(default_channel)
110
110
  res = func(self.image, self.image_intensity[..., idx])
111
- len_output = len(res)
111
+ if isinstance(res, tuple):
112
+ len_output = len(res)
113
+ else:
114
+ len_output = 1
112
115
 
113
- multichannel_list = [[np.nan]*len_output for c in range(len(self.channel_names))]
114
- multichannel_list[idx] = res
116
+ if len_output > 1:
117
+ multichannel_list = [[np.nan]*len_output for c in range(len(self.channel_names))]
118
+ multichannel_list[idx] = res
119
+ else:
120
+ multichannel_list = [np.nan for c in range(len(self.channel_names))]
121
+ multichannel_list[idx] = res
115
122
 
116
123
  else:
117
124
  print(f'Warning... Channel required by custom measurement ({default_channel}) could not be found in your data...')
@@ -1264,7 +1264,6 @@ def rename_intensity_column(df, channels):
1264
1264
  if s.isdigit():
1265
1265
  if int(s)<len(channel_names):
1266
1266
  test_digit[j] = True
1267
- print(f"{test_digit=}")
1268
1267
 
1269
1268
  if np.any(test_digit):
1270
1269
  index = int(sections[np.where(test_digit)[0]][-1])
@@ -1289,36 +1288,36 @@ def rename_intensity_column(df, channels):
1289
1288
  new_name = np.delete(measure, -1)
1290
1289
  new_name = '_'.join(list(new_name))
1291
1290
  if 'edge' in intensity_cols[k]:
1292
- new_name = new_name.replace('centre_of_mass_displacement', "edge_centre_of_mass_displacement_in_px")
1291
+ new_name = new_name.replace('center_of_mass_displacement', "edge_center_of_mass_displacement_in_px")
1293
1292
  else:
1294
- new_name = new_name.replace('centre_of_mass', "centre_of_mass_displacement_in_px")
1293
+ new_name = new_name.replace('center_of_mass', "center_of_mass_displacement_in_px")
1295
1294
  to_rename.update({intensity_cols[k]: new_name.replace('-', '_')})
1296
1295
 
1297
1296
  elif sections[-2] == "1":
1298
1297
  new_name = np.delete(measure, -1)
1299
1298
  new_name = '_'.join(list(new_name))
1300
1299
  if 'edge' in intensity_cols[k]:
1301
- new_name = new_name.replace('centre_of_mass_displacement', "edge_centre_of_mass_orientation")
1300
+ new_name = new_name.replace('center_of_mass_displacement', "edge_center_of_mass_orientation")
1302
1301
  else:
1303
- new_name = new_name.replace('centre_of_mass', "centre_of_mass_orientation")
1302
+ new_name = new_name.replace('center_of_mass', "center_of_mass_orientation")
1304
1303
  to_rename.update({intensity_cols[k]: new_name.replace('-', '_')})
1305
1304
 
1306
1305
  elif sections[-2] == "2":
1307
1306
  new_name = np.delete(measure, -1)
1308
1307
  new_name = '_'.join(list(new_name))
1309
1308
  if 'edge' in intensity_cols[k]:
1310
- new_name = new_name.replace('centre_of_mass_displacement', "edge_centre_of_mass_x")
1309
+ new_name = new_name.replace('center_of_mass_displacement', "edge_center_of_mass_x")
1311
1310
  else:
1312
- new_name = new_name.replace('centre_of_mass', "centre_of_mass_x")
1311
+ new_name = new_name.replace('center_of_mass', "center_of_mass_x")
1313
1312
  to_rename.update({intensity_cols[k]: new_name.replace('-', '_')})
1314
1313
 
1315
1314
  elif sections[-2] == "3":
1316
1315
  new_name = np.delete(measure, -1)
1317
1316
  new_name = '_'.join(list(new_name))
1318
1317
  if 'edge' in intensity_cols[k]:
1319
- new_name = new_name.replace('centre_of_mass_displacement', "edge_centre_of_mass_y")
1318
+ new_name = new_name.replace('center_of_mass_displacement', "edge_center_of_mass_y")
1320
1319
  else:
1321
- new_name = new_name.replace('centre_of_mass', "centre_of_mass_y")
1320
+ new_name = new_name.replace('center_of_mass', "center_of_mass_y")
1322
1321
  to_rename.update({intensity_cols[k]: new_name.replace('-', '_')})
1323
1322
 
1324
1323
  if 'radial_gradient' in intensity_cols[k]:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: celldetective
3
- Version: 1.3.9.post3
3
+ Version: 1.3.9.post4
4
4
  Summary: description
5
5
  Home-page: http://github.com/remyeltorro/celldetective
6
6
  Author: Rémy Torro
@@ -1 +0,0 @@
1
- __version__ = "1.3.9.post3"