wipo-gbd-transformation 1.1.87__py3-none-any.whl → 1.1.88__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.

@@ -1,26 +1,32 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: wipo-gbd-transformation
3
- Version: 1.1.87
3
+ Version: 1.1.88
4
4
  Summary: GBD XML ETL package
5
5
  Home-page: https://github.com/GBD-Wipo/xmlE
6
6
  Author: WIPO GDB team
7
7
  Author-email: gbd@wipo.int
8
- License: UNKNOWN
9
8
  Keywords: gbdtransformation
10
- Platform: UNKNOWN
11
9
  Classifier: Programming Language :: Python :: 3.9
12
10
  License-File: LICENSE.md
13
- Requires-Dist: PyYAML
14
- Requires-Dist: boto3 (==1.28.15)
15
- Requires-Dist: botocore (==1.31.15)
11
+ Requires-Dist: boto3==1.28.15
12
+ Requires-Dist: botocore==1.31.15
13
+ Requires-Dist: jinja2==2.11.2
14
+ Requires-Dist: xmltodict
16
15
  Requires-Dist: dicttoxml
17
- Requires-Dist: jinja2 (==2.11.2)
18
- Requires-Dist: lingua-language-detector
19
- Requires-Dist: lxml
20
- Requires-Dist: markupsafe (==2.0.1)
16
+ Requires-Dist: PyYAML
21
17
  Requires-Dist: munch
22
18
  Requires-Dist: tabulate
23
- Requires-Dist: xmltodict
19
+ Requires-Dist: markupsafe==2.0.1
20
+ Requires-Dist: lingua-language-detector
21
+ Requires-Dist: lxml
22
+ Dynamic: author
23
+ Dynamic: author-email
24
+ Dynamic: classifier
25
+ Dynamic: description
26
+ Dynamic: home-page
27
+ Dynamic: keywords
28
+ Dynamic: license-file
29
+ Dynamic: requires-dist
30
+ Dynamic: summary
24
31
 
25
32
  GBD XML ETL package
26
-
@@ -589,9 +589,9 @@ gbdtransformation/utilities/st66.xsd,sha256=co8aFN3a5TpudllRttWmfLeiZu8ulNipfeXm
589
589
  schemas/ShazamConfig.py,sha256=D67os5B11C41h_WZ7kk54Ss0Kk7tHh8W0d_1c_aX-lY,1191
590
590
  schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
591
591
  schemas/schema_extractor.py,sha256=3-ImtnI777f6b3VA0A_w-NoXdlGz5VZMzK6MnPdQQAY,10294
592
- wipo_gbd_transformation-1.1.87.dist-info/LICENSE.md,sha256=6r2dL13EwZqSt2ellLbJRFTA-6ECIDOer4YthCfkac0,35654
593
- wipo_gbd_transformation-1.1.87.dist-info/METADATA,sha256=KYfYO39RJL-w7iy1R_h4tCDVUzGyekeqCrOjMtflCwU,665
594
- wipo_gbd_transformation-1.1.87.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
595
- wipo_gbd_transformation-1.1.87.dist-info/entry_points.txt,sha256=KmwWxkYogxtcrgRU6miWDcikp4yJ3cqr68yMRJq4Pwo,224
596
- wipo_gbd_transformation-1.1.87.dist-info/top_level.txt,sha256=oU1j-JNLga18Fd-EV6Xl9wM8zxYoNVEzb7P8MDhTPJg,26
597
- wipo_gbd_transformation-1.1.87.dist-info/RECORD,,
592
+ wipo_gbd_transformation-1.1.88.dist-info/licenses/LICENSE.md,sha256=6r2dL13EwZqSt2ellLbJRFTA-6ECIDOer4YthCfkac0,35654
593
+ wipo_gbd_transformation-1.1.88.dist-info/METADATA,sha256=6R_qD4tLxuMv11P-3jPisEw4nsySLmgHgi7pe0Y9GuE,795
594
+ wipo_gbd_transformation-1.1.88.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
595
+ wipo_gbd_transformation-1.1.88.dist-info/entry_points.txt,sha256=NFLtlP3mPHUi-hEoUcz4CXa7vcpP8bbwd18HS4arbEk,223
596
+ wipo_gbd_transformation-1.1.88.dist-info/top_level.txt,sha256=oU1j-JNLga18Fd-EV6Xl9wM8zxYoNVEzb7P8MDhTPJg,26
597
+ wipo_gbd_transformation-1.1.88.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.37.1)
2
+ Generator: setuptools (78.1.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -3,4 +3,3 @@ gbd-transform = gbdtransformation.execs:run
3
3
  gbd-transform-organize = gbdtransformation.execs:organize
4
4
  gbd-transform-test = gbdtransformation.execs:test
5
5
  gbd-transform-xpath = gbdtransformation.execs:shazam
6
-