haraka 0.2.15__py3-none-any.whl → 0.2.16__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.
@@ -57,7 +57,6 @@ class FileOps:
57
57
  self.logger.debug(f"Found {len(entries)} entries in directory {self._relpath(path)}")
58
58
  for i, entry in enumerate(entries):
59
59
  branch = "└── " if i == len(entries) - 1 else "├── "
60
- self.logger.debug(f"Processing entry: {entry.name} ({'directory' if entry.is_dir() else 'file'})")
61
60
  print(prefix + branch + entry.name)
62
61
  if entry.is_dir():
63
62
  ext = " " if i == len(entries) - 1 else "│ "
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: haraka
3
- Version: 0.2.15
3
+ Version: 0.2.16
4
4
  Summary: Reusable post-generation helper for Cookiecutter micro-service templates
5
5
  Author-email: Will Burks <will@example.com>
6
6
  License: MIT
@@ -14,7 +14,7 @@ haraka/post_gen/config/config.py,sha256=nmsQ19ONWE76GFQtah_PUO1HygE-ZCCOfK03M-t-
14
14
  haraka/post_gen/service/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
15
  haraka/post_gen/service/assets.py,sha256=-oz3vlBaVOjeCOO2QHRvOmfyurR1KgihqXqbTtxDNG4,461
16
16
  haraka/post_gen/service/command.py,sha256=yvEzW9rMSXWeQ_2DXuQNtGH6sRuZnK6viMud-amFQXw,2348
17
- haraka/post_gen/service/files.py,sha256=fXhuCqp9iW34hEDKbZynHxB_QlZdxPHyKtLDV_KwG2I,3314
17
+ haraka/post_gen/service/files.py,sha256=7AKGNqW19BkQfYgds2FDjtIsWLSNPaoqEqqZKUsK68k,3203
18
18
  haraka/post_gen/service/gitops.py,sha256=UHJFEGrz88NTB0-WKge_AiKO_yLFci6A7AM5kBIy0VQ,4029
19
19
  haraka/post_gen/service/purge.py,sha256=eDH5DLwaViu3jsqtPXeJWxS_Fs7RIEq6RKD8A8ny2vE,3536
20
20
  haraka/utils/__init__.py,sha256=3Cp4u0dyAGcmqes-tIr95KFsNsJx5Ji5Yzkto9546Hs,168
@@ -26,7 +26,7 @@ haraka/utils/manifests/go-grpc-gateway-buf.yml,sha256=47DEQpj8HBSa-_TImW-5JCeuQe
26
26
  haraka/utils/manifests/go-grpc-protoc.yml,sha256=L_6zKnEpHHkEZfRy4PYhJqgle7lqDmcUVbnFjgK4WTI,839
27
27
  haraka/utils/manifests/java-springboot.yml,sha256=PRqxw9Ygop19hH-TRH31UL1HfEYEJaTq5ukaZX18UNQ,811
28
28
  haraka/utils/manifests/python-fastapi.yml,sha256=650oXVlLV4JE9_fg_YAr37BsGSLb3KRdc6D759Zv1W0,814
29
- haraka-0.2.15.dist-info/METADATA,sha256=M9taSx27sjz-qp0EeCHN6t3iv0RBCHOdIGDcaLZgy_A,579
30
- haraka-0.2.15.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
31
- haraka-0.2.15.dist-info/top_level.txt,sha256=1khpwypLKWoklVd_CgFiwAfcctVSXRoRPc3BI9lyIXo,7
32
- haraka-0.2.15.dist-info/RECORD,,
29
+ haraka-0.2.16.dist-info/METADATA,sha256=Ah9mXP1OF09qymgWZ5MGJiaImwOfJvMSEG_fDLNZ2LM,579
30
+ haraka-0.2.16.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
31
+ haraka-0.2.16.dist-info/top_level.txt,sha256=1khpwypLKWoklVd_CgFiwAfcctVSXRoRPc3BI9lyIXo,7
32
+ haraka-0.2.16.dist-info/RECORD,,