hexkit 0.11.0__tar.gz → 0.11.1__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 (40) hide show
  1. {hexkit-0.11.0/src/hexkit.egg-info → hexkit-0.11.1}/PKG-INFO +1 -1
  2. {hexkit-0.11.0 → hexkit-0.11.1}/pyproject.toml +4 -1
  3. hexkit-0.11.1/src/hexkit/providers/s3/test_files/test_file1.yaml +3 -0
  4. hexkit-0.11.1/src/hexkit/providers/s3/test_files/test_file2.yaml +3 -0
  5. hexkit-0.11.1/src/hexkit/providers/s3/test_files/test_file3.yaml +3 -0
  6. hexkit-0.11.1/src/hexkit/providers/s3/test_files/test_file4.yaml +3 -0
  7. {hexkit-0.11.0 → hexkit-0.11.1/src/hexkit.egg-info}/PKG-INFO +1 -1
  8. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit.egg-info/SOURCES.txt +4 -0
  9. {hexkit-0.11.0 → hexkit-0.11.1}/LICENSE +0 -0
  10. {hexkit-0.11.0 → hexkit-0.11.1}/README.md +0 -0
  11. {hexkit-0.11.0 → hexkit-0.11.1}/setup.cfg +0 -0
  12. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/__init__.py +0 -0
  13. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/__main__.py +0 -0
  14. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/base.py +0 -0
  15. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/config.py +0 -0
  16. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/custom_types.py +0 -0
  17. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/inject.py +0 -0
  18. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/protocols/__init__.py +0 -0
  19. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/protocols/dao.py +0 -0
  20. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/protocols/eventpub.py +0 -0
  21. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/protocols/eventsub.py +0 -0
  22. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/protocols/objstorage.py +0 -0
  23. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/providers/__init__.py +0 -0
  24. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/providers/akafka/__init__.py +0 -0
  25. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/providers/akafka/provider.py +0 -0
  26. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/providers/akafka/testutils.py +0 -0
  27. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/providers/mongodb/__init__.py +0 -0
  28. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/providers/mongodb/provider.py +0 -0
  29. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/providers/mongodb/testutils.py +0 -0
  30. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/providers/s3/__init__.py +0 -0
  31. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/providers/s3/provider.py +0 -0
  32. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/providers/s3/test_files/__init__.py +0 -0
  33. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/providers/s3/testutils.py +0 -0
  34. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/providers/testing/__init__.py +0 -0
  35. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/providers/testing/eventpub.py +0 -0
  36. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/providers/testing/utils.py +0 -0
  37. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit/utils.py +0 -0
  38. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit.egg-info/dependency_links.txt +0 -0
  39. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit.egg-info/requires.txt +0 -0
  40. {hexkit-0.11.0 → hexkit-0.11.1}/src/hexkit.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hexkit
3
- Version: 0.11.0
3
+ Version: 0.11.1
4
4
  Summary: A Toolkit for Building Microservices using the Hexagonal Architecture
5
5
  Author-email: "German Human Genome Phenome Archive (GHGA)" <contact@ghga.de>
6
6
  License: Apache 2.0
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "hexkit"
7
- version = "0.11.0"
7
+ version = "0.11.1"
8
8
  description = "A Toolkit for Building Microservices using the Hexagonal Architecture"
9
9
  readme = "README.md"
10
10
  authors = [
@@ -47,3 +47,6 @@ Repository = "https://github.com/ghga-de/hexkit"
47
47
 
48
48
  [tool.setuptools.packages.find]
49
49
  where = ["src"]
50
+
51
+ [tool.setuptools.package-data]
52
+ "hexkit.providers.s3.test_files" = ["*.yaml"]
@@ -0,0 +1,3 @@
1
+ test: |
2
+ A test file with some random content used for testing up-
3
+ and download functionality of the ObjectStorageS3 DAO implementation.
@@ -0,0 +1,3 @@
1
+ test: |
2
+ Another test file with some random content used for testing up-
3
+ and download functionality of the ObjectStorageS3 DAO implementation.
@@ -0,0 +1,3 @@
1
+ test: |
2
+ A third test file with some random content used for testing up-
3
+ and download functionality of the ObjectStorageS3 DAO implementation.
@@ -0,0 +1,3 @@
1
+ test: |
2
+ A fourth test file with some random content used for testing up-
3
+ and download functionality of the ObjectStorageS3 DAO implementation.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hexkit
3
- Version: 0.11.0
3
+ Version: 0.11.1
4
4
  Summary: A Toolkit for Building Microservices using the Hexagonal Architecture
5
5
  Author-email: "German Human Genome Phenome Archive (GHGA)" <contact@ghga.de>
6
6
  License: Apache 2.0
@@ -29,6 +29,10 @@ src/hexkit/providers/s3/__init__.py
29
29
  src/hexkit/providers/s3/provider.py
30
30
  src/hexkit/providers/s3/testutils.py
31
31
  src/hexkit/providers/s3/test_files/__init__.py
32
+ src/hexkit/providers/s3/test_files/test_file1.yaml
33
+ src/hexkit/providers/s3/test_files/test_file2.yaml
34
+ src/hexkit/providers/s3/test_files/test_file3.yaml
35
+ src/hexkit/providers/s3/test_files/test_file4.yaml
32
36
  src/hexkit/providers/testing/__init__.py
33
37
  src/hexkit/providers/testing/eventpub.py
34
38
  src/hexkit/providers/testing/utils.py
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes