ccfx 1.0.5__py3-none-any.whl → 1.0.6__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.
ccfx/ccfx.py CHANGED
@@ -37,6 +37,7 @@ from tqdm import tqdm
37
37
  import yt_dlp
38
38
  from typing import Optional
39
39
  from datetime import datetime, timedelta
40
+ from PIL import Image
40
41
 
41
42
  # functions
42
43
  def listFiles(path: str, ext: Optional[str] = None) -> list:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ccfx
3
- Version: 1.0.5
3
+ Version: 1.0.6
4
4
  Summary: This package simplifies regular common actions for quick prototyping in a user friendly way
5
5
  Author-email: Celray James CHAWANDA <celray@chawanda.com>
6
6
  License-Expression: MIT
@@ -25,6 +25,7 @@ Requires-Dist: py7zr
25
25
  Requires-Dist: mutagen
26
26
  Requires-Dist: requests
27
27
  Requires-Dist: tqdm
28
+ Requires-Dist: pillow
28
29
  Dynamic: license-file
29
30
 
30
31
  # ccfx
@@ -1,11 +1,11 @@
1
1
  ccfx/__init__.py,sha256=UK62VcGS84SJyGVg1bK4FltZj7OkpdoyhoFWeXcKsX0,144
2
- ccfx/ccfx.py,sha256=PuukzvGKeuaZg-09gC_EVEqqL60snOhOs29-ld780Bk,74774
2
+ ccfx/ccfx.py,sha256=5QDGMoGiCmMyQ7Nnfp4UpOa_qxx8C6_wJuYwblsTx_4,74797
3
3
  ccfx/excel.py,sha256=vm_cm4huKKx4_Nstr5neJzhBLmoZjg8qxjzz4hcF5hg,4754
4
4
  ccfx/mssqlConnection.py,sha256=C3HxzgZHmHy_de9EbMaXzR8NrkJxwHc8a00qzxQu_gs,8984
5
5
  ccfx/sqliteConnection.py,sha256=jEJ94D5ySt84N7AeDpa27Rclt1NaKhkX6nYzidwApIg,11104
6
6
  ccfx/word.py,sha256=AGa64jX5Zl5qotZh5L0QmrsjTnktIBhmj_ByRKZ88vw,3061
7
- ccfx-1.0.5.dist-info/licenses/LICENSE,sha256=EuxaawJg_OOCLfikkCGgfXPZmxR-x_5PH7_2e9M-3eA,1099
8
- ccfx-1.0.5.dist-info/METADATA,sha256=ZDKztXjB8snaimpN1MY6-1TN6_6w1F9LanS7xHp_eRM,11260
9
- ccfx-1.0.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
10
- ccfx-1.0.5.dist-info/top_level.txt,sha256=_cSvSA1WX2K8TgoV3iBJUdUZZqMKJbOPLNnKLYSLHaw,5
11
- ccfx-1.0.5.dist-info/RECORD,,
7
+ ccfx-1.0.6.dist-info/licenses/LICENSE,sha256=EuxaawJg_OOCLfikkCGgfXPZmxR-x_5PH7_2e9M-3eA,1099
8
+ ccfx-1.0.6.dist-info/METADATA,sha256=0UoiJQWqaTeo9Qm0klfMU6X3Bcq5hqLIz8LZyjjLyxc,11282
9
+ ccfx-1.0.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
10
+ ccfx-1.0.6.dist-info/top_level.txt,sha256=_cSvSA1WX2K8TgoV3iBJUdUZZqMKJbOPLNnKLYSLHaw,5
11
+ ccfx-1.0.6.dist-info/RECORD,,
File without changes