fast-clean 1.2.2__py3-none-any.whl → 1.2.3__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.
@@ -13,9 +13,6 @@ def use_sentry(
13
13
  level: int = logging.DEBUG,
14
14
  event_level: int = logging.ERROR,
15
15
  ) -> None:
16
- if not dsn:
17
- return
18
-
19
16
  sentry_logging = LoggingIntegration(
20
17
  level=level,
21
18
  event_level=event_level,
@@ -22,4 +22,3 @@ from .request_response import RemoteRequestSchema as RemoteRequestSchema
22
22
  from .request_response import RemoteResponseSchema as RemoteResponseSchema
23
23
  from .request_response import RequestSchema as RequestSchema
24
24
  from .request_response import ResponseSchema as ResponseSchema
25
- from .status_response import StatusOkResponseSchema as StatusOkResponseSchema
@@ -0,0 +1,42 @@
1
+ Metadata-Version: 2.4
2
+ Name: fast-clean
3
+ Version: 1.2.3
4
+ Summary: FastAPI Clean Architecture implementation
5
+ Author-email: Luferov Victor <luferovvs@yandex.ru>, Orlov Artem <squakrazv@yandex.ru>, Kashapov Rustam <hardtechnik91@gmail.com>
6
+ Requires-Python: >=3.13
7
+ Description-Content-Type: text/markdown
8
+ Requires-Dist: aiofiles>=24.1.0
9
+ Requires-Dist: aiokafka>=0.12.0
10
+ Requires-Dist: aioprometheus>=23.12.0
11
+ Requires-Dist: alembic>=1.16.2
12
+ Requires-Dist: cryptography>=44.0.1
13
+ Requires-Dist: dishka>=1.6.0
14
+ Requires-Dist: fastapi>=0.115.8
15
+ Requires-Dist: fastapi-cache2[redis]>=0.2.2
16
+ Requires-Dist: faststream>=0.5.34
17
+ Requires-Dist: flatten-dict>=0.4.2
18
+ Requires-Dist: miniopy-async>=1.21.1
19
+ Requires-Dist: overrides>=7.7.0
20
+ Requires-Dist: psycopg[binary]>=3.2.4
21
+ Requires-Dist: pydantic>=2.10.6
22
+ Requires-Dist: pydantic-settings>=2.8.0
23
+ Requires-Dist: pyyaml>=6.0.2
24
+ Requires-Dist: sentry-sdk[fastapi]>=2.32.0
25
+ Requires-Dist: snakecase>=1.0.1
26
+ Requires-Dist: sqlalchemy-utils>=0.41.2
27
+ Requires-Dist: sqlalchemy[asyncio]>=2.0.38
28
+ Requires-Dist: stringcase>=1.2.0
29
+ Requires-Dist: typer>=0.15.1
30
+
31
+ # FastClean
32
+
33
+ FastAPI clean architecture implementation
34
+
35
+
36
+ ## Contribution
37
+
38
+ ```
39
+ git clone git@github.com:Luferov/fast-clean.git
40
+ uv sync
41
+ uv run pre-commit install
42
+ ```
@@ -17,7 +17,7 @@ fast_clean/contrib/healthcheck/router.py,sha256=7uq0D6ldhxB3Jsa9Ia1zpiRAyC3hQgUv
17
17
  fast_clean/contrib/healthcheck/schemas.py,sha256=nMdUezXvwyJdlHiJbPiLUIa6bJ_JeF1Tr3S-TllMENU,200
18
18
  fast_clean/contrib/logging/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
19
  fast_clean/contrib/logging/enums.py,sha256=a-Tz3k4j0aAbUXDvTV6sl2pKKEGuKG94qc3plXixezU,154
20
- fast_clean/contrib/logging/sentry.py,sha256=hacxHuHqYreosG_Nt0SPRlKQo0iE1hyY8DH4nbMhb5E,625
20
+ fast_clean/contrib/logging/sentry.py,sha256=gey6ynlkZtrU2qzwdKvpkYy0JO0AEyHDpiiRcIzfiDg,593
21
21
  fast_clean/contrib/monitoring/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
22
  fast_clean/contrib/monitoring/middleware.py,sha256=F6EDY_hNBmFlji-cCJwzsm5Wl1S0CsO373rjxfqjlGA,191
23
23
  fast_clean/contrib/monitoring/router.py,sha256=94gffX34VE_Yb6TLaQOP4YyXDQsClzOn4APb45V_HyA,153
@@ -42,7 +42,7 @@ fast_clean/repositories/storage/local.py,sha256=s5REPU7xczvzin13sKyZtFdiocrgAMk8
42
42
  fast_clean/repositories/storage/reader.py,sha256=yAxj51ITWJf0u-KGC3DJ0iTB3pDI1p9ixi_h0ZcWoZ4,3299
43
43
  fast_clean/repositories/storage/s3.py,sha256=z3YHGk89Ac87qAy3FApCXDpEx_CRdLfLzXBIng-BfUQ,4318
44
44
  fast_clean/repositories/storage/schemas.py,sha256=etlogfK_1uUZPQjHWQN6LWy6-8YY2Sago3Zbf6p0KcQ,623
45
- fast_clean/schemas/__init__.py,sha256=OrIP8vV_c5tO5fET3slhCRNfiXjgmZnR5hJlVIZYh24,1361
45
+ fast_clean/schemas/__init__.py,sha256=VgJKIY20qoZZOV55zLGnH2FYWoHpPfJS31HJAj_nGIo,1283
46
46
  fast_clean/schemas/exceptions.py,sha256=E7G9jv4G82Ede7OQ3619vPGwEywc7tKmXW6EolOGRFQ,723
47
47
  fast_clean/schemas/pagination.py,sha256=GEQ-Tbhx6xkMMXhDNWrTEhPv8IdnAOJxH2P1tscmn60,1384
48
48
  fast_clean/schemas/repository.py,sha256=ASxMJb23H3zwavr7P0_ZpCWZX7FjqAuC75qAIYqejvQ,889
@@ -63,7 +63,7 @@ fast_clean/utils/thread.py,sha256=ChEWBLupnSEMq4Wro_aiW0QvCLUKedKc0TQFMu7Zg4g,56
63
63
  fast_clean/utils/time.py,sha256=nvavbtG4zR_gkrGSbsqKAsBdePxO3LuTeoISbFZIgn0,307
64
64
  fast_clean/utils/type_converters.py,sha256=bMEJeoQB9Q6Qok1-ppn4Ii8ZpIkZwJbD2IzCydSStHw,523
65
65
  fast_clean/utils/typer.py,sha256=1O7BsNGn68bBzNbj0-Ycfhv35WpLzwvYTKn510YNXQQ,663
66
- fast_clean-1.2.2.dist-info/METADATA,sha256=Lk0UICk4mex5GpZUCsvRWoyHN8dLjVmOC4w7v3LUo70,78979
67
- fast_clean-1.2.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
68
- fast_clean-1.2.2.dist-info/top_level.txt,sha256=QfsGs-QLmPCZWWPFOukD0zhMnokH68FoO2KeObl6ZIA,11
69
- fast_clean-1.2.2.dist-info/RECORD,,
66
+ fast_clean-1.2.3.dist-info/METADATA,sha256=Bs27RK9QJuXlSn7d8OegQdOM_jIHmBWrAVeSSnY0Le0,1234
67
+ fast_clean-1.2.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
68
+ fast_clean-1.2.3.dist-info/top_level.txt,sha256=QfsGs-QLmPCZWWPFOukD0zhMnokH68FoO2KeObl6ZIA,11
69
+ fast_clean-1.2.3.dist-info/RECORD,,