sharedkernel 2.2.0__py3-none-any.whl → 2.2.1__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-2.2.0.dist-info → sharedkernel-2.2.1.dist-info}/METADATA +5 -2
- {sharedkernel-2.2.0.dist-info → sharedkernel-2.2.1.dist-info}/RECORD +4 -4
- {sharedkernel-2.2.0.dist-info → sharedkernel-2.2.1.dist-info}/WHEEL +0 -0
- {sharedkernel-2.2.0.dist-info → sharedkernel-2.2.1.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sharedkernel
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.1
|
|
4
4
|
Summary: sharekernel is a shared package between all python projects
|
|
5
5
|
Author: Smilinno
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -17,7 +17,8 @@ Requires-Dist: boto3==1.35.90
|
|
|
17
17
|
Requires-Dist: python-docx
|
|
18
18
|
Requires-Dist: mammoth
|
|
19
19
|
Requires-Dist: markdown
|
|
20
|
-
Requires-Dist:
|
|
20
|
+
Requires-Dist: beautifulsoup4
|
|
21
|
+
Requires-Dist: deepdiff
|
|
21
22
|
Dynamic: author
|
|
22
23
|
Dynamic: description
|
|
23
24
|
Dynamic: description-content-type
|
|
@@ -28,6 +29,8 @@ Dynamic: summary
|
|
|
28
29
|
this is a shared kernel package
|
|
29
30
|
|
|
30
31
|
# Change Log
|
|
32
|
+
### Version 2.2.1
|
|
33
|
+
- fixbug requirements
|
|
31
34
|
### Version 2.2.0
|
|
32
35
|
- implement Audit logging
|
|
33
36
|
### Version 2.1.2
|
|
@@ -25,7 +25,7 @@ sharedkernel/objects/json_string_model.py,sha256=j63tnoqiok0EmBP6T-ChYuQYKPw7mLq
|
|
|
25
25
|
sharedkernel/objects/jwt_model.py,sha256=XQHQhTbg7PT8XiUh5fd9MwRH4ldPsesI_hfbjaSqdKg,134
|
|
26
26
|
sharedkernel/objects/result.py,sha256=I_9hX5TPEO1oStzuFLjFh1rtimXorz7ml-OaW_2BMvc,680
|
|
27
27
|
sharedkernel/objects/user_info.py,sha256=RsOExvd--7CvBibOA-7ZLLmoW3_rh9Hb3tTkH5K3DN8,283
|
|
28
|
-
sharedkernel-2.2.
|
|
29
|
-
sharedkernel-2.2.
|
|
30
|
-
sharedkernel-2.2.
|
|
31
|
-
sharedkernel-2.2.
|
|
28
|
+
sharedkernel-2.2.1.dist-info/METADATA,sha256=ePL86RY8VoPcXTcGfp04AF2ojqB0uzLuDdnWH7tzk8Q,2923
|
|
29
|
+
sharedkernel-2.2.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
30
|
+
sharedkernel-2.2.1.dist-info/top_level.txt,sha256=TVTOnV1MItSSlpSjqkiijuHkoVsGHS4CArpsM-lylkE,13
|
|
31
|
+
sharedkernel-2.2.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|