fastapi-factory-utilities 0.2.4__py3-none-any.whl → 0.2.5__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.
@@ -22,6 +22,9 @@ from fastapi_factory_utilities.core.services.status.types import (
22
22
  )
23
23
 
24
24
  from .builder import ODMBuilder
25
+ from .depends import depends_odm_client, depends_odm_database
26
+ from .documents import BaseDocument
27
+ from .repositories import AbstractRepository
25
28
 
26
29
  _logger: BoundLogger = get_logger()
27
30
 
@@ -153,3 +156,11 @@ async def on_shutdown(application: ApplicationAbstractProtocol) -> None:
153
156
  client: AsyncIOMotorClient[Any] = application.get_asgi_app().state.odm_client
154
157
  client.close()
155
158
  _logger.debug("ODM plugin shutdown.")
159
+
160
+
161
+ __all__: list[str] = [
162
+ "BaseDocument",
163
+ "AbstractRepository",
164
+ "depends_odm_client",
165
+ "depends_odm_database",
166
+ ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: fastapi_factory_utilities
3
- Version: 0.2.4
3
+ Version: 0.2.5
4
4
  Summary: Consolidate libraries and utilities to create microservices in Python with FastAPI, Beanie, Httpx, AioPika and OpenTelemetry.
5
5
  License: MIT
6
6
  Keywords: python,fastapi,beanie,httpx,opentelemetry,microservices
@@ -19,7 +19,7 @@ fastapi_factory_utilities/core/exceptions.py,sha256=7ntbaMptYn5OOPeKPVR4zU98NIC0
19
19
  fastapi_factory_utilities/core/plugins/__init__.py,sha256=W-BCkqP0xG980980z3mc8T6Vrp1Akv4szA0PRzkUbiU,756
20
20
  fastapi_factory_utilities/core/plugins/example/__init__.py,sha256=GF69IygLXxzrCh7VryekEWun663kKBhWtRS3w-1tzBc,1030
21
21
  fastapi_factory_utilities/core/plugins/httpx_plugin/__init__.py,sha256=P5FUyv7mQr8RZWQ8ifkoK8GXvqSI71q2b2dm-ag2JhQ,1028
22
- fastapi_factory_utilities/core/plugins/odm_plugin/__init__.py,sha256=DwtLFB291G7GQDV8yh_dN7aXPMy6HWvDEh8PbWhbVDA,5316
22
+ fastapi_factory_utilities/core/plugins/odm_plugin/__init__.py,sha256=r5aJrcLG-wQZ1BHsOVLeCU1QYSuOb5jrfWdykr3xmPs,5586
23
23
  fastapi_factory_utilities/core/plugins/odm_plugin/builder.py,sha256=3B5EgY8deS_dr9NYZbeJq9cibPs65kN0Ogg-1yecF3s,8547
24
24
  fastapi_factory_utilities/core/plugins/odm_plugin/configs.py,sha256=zQoJC1wLNyq2pZyFhl0bKeNsTl4y_4_82BHCCaOEjCQ,331
25
25
  fastapi_factory_utilities/core/plugins/odm_plugin/depends.py,sha256=OcLsfTLzMBk_xFV6qsMy_-qFkiphEbbEuaHUooagxg8,730
@@ -64,8 +64,8 @@ fastapi_factory_utilities/example/models/books/repository.py,sha256=7K63uAsSEGZ2
64
64
  fastapi_factory_utilities/example/services/books/__init__.py,sha256=Z06yNRoA7Zg3TGN-Q9rrvJg6Bbx-qJw661MVwukV6vQ,148
65
65
  fastapi_factory_utilities/example/services/books/services.py,sha256=-x7d4hotUWLzWo5uImMjFmtNcSTHwWv2bfttIbYYKbA,5380
66
66
  fastapi_factory_utilities/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
67
- fastapi_factory_utilities-0.2.4.dist-info/LICENSE,sha256=iO1nLzMMst6vEiqgSUrfrbetM7b0bvdzXhbed5tqG8o,1074
68
- fastapi_factory_utilities-0.2.4.dist-info/METADATA,sha256=GQNj0sNNQbWbW-T4cVRDKXlVsWh3SrQcQuUvIkAVSBA,3314
69
- fastapi_factory_utilities-0.2.4.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
70
- fastapi_factory_utilities-0.2.4.dist-info/entry_points.txt,sha256=IK0VcBexXo4uXQmTrbfhhnnfq4GmXPRn0GBB8hzlsq4,101
71
- fastapi_factory_utilities-0.2.4.dist-info/RECORD,,
67
+ fastapi_factory_utilities-0.2.5.dist-info/LICENSE,sha256=iO1nLzMMst6vEiqgSUrfrbetM7b0bvdzXhbed5tqG8o,1074
68
+ fastapi_factory_utilities-0.2.5.dist-info/METADATA,sha256=XU9DdEpracq8qo016B-iSs4nqXdmDolGwDDEWf3PXdg,3314
69
+ fastapi_factory_utilities-0.2.5.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
70
+ fastapi_factory_utilities-0.2.5.dist-info/entry_points.txt,sha256=IK0VcBexXo4uXQmTrbfhhnnfq4GmXPRn0GBB8hzlsq4,101
71
+ fastapi_factory_utilities-0.2.5.dist-info/RECORD,,