haraka 0.2.52__tar.gz → 0.2.53__tar.gz

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.
Files changed (42) hide show
  1. {haraka-0.2.52 → haraka-0.2.53}/PKG-INFO +11 -1
  2. {haraka-0.2.52 → haraka-0.2.53}/haraka.egg-info/PKG-INFO +11 -1
  3. {haraka-0.2.52 → haraka-0.2.53}/haraka.egg-info/SOURCES.txt +1 -0
  4. haraka-0.2.53/haraka.egg-info/requires.txt +12 -0
  5. {haraka-0.2.52 → haraka-0.2.53}/pyproject.toml +16 -1
  6. {haraka-0.2.52 → haraka-0.2.53}/MANIFEST.in +0 -0
  7. {haraka-0.2.52 → haraka-0.2.53}/haraka/PyFast/Runtime.py +0 -0
  8. {haraka-0.2.52 → haraka-0.2.53}/haraka/PyFast/__init__.py +0 -0
  9. {haraka-0.2.52 → haraka-0.2.53}/haraka/__init__.py +0 -0
  10. {haraka-0.2.52 → haraka-0.2.53}/haraka/art/__init__.py +0 -0
  11. {haraka-0.2.52 → haraka-0.2.53}/haraka/art/ascii/__init__.py +0 -0
  12. {haraka-0.2.52 → haraka-0.2.53}/haraka/art/ascii/assets.py +0 -0
  13. {haraka-0.2.52 → haraka-0.2.53}/haraka/art/ascii/frame/__init__.py +0 -0
  14. {haraka-0.2.52 → haraka-0.2.53}/haraka/art/ascii/frame/border.py +0 -0
  15. {haraka-0.2.52 → haraka-0.2.53}/haraka/art/ascii/frame/framer.py +0 -0
  16. {haraka-0.2.52 → haraka-0.2.53}/haraka/art/ascii/frame/width_utils.py +0 -0
  17. {haraka-0.2.52 → haraka-0.2.53}/haraka/art/create.py +0 -0
  18. {haraka-0.2.52 → haraka-0.2.53}/haraka/post_gen/__init__.py +0 -0
  19. {haraka-0.2.52 → haraka-0.2.53}/haraka/post_gen/config/__init__.py +0 -0
  20. {haraka-0.2.52 → haraka-0.2.53}/haraka/post_gen/config/config.py +0 -0
  21. {haraka-0.2.52 → haraka-0.2.53}/haraka/post_gen/resources/__init__.py +0 -0
  22. {haraka-0.2.52 → haraka-0.2.53}/haraka/post_gen/resources/assets.py +0 -0
  23. {haraka-0.2.52 → haraka-0.2.53}/haraka/post_gen/runner.py +0 -0
  24. {haraka-0.2.52 → haraka-0.2.53}/haraka/post_gen/service/__init__.py +0 -0
  25. {haraka-0.2.52 → haraka-0.2.53}/haraka/post_gen/service/command.py +0 -0
  26. {haraka-0.2.52 → haraka-0.2.53}/haraka/post_gen/service/fileOps/__init__.py +0 -0
  27. {haraka-0.2.52 → haraka-0.2.53}/haraka/post_gen/service/fileOps/files.py +0 -0
  28. {haraka-0.2.52 → haraka-0.2.53}/haraka/post_gen/service/fileOps/purge.py +0 -0
  29. {haraka-0.2.52 → haraka-0.2.53}/haraka/post_gen/service/gitOps/__init__.py +0 -0
  30. {haraka-0.2.52 → haraka-0.2.53}/haraka/post_gen/service/gitOps/gitops.py +0 -0
  31. {haraka-0.2.52 → haraka-0.2.53}/haraka/utils/__init__.py +0 -0
  32. {haraka-0.2.52 → haraka-0.2.53}/haraka/utils/common/__init__.py +0 -0
  33. {haraka-0.2.52 → haraka-0.2.53}/haraka/utils/common/utils.py +0 -0
  34. {haraka-0.2.52 → haraka-0.2.53}/haraka/utils/logging/__init__.py +0 -0
  35. {haraka-0.2.52 → haraka-0.2.53}/haraka/utils/logging/log_util.py +0 -0
  36. {haraka-0.2.52 → haraka-0.2.53}/haraka/utils/manifests/GoUltraFast.yml +0 -0
  37. {haraka-0.2.52 → haraka-0.2.53}/haraka/utils/manifests/JavaFein.yml +0 -0
  38. {haraka-0.2.52 → haraka-0.2.53}/haraka/utils/manifests/PyFast.yml +0 -0
  39. {haraka-0.2.52 → haraka-0.2.53}/haraka/utils/manifests/go-grpc-gateway-buf.yml +0 -0
  40. {haraka-0.2.52 → haraka-0.2.53}/haraka.egg-info/dependency_links.txt +0 -0
  41. {haraka-0.2.52 → haraka-0.2.53}/haraka.egg-info/top_level.txt +0 -0
  42. {haraka-0.2.52 → haraka-0.2.53}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: haraka
