sharedkernel 2.0.0__py3-none-any.whl → 2.0.2__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.
- sharedkernel/enum/__init__.py +1 -2
- sharedkernel/objects/__init__.py +2 -1
- {sharedkernel-2.0.0.dist-info → sharedkernel-2.0.2.dist-info}/METADATA +10 -3
- {sharedkernel-2.0.0.dist-info → sharedkernel-2.0.2.dist-info}/RECORD +6 -6
- {sharedkernel-2.0.0.dist-info → sharedkernel-2.0.2.dist-info}/WHEEL +1 -1
- {sharedkernel-2.0.0.dist-info → sharedkernel-2.0.2.dist-info}/top_level.txt +0 -0
sharedkernel/enum/__init__.py
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
from .error_code import ErrorCode
|
|
2
|
-
from .vector_database_type import VectorDatabaseType
|
|
1
|
+
from .error_code import ErrorCode
|
sharedkernel/objects/__init__.py
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: sharedkernel
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: sharekernel is a shared package between all python projects
|
|
5
5
|
Author: Smilinno
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
7
7
|
Requires-Dist: numpy
|
|
8
8
|
Requires-Dist: requests
|
|
9
9
|
Requires-Dist: pymongo
|
|
10
|
-
Requires-Dist: fastapi
|
|
10
|
+
Requires-Dist: fastapi
|
|
11
11
|
Requires-Dist: PyJWT
|
|
12
12
|
Requires-Dist: persian_tools
|
|
13
13
|
Requires-Dist: sentry-sdk
|
|
@@ -18,11 +18,18 @@ Requires-Dist: python-docx
|
|
|
18
18
|
Requires-Dist: mammoth
|
|
19
19
|
Requires-Dist: markdown
|
|
20
20
|
Requires-Dist: beautifulsoup4
|
|
21
|
+
Dynamic: author
|
|
22
|
+
Dynamic: description
|
|
23
|
+
Dynamic: description-content-type
|
|
24
|
+
Dynamic: requires-dist
|
|
25
|
+
Dynamic: summary
|
|
21
26
|
|
|
22
27
|
# SharedKernel
|
|
23
28
|
this a shared kernel package
|
|
24
29
|
|
|
25
30
|
# Change Log
|
|
31
|
+
### Version 2.0.1
|
|
32
|
+
- Fix minor bugs
|
|
26
33
|
### Version 2.0.0
|
|
27
34
|
- Update pydantic version
|
|
28
35
|
- Delete vector databases
|
|
@@ -7,7 +7,7 @@ sharedkernel/s3_uploader.py,sha256=9Tzi5siceHPKab244tOAmnY_hNOeTn9yvsQevNdz7Gk,3
|
|
|
7
7
|
sharedkernel/string_extentions.py,sha256=ld02W06gd0Ql80GQU6nlqPAeUSfOe2Yr8cCzf3lJgQY,98
|
|
8
8
|
sharedkernel/database/__init__.py,sha256=-g-UAb-oHn4YmHys7Bgu3MtvgTXeRp_PGsih_foGJOU,56
|
|
9
9
|
sharedkernel/database/mongo_generic_repository.py,sha256=sYw0sgkM5d73x09WweGBe-KoRcV-ASkRGmnifmwoB9I,1971
|
|
10
|
-
sharedkernel/enum/__init__.py,sha256=
|
|
10
|
+
sharedkernel/enum/__init__.py,sha256=9M3H7paIFx-0GRhpod_Jg30nxIYPjskGL9WF9rN9U5I,33
|
|
11
11
|
sharedkernel/enum/error_code.py,sha256=qF_YJrHHDc6ibAClSxBMJ9ktzG2OtvGxb67LX0O-NG0,475
|
|
12
12
|
sharedkernel/exception/__init__.py,sha256=Yjkd1VsLFuzfWcMj-v8YYTA-vjtUlF4ESglBFeN1zvs,315
|
|
13
13
|
sharedkernel/exception/exception.py,sha256=TOxnymWJfhsrMmuLsG-amqJlDxmzznEfRnqDBe1vizk,1016
|
|
@@ -15,12 +15,12 @@ sharedkernel/exception/exception_handlers.py,sha256=VHEYaf1quaf63w_JCsNWFbMs2Txq
|
|
|
15
15
|
sharedkernel/normalizer/__init__.py,sha256=0-wy35CgZOeatydCmp10wR7koth3KgEOGcGYkpZJeOg,106
|
|
16
16
|
sharedkernel/normalizer/number_normalizer.py,sha256=zJ700T0t9P7hgxp7vox98LdPw9A4jsUjIHA_II9YmqU,286
|
|
17
17
|
sharedkernel/normalizer/phone_number_normalizer.py,sha256=8z-JGWvH45GiOkceMz9jZ4gLoW9X120I1JSzCAGWcvU,19268
|
|
18
|
-
sharedkernel/objects/__init__.py,sha256=
|
|
18
|
+
sharedkernel/objects/__init__.py,sha256=XIbTfxi8W9LQgouGAA1kv_o1TV3Ry6oX0u7WutE0Bsg,145
|
|
19
19
|
sharedkernel/objects/base_document.py,sha256=1h-t-3-losXcBH_LnsZ7eULBgSkZmJqeR_iO7KY9np4,288
|
|
20
20
|
sharedkernel/objects/json_string_model.py,sha256=j63tnoqiok0EmBP6T-ChYuQYKPw7mLqUOHuaCDUZkmw,1333
|
|
21
21
|
sharedkernel/objects/jwt_model.py,sha256=XQHQhTbg7PT8XiUh5fd9MwRH4ldPsesI_hfbjaSqdKg,134
|
|
22
22
|
sharedkernel/objects/result.py,sha256=I_9hX5TPEO1oStzuFLjFh1rtimXorz7ml-OaW_2BMvc,680
|
|
23
|
-
sharedkernel-2.0.
|
|
24
|
-
sharedkernel-2.0.
|
|
25
|
-
sharedkernel-2.0.
|
|
26
|
-
sharedkernel-2.0.
|
|
23
|
+
sharedkernel-2.0.2.dist-info/METADATA,sha256=5Y2rZQvnaHcmbPZiMfAahqkg9K4TzjgLxlSL_anPtZo,2593
|
|
24
|
+
sharedkernel-2.0.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
25
|
+
sharedkernel-2.0.2.dist-info/top_level.txt,sha256=TVTOnV1MItSSlpSjqkiijuHkoVsGHS4CArpsM-lylkE,13
|
|
26
|
+
sharedkernel-2.0.2.dist-info/RECORD,,
|
|
File without changes
|