haraka 0.2.5__py3-none-any.whl → 0.2.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.
haraka/post_gen/runner.py CHANGED
@@ -39,7 +39,7 @@ def main(cfg: PostGenConfig) -> None:
39
39
  divider("🎉 Project generation complete 🎉")
40
40
 
41
41
  if cfg.language == "go" and not cfg.swagger:
42
- go_emoji_logo = [emoji.go]
42
+ go_emoji_logo = [emoji["go"]]
43
43
  go_performance_mode = [
44
44
  goLang, divider_xl, performance_mode, divider_l, tools, divider_s,
45
45
  gRPC, divider_mono, protoC, divider_mono, autoMaxProcs, divider_mono,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: haraka
3
- Version: 0.2.5
3
+ Version: 0.2.6
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
@@ -8,7 +8,7 @@ haraka/art/ascii/frame/border.py,sha256=n7qaLxzzBmf8ewatbe5gN97DO4afZM67bBjpU1Oq
8
8
  haraka/art/ascii/frame/framer.py,sha256=s_-lsb-hGhlH_73q5iTtk8KHW0MSeSHSAvNFVmL1c9A,3951
9
9
  haraka/art/ascii/frame/width_utils.py,sha256=in4AV3gTBBXUX6N01j67Icu9vsHFomybBN8rpL3sQ5s,810
10
10
  haraka/post_gen/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- haraka/post_gen/runner.py,sha256=nKVprtGZzVJBhRwU4vDV6op2d63RQ30BEX6XinuSdIY,1813
11
+ haraka/post_gen/runner.py,sha256=HuWKMoHVcF-SLZK9HYLb1NLO1sqnl9Sr92xmFqWbOR4,1816
12
12
  haraka/post_gen/config/__init__.py,sha256=-_XkJ_Dni28yJCMfIceQSiH1wa_hHsZMoBTyvR9Ikbc,62
13
13
  haraka/post_gen/config/config.py,sha256=VpRgp_-dU1sJd3Jow3MAOeerqElzBcHdkSqvgd1bkwk,234
14
14
  haraka/post_gen/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -22,7 +22,7 @@ haraka/utils/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
22
22
  haraka/utils/common/utils.py,sha256=kMnMXe_hcxGkD0MKGmR1lIwsRND7BaFPRbGN4PwonfM,360
23
23
  haraka/utils/logging/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
24
  haraka/utils/logging/log_util.py,sha256=rl-VnSPns84MPDp7SwArtrO4oPHUPUiRNdkp0NBvxsY,778
25
- haraka-0.2.5.dist-info/METADATA,sha256=hgLAOgD2_WhGfof6xrY1U5k5u0GuIvnZfODD9g6uc_c,578
26
- haraka-0.2.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
27
- haraka-0.2.5.dist-info/top_level.txt,sha256=1khpwypLKWoklVd_CgFiwAfcctVSXRoRPc3BI9lyIXo,7
28
- haraka-0.2.5.dist-info/RECORD,,
25
+ haraka-0.2.6.dist-info/METADATA,sha256=eas99sXOXhJe9zPkVz3XI_qo3e-RyifQBmeLp6vvYmg,578
26
+ haraka-0.2.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
27
+ haraka-0.2.6.dist-info/top_level.txt,sha256=1khpwypLKWoklVd_CgFiwAfcctVSXRoRPc3BI9lyIXo,7
28
+ haraka-0.2.6.dist-info/RECORD,,
File without changes