3
- Version: 0.2.52
3
+ Version: 0.2.53
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
@@ -12,3 +12,13 @@ Classifier: Intended Audience :: Developers
12
12
  Classifier: Topic :: Software Development :: Build Tools
13
13
  Requires-Python: >=3.9
14
14
  Description-Content-Type: text/markdown
15
+ Requires-Dist: pathspec==0.10.3
16
+ Requires-Dist: PyYAML==6.0.1
17
+ Requires-Dist: wcwidth==0.2.5
18
+ Requires-Dist: fastapi==0.115.14
19
+ Provides-Extra: gen
20
+ Requires-Dist: pathspec==0.10.3; extra == "gen"
21
+ Requires-Dist: PyYAML==6.0.1; extra == "gen"
22
+ Requires-Dist: wcwidth==0.2.5; extra == "gen"
23
+ Provides-Extra: pyfast
24
+ Requires-Dist: fastapi==0.115.14; extra == "pyfast"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: haraka
3
- Version: 0.2.52
3
+ Version: 0.2.53
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
@@ -12,3 +12,13 @@ Classifier: Intended Audience :: Developers
12
12
  Classifier: Topic :: Software Development :: Build Tools
13
13
  Requires-Python: >=3.9
14
14
  Description-Content-Type: text/markdown
15
+ Requires-Dist: pathspec==0.10.3
16
+ Requires-Dist: PyYAML==6.0.1
17
+ Requires-Dist: wcwidth==0.2.5
18
+ Requires-Dist: fastapi==0.115.14
19
+ Provides-Extra: gen
20
+ Requires-Dist: pathspec==0.10.3; extra == "gen"
21
+ Requires-Dist: PyYAML==6.0.1; extra == "gen"
22
+ Requires-Dist: wcwidth==0.2.5; extra == "gen"
23
+ Provides-Extra: pyfast
24
+ Requires-Dist: fastapi==0.115.14; extra == "pyfast"
@@ -4,6 +4,7 @@ haraka/__init__.py
4
4
  haraka.egg-info/PKG-INFO
5
5
  haraka.egg-info/SOURCES.txt
6
6
  haraka.egg-info/dependency_links.txt
7
+ haraka.egg-info/requires.txt
7
8
  haraka.egg-info/top_level.txt
8
9
  haraka/PyFast/Runtime.py
9
10
  haraka/PyFast/__init__.py
@@ -0,0 +1,12 @@
1
+ pathspec==0.10.3
2
+ PyYAML==6.0.1
3
+ wcwidth==0.2.5
4
+ fastapi==0.115.14
5
+
6
+ [PyFast]
7
+ fastapi==0.115.14
8
+
9
+ [gen]
10
+ pathspec==0.10.3
11
+ PyYAML==6.0.1
12
+ wcwidth==0.2.5
@@ -4,12 +4,18 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "haraka"
7
- version = "0.2.52"
7
+ version = "0.2.53" # Incremented version
8
8
  description = "Reusable post-generation helper for Cookiecutter micro-service templates"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
11
11
  authors = [{name = "Will Burks", email = "will@example.com"}]
12
12
  requires-python = ">=3.9"
13
+ dependencies = [
14
+ "pathspec==0.10.3",
15
+ "PyYAML==6.0.1",
16
+ "wcwidth==0.2.5",
17
+ "fastapi==0.115.14"
18
+ ]
13
19
 
14
20
  classifiers = [
15
21
  "Programming Language :: Python :: 3",
@@ -31,3 +37,12 @@ where = ["."]
31
37
  [tool.setuptools]
32
38
  include-package-data = true
33
39
 
40
+ [project.optional-dependencies]
41
+ gen = [
42
+ "pathspec==0.10.3",
43
+ "PyYAML==6.0.1",
44
+ "wcwidth==0.2.5",
45
+ ]
46
+ PyFast = [
47
+ "fastapi==0.115.14",
48
+ ]
File without changes
File without changes
File without changes
File without changes
File without changes