SkillLink 0.1.1__py3-none-any.whl → 0.1.2__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.
SkillLink/SkillLink.py CHANGED
@@ -42,14 +42,11 @@ class SkillLink:
42
42
  if os.path.exists(dstFile):
43
43
  if override:
44
44
  shutil.copy2(srcFile, dstFile)
45
- print(f"Overridden {dstFile} with {srcFile}")
46
45
  logger.info(f"Overridden {dstFile} with {srcFile}")
47
46
  else:
48
- print(f"File {dstFile} already exists locally. Skipping (preserving local).")
49
47
  logger.info(f"File {dstFile} already exists locally. Skipping (preserving local).")
50
48
  continue
51
49
  shutil.copy2(srcFile, dstFile)
52
- print(f"Copied {srcFile} to {dstFile}")
53
50
  logger.info(f"Copied {srcFile} to {dstFile}")
54
51
 
55
52
  def startSync(self, **kwargs):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: SkillLink
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: A Modern way to sync skills
5
5
  Author: Tristan McBride Sr.
6
6
  Author-email: "Tristan McBride Sr." <142635792+TristanMcBrideSr@users.noreply.github.com>
@@ -0,0 +1,6 @@
1
+ SkillLink/SkillLink.py,sha256=oVu89Xey_7QUW0wvWvdERkMrNRXz0QwRh016scgSdk0,4110
2
+ SkillLink/__init__.py,sha256=b6TVK2Ve_Cct2wu3FLn_2X7cXzCqhI6kTIM81OorPMM,32
3
+ skilllink-0.1.2.dist-info/METADATA,sha256=vCXzBPkzP_6sxyjG5glnyOseBC8f02H5wKOkv0cH62M,4710
4
+ skilllink-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
+ skilllink-0.1.2.dist-info/top_level.txt,sha256=8Nq2y-9CjjC46x0nlmsBxabHDFhJcw5FnprPDQz3RKY,10
6
+ skilllink-0.1.2.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- SkillLink/SkillLink.py,sha256=boenTeVIr4sAfeHcLiNcZCAw1FHEw7Orp1-UN-esAaU,4341
2
- SkillLink/__init__.py,sha256=b6TVK2Ve_Cct2wu3FLn_2X7cXzCqhI6kTIM81OorPMM,32
3
- skilllink-0.1.1.dist-info/METADATA,sha256=CrnAat_Xw7T-rplELWnBZO6E-QWz8wJfuUuqURMW7N4,4710
4
- skilllink-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
- skilllink-0.1.1.dist-info/top_level.txt,sha256=8Nq2y-9CjjC46x0nlmsBxabHDFhJcw5FnprPDQz3RKY,10
6
- skilllink-0.1.1.dist-info/RECORD,,