wipo-gbd-transformation 1.1.63__py3-none-any.whl → 1.1.65__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.
Potentially problematic release.
This version of wipo-gbd-transformation might be problematic. Click here for more details.
- gbdtransformation/brands/hrtm/filters.py +7 -0
- gbdtransformation/brands/hrtm/template.yml +1 -1
- {wipo_gbd_transformation-1.1.63.dist-info → wipo_gbd_transformation-1.1.65.dist-info}/METADATA +1 -1
- {wipo_gbd_transformation-1.1.63.dist-info → wipo_gbd_transformation-1.1.65.dist-info}/RECORD +8 -8
- {wipo_gbd_transformation-1.1.63.dist-info → wipo_gbd_transformation-1.1.65.dist-info}/LICENSE.md +0 -0
- {wipo_gbd_transformation-1.1.63.dist-info → wipo_gbd_transformation-1.1.65.dist-info}/WHEEL +0 -0
- {wipo_gbd_transformation-1.1.63.dist-info → wipo_gbd_transformation-1.1.65.dist-info}/entry_points.txt +0 -0
- {wipo_gbd_transformation-1.1.63.dist-info → wipo_gbd_transformation-1.1.65.dist-info}/top_level.txt +0 -0
|
@@ -119,3 +119,10 @@ def get_goods_services(goods_services):
|
|
|
119
119
|
nc_gs[code]['lang'] = lang.lower()
|
|
120
120
|
|
|
121
121
|
return nc_gs
|
|
122
|
+
|
|
123
|
+
def clean_app_reg_number(app_num):
|
|
124
|
+
if app_num == None:
|
|
125
|
+
return None
|
|
126
|
+
if not app_num[:1].isdigit():
|
|
127
|
+
app_num = app_num[1:]
|
|
128
|
+
return app_num
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
{% set TradeMark = Transaction.TradeMarkTransactionBody.TransactionContentDetails.TransactionData.TradeMarkDetails.TradeMark %}
|
|
4
4
|
{% set status = TradeMark.MarkCurrentStatusCode | translate_status %}
|
|
5
5
|
|
|
6
|
-
st13: {{ TradeMark.ApplicationNumber | st13('HR', appdate=TradeMark.ApplicationDate) }}
|
|
6
|
+
st13: {{ TradeMark.ApplicationNumber | clean_app_reg_number | st13('HR', appdate=TradeMark.ApplicationDate) }}
|
|
7
7
|
gbdStatus: {{ status }}
|
|
8
8
|
registrationOfficeCode: {{ TradeMark.RegistrationOfficeCode }}
|
|
9
9
|
type: TRADEMARK
|
{wipo_gbd_transformation-1.1.63.dist-info → wipo_gbd_transformation-1.1.65.dist-info}/RECORD
RENAMED
|
@@ -149,9 +149,9 @@ gbdtransformation/brands/gstm/filters.py,sha256=QGOXTX5HsoOoxfY9a31adtujzOS7C0KQ
|
|
|
149
149
|
gbdtransformation/brands/gstm/template.gs.yml,sha256=tQOXTIpmurgytddfqyWvKuCx-7K6ZxALMGXLn0mjg0s,1711
|
|
150
150
|
gbdtransformation/brands/gstm/template.yml,sha256=INQBe908BttDal83tMEXkpAOTasJ0vo5Myl_kFuatR8,1000
|
|
151
151
|
gbdtransformation/brands/hrtm/__init__.py,sha256=UHmbQDIPDdApISBKfO9tKOX6LgUQ_Ib-IVMR5kCVMTY,86
|
|
152
|
-
gbdtransformation/brands/hrtm/filters.py,sha256=
|
|
152
|
+
gbdtransformation/brands/hrtm/filters.py,sha256=1fFLY-0CVp4F52i2S5jLMH96crdBF0Wnc5CsrDnuIH4,4016
|
|
153
153
|
gbdtransformation/brands/hrtm/schema,sha256=7jQ-PC0VTx5NZ79Qf8xAZEX8sqFSUtjPwsvVYV8XZAs,1376
|
|
154
|
-
gbdtransformation/brands/hrtm/template.yml,sha256=
|
|
154
|
+
gbdtransformation/brands/hrtm/template.yml,sha256=9vOPTN4h6ytSoUhQ0m40bRfFbBqUXi8ZbcEU4Dw9k-c,9185
|
|
155
155
|
gbdtransformation/brands/idtm/__init__.py,sha256=MBVFGkMlqAi-s2ur7pCLYe2uxtjIxx9n9wo2bpESvxU,311
|
|
156
156
|
gbdtransformation/brands/idtm/filters.py,sha256=HbcLmB9KTBFjLwHJdkJmM-u5wdE2JmxlqJvlSz1cTKk,3018
|
|
157
157
|
gbdtransformation/brands/idtm/schema,sha256=TFrF4FR76cytcbtQkDWxtF74I0tCPRDIvWRFeqaJt6Q,3242
|
|
@@ -584,9 +584,9 @@ gbdtransformation/utilities/st66.xsd,sha256=co8aFN3a5TpudllRttWmfLeiZu8ulNipfeXm
|
|
|
584
584
|
schemas/ShazamConfig.py,sha256=D67os5B11C41h_WZ7kk54Ss0Kk7tHh8W0d_1c_aX-lY,1191
|
|
585
585
|
schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
586
586
|
schemas/schema_extractor.py,sha256=3-ImtnI777f6b3VA0A_w-NoXdlGz5VZMzK6MnPdQQAY,10294
|
|
587
|
-
wipo_gbd_transformation-1.1.
|
|
588
|
-
wipo_gbd_transformation-1.1.
|
|
589
|
-
wipo_gbd_transformation-1.1.
|
|
590
|
-
wipo_gbd_transformation-1.1.
|
|
591
|
-
wipo_gbd_transformation-1.1.
|
|
592
|
-
wipo_gbd_transformation-1.1.
|
|
587
|
+
wipo_gbd_transformation-1.1.65.dist-info/LICENSE.md,sha256=6r2dL13EwZqSt2ellLbJRFTA-6ECIDOer4YthCfkac0,35654
|
|
588
|
+
wipo_gbd_transformation-1.1.65.dist-info/METADATA,sha256=1fyTkdEy_UK9dNa8Cr9wLm7Fdg2iTEFXxwdXfoS6ge0,577
|
|
589
|
+
wipo_gbd_transformation-1.1.65.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
590
|
+
wipo_gbd_transformation-1.1.65.dist-info/entry_points.txt,sha256=NFLtlP3mPHUi-hEoUcz4CXa7vcpP8bbwd18HS4arbEk,223
|
|
591
|
+
wipo_gbd_transformation-1.1.65.dist-info/top_level.txt,sha256=oU1j-JNLga18Fd-EV6Xl9wM8zxYoNVEzb7P8MDhTPJg,26
|
|
592
|
+
wipo_gbd_transformation-1.1.65.dist-info/RECORD,,
|
{wipo_gbd_transformation-1.1.63.dist-info → wipo_gbd_transformation-1.1.65.dist-info}/LICENSE.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wipo_gbd_transformation-1.1.63.dist-info → wipo_gbd_transformation-1.1.65.dist-info}/top_level.txt
RENAMED
|
File without changes
|