wipo-gbd-transformation 1.1.86__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,25 +1,32 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: wipo-gbd-transformation
3
- Version: 1.1.86
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
- Classifier: Programming Language :: Python :: 3.6
9
+ Classifier: Programming Language :: Python :: 3.9
12
10
  License-File: LICENSE.md
13
- Requires-Dist: PyYAML
14
- Requires-Dist: boto3
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
15
15
  Requires-Dist: dicttoxml
16
- Requires-Dist: jinja2 (==2.11.2)
17
- Requires-Dist: lingua-language-detector
18
- Requires-Dist: lxml
19
- Requires-Dist: markupsafe (==2.0.1)
16
+ Requires-Dist: PyYAML
20
17
  Requires-Dist: munch
21
18
  Requires-Dist: tabulate
22
- 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
23
31
 
24
32
  GBD XML ETL package
25
-
@@ -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.86.dist-info/LICENSE.md,sha256=6r2dL13EwZqSt2ellLbJRFTA-6ECIDOer4YthCfkac0,35654
593
- wipo_gbd_transformation-1.1.86.dist-info/METADATA,sha256=wJBiR5XKw7qXXwgo_ynOOkQn8L6oDdhKaEVVXBAYKi8,617
594
- wipo_gbd_transformation-1.1.86.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
595
- wipo_gbd_transformation-1.1.86.dist-info/entry_points.txt,sha256=KmwWxkYogxtcrgRU6miWDcikp4yJ3cqr68yMRJq4Pwo,224
596
- wipo_gbd_transformation-1.1.86.dist-info/top_level.txt,sha256=oU1j-JNLga18Fd-EV6Xl9wM8zxYoNVEzb7P8MDhTPJg,26
597
- wipo_gbd_transformation-1.1.86.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
-