haraka 0.2.12__py3-none-any.whl → 0.2.14__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.
File without changes
@@ -0,0 +1,26 @@
1
+ variant: go-grpc-protoc
2
+
3
+ keep:
4
+ # ── application source (Go) ─────────────────────────
5
+ - cmd/** # main binary entry-point
6
+ - internal/** # config, handlers, server logic
7
+ - pkg/proto/** # generated protobuf / proto defs
8
+ - configs/** # runtime config files
9
+ - go.mod
10
+ - git.ignore
11
+
12
+ # ── tests ───────────────────────────────────────────
13
+ - test/** # Go integration + unit tests
14
+
15
+ # ── build & project metadata ────────────────────────
16
+ - Makefile
17
+ - Dockerfile
18
+ - README.md
19
+
20
+ # ── IDE / run configs ───────────────────────────────
21
+ - runConfigurations/Go/**
22
+
23
+ # ── deployment & infra (shared) ─────────────────────
24
+ - skaffold.yaml
25
+ - chart/**
26
+ - infra/**
@@ -0,0 +1,23 @@
1
+ variant: java-springboot
2
+
3
+ keep:
4
+ # ── application source ────────────────────────────
5
+ - src/main/java/**
6
+ - src/main/resources/**
7
+
8
+ # ── tests ─────────────────────────────────────────
9
+ - src/test/java/**
10
+
11
+ # ── build & project metadata ──────────────────────
12
+ - pom.xml
13
+ - Dockerfile
14
+ - Makefile
15
+ - README.md
16
+
17
+ # ── IDE / run configs ─────────────────────────────
18
+ - runConfigurations/SpringBoot/**
19
+
20
+ # ── deployment & infra (shared) ───────────────────
21
+ - skaffold.yaml
22
+ - chart/**
23
+ - infra/**
@@ -0,0 +1,23 @@
1
+ variant: python-fastapi
2
+
3
+ keep:
4
+ # ── application source ─────────────────────────────
5
+ - src/app/**
6
+
7
+ # ── tests ──────────────────────────────────────────
8
+ - tests/**
9
+ - pytest.ini
10
+
11
+ # ── project scripts & metadata ─────────────────────
12
+ - Dockerfile
13
+ - Makefile
14
+ - requirements.txt
15
+ - README.md
16
+
17
+ # ── IDE / run configs ──────────────────────────────
18
+ - runConfigurations/Python/FastAPI.run.xml
19
+
20
+ # ── deployment & infra (shared) ────────────────────
21
+ - skaffold.yaml
22
+ - chart/**
23
+ - infra/**
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: haraka
3
- Version: 0.2.12
3
+ Version: 0.2.14
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
@@ -22,7 +22,11 @@ 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=S876RggZrLVCLlsEM5i7w1PGKCvR1WECykwtJW83NO0,775
25
- haraka-0.2.12.dist-info/METADATA,sha256=iDKyiYp1e1ygyobBTmGHUSgm7IJ7nWBNfSoS2kNGHo8,579
26
- haraka-0.2.12.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
27
- haraka-0.2.12.dist-info/top_level.txt,sha256=1khpwypLKWoklVd_CgFiwAfcctVSXRoRPc3BI9lyIXo,7
28
- haraka-0.2.12.dist-info/RECORD,,
25
+ haraka/utils/manifests/go-grpc-gateway-buf.yml,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
+ haraka/utils/manifests/go-grpc-protoc.yml,sha256=IqW6lQrB-UTmfQHYP4EaVK6NU6HknykXM7KxJPVENog,1049
27
+ haraka/utils/manifests/java-springboot.yml,sha256=PRqxw9Ygop19hH-TRH31UL1HfEYEJaTq5ukaZX18UNQ,811
28
+ haraka/utils/manifests/python-fastapi.yml,sha256=650oXVlLV4JE9_fg_YAr37BsGSLb3KRdc6D759Zv1W0,814
29
+ haraka-0.2.14.dist-info/METADATA,sha256=6vTRWJdGBXnGg2T0DO-w-CJ4cruD_MCI_vkeguPWJyo,579
30
+ haraka-0.2.14.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
31
+ haraka-0.2.14.dist-info/top_level.txt,sha256=1khpwypLKWoklVd_CgFiwAfcctVSXRoRPc3BI9lyIXo,7
32
+ haraka-0.2.14.dist-info/RECORD,,