re-common 10.0.28__py3-none-any.whl → 10.0.29__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.
- re_common/v2/baselibrary/business_utils/full_doi_path.py +2 -2
- {re_common-10.0.28.dist-info → re_common-10.0.29.dist-info}/METADATA +1 -1
- {re_common-10.0.28.dist-info → re_common-10.0.29.dist-info}/RECORD +6 -6
- {re_common-10.0.28.dist-info → re_common-10.0.29.dist-info}/LICENSE +0 -0
- {re_common-10.0.28.dist-info → re_common-10.0.29.dist-info}/WHEEL +0 -0
- {re_common-10.0.28.dist-info → re_common-10.0.29.dist-info}/top_level.txt +0 -0
|
@@ -109,8 +109,8 @@ def doi_to_dir(doi):
|
|
|
109
109
|
return first_dir + "/" + second_dir
|
|
110
110
|
|
|
111
111
|
|
|
112
|
-
def get_doi_path(doi):
|
|
112
|
+
def get_doi_path(doi, case_insensitive=False):
|
|
113
113
|
# 目前使用
|
|
114
114
|
dir_path = doi_to_dir(doi)
|
|
115
|
-
file_name = base_lngid.getDoiid(doi) + ".pdf"
|
|
115
|
+
file_name = base_lngid.getDoiid(doi, case_insensitive=case_insensitive) + ".pdf"
|
|
116
116
|
return dir_path + "/" + file_name
|
|
@@ -166,7 +166,7 @@ re_common/v2/baselibrary/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
|
|
|
166
166
|
re_common/v2/baselibrary/business_utils/BusinessStringUtil.py,sha256=njPcRgeBWpnZr5u2cPAO4qdWBq-CgTn99rJuvWFcChk,6788
|
|
167
167
|
re_common/v2/baselibrary/business_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
168
168
|
re_common/v2/baselibrary/business_utils/baseencodeid.py,sha256=3f52e0jtgCFzPEyReia8TupwiE64t_VyBT-a7uQCXAY,3595
|
|
169
|
-
re_common/v2/baselibrary/business_utils/full_doi_path.py,sha256=
|
|
169
|
+
re_common/v2/baselibrary/business_utils/full_doi_path.py,sha256=vsoS1ZGyNzeORon_z1sHt1M41sS22pvJHMgWJH3xZ-M,3378
|
|
170
170
|
re_common/v2/baselibrary/business_utils/rel_tools.py,sha256=LfnGFCkUSxg1SHvOMOQdP1PiHxIKqk7Syuk5YYpjJag,295
|
|
171
171
|
re_common/v2/baselibrary/decorators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
172
172
|
re_common/v2/baselibrary/decorators/utils.py,sha256=Q4D6KKCQxvNBXZkPQQn14keKKJpGtg8TUSakjJU40s0,2056
|
|
@@ -231,8 +231,8 @@ re_common/vip/title/transform/TransformRegulationTitleToZt.py,sha256=LKRdIsWKues
|
|
|
231
231
|
re_common/vip/title/transform/TransformStandardTitleToZt.py,sha256=-fCKAbSBzXVyQDCE61CalvR9E_QzQMA08QOO_NePFNI,5563
|
|
232
232
|
re_common/vip/title/transform/TransformThesisTitleToZt.py,sha256=QS-uV0cQrpUFAcKucuJQ9Ue2VRQH-inmfn_X3IplfRo,5488
|
|
233
233
|
re_common/vip/title/transform/__init__.py,sha256=m83-CWyRq_VHPYHaALEQlmXrkTdrZ3e4B_kCfBYE-uc,239
|
|
234
|
-
re_common-10.0.
|
|
235
|
-
re_common-10.0.
|
|
236
|
-
re_common-10.0.
|
|
237
|
-
re_common-10.0.
|
|
238
|
-
re_common-10.0.
|
|
234
|
+
re_common-10.0.29.dist-info/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
|
|
235
|
+
re_common-10.0.29.dist-info/METADATA,sha256=eGXr-ItmT5GBm9Q5Powp842rq_7QWs-wEJsyNKKB6HM,582
|
|
236
|
+
re_common-10.0.29.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
237
|
+
re_common-10.0.29.dist-info/top_level.txt,sha256=_H9H23zoLIalm1AIY_KYTVh_H0ZnmjxQIxsvXtLv45o,10
|
|
238
|
+
re_common-10.0.29.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|