wordlift-sdk 2.11.0__py3-none-any.whl → 2.13.0__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.
- wordlift_sdk/validation/generator.py +150 -54
- wordlift_sdk/validation/shacls/google-breadcrumb.ttl +17 -18
- wordlift_sdk/validation/shacls/google-carousel.ttl +1 -1
- wordlift_sdk/validation/shacls/google-course.ttl +4 -4
- wordlift_sdk/validation/shacls/google-education-qa.ttl +23 -24
- wordlift_sdk/validation/shacls/google-faqpage.ttl +21 -23
- wordlift_sdk/validation/shacls/google-merchant-listing.ttl +56 -57
- wordlift_sdk/validation/shacls/google-product-snippet.ttl +37 -34
- wordlift_sdk/validation/shacls/google-profile-page.ttl +103 -103
- wordlift_sdk/validation/shacls/google-qapage.ttl +345 -180
- wordlift_sdk/validation/shacls/google-recipe.ttl +42 -49
- {wordlift_sdk-2.11.0.dist-info → wordlift_sdk-2.13.0.dist-info}/METADATA +5 -4
- {wordlift_sdk-2.11.0.dist-info → wordlift_sdk-2.13.0.dist-info}/RECORD +14 -14
- {wordlift_sdk-2.11.0.dist-info → wordlift_sdk-2.13.0.dist-info}/WHEEL +0 -0
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wordlift-sdk
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.13.0
|
|
4
4
|
Summary:
|
|
5
5
|
Author: David Riccitelli
|
|
6
6
|
Author-email: david@wordlift.io
|
|
7
|
-
Requires-Python: >=3.10,<3.
|
|
7
|
+
Requires-Python: >=3.10,<3.15
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
9
9
|
Classifier: Programming Language :: Python :: 3.10
|
|
10
10
|
Classifier: Programming Language :: Python :: 3.11
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.12
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.13
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
13
14
|
Requires-Dist: advertools (>0.16.6,<1.0.0)
|
|
14
15
|
Requires-Dist: aiohttp (>=3.10.5,<4.0.0)
|
|
15
16
|
Requires-Dist: google-auth (>=2.35.0,<3.0.0)
|
|
@@ -46,7 +47,7 @@ pip install wordlift-sdk
|
|
|
46
47
|
poetry add wordlift-sdk
|
|
47
48
|
```
|
|
48
49
|
|
|
49
|
-
Requires Python 3.10–3.
|
|
50
|
+
Requires Python 3.10–3.14.
|
|
50
51
|
|
|
51
52
|
## Configuration
|
|
52
53
|
|
|
@@ -120,7 +121,7 @@ Add `.ttl.liquid` files under `data/templates`. Templates render with `account`
|
|
|
120
121
|
|
|
121
122
|
## Validation
|
|
122
123
|
|
|
123
|
-
SHACL validation utilities and generated Google Search Gallery shapes are included.
|
|
124
|
+
SHACL validation utilities and generated Google Search Gallery shapes are included. When a feature includes both container types (for example `ItemList`, `BreadcrumbList`, `QAPage`, `FAQPage`, `Quiz`, `ProfilePage`, `Product`, `Recipe`, `Course`) and their contained types (`ListItem`, `Question`, `Answer`, `Comment`, `Offer`, `HowToStep`, `Person`, `Organization`), the generator scopes the contained constraints under the container properties to avoid enforcing them on unrelated nodes.
|
|
124
125
|
|
|
125
126
|
## Testing
|
|
126
127
|
|
|
@@ -103,36 +103,36 @@ wordlift_sdk/utils/get_me.py,sha256=-mr0DscVWEDFvgBYtmgND3_gIuh2q7kfD-OiqrYwLJU,
|
|
|
103
103
|
wordlift_sdk/utils/html_converter.py,sha256=MGdXQg2EAhI2K7CWtbIzZip08clVPUgL84Xt_xxa-h4,1945
|
|
104
104
|
wordlift_sdk/utils/import_url.py,sha256=KiUFkU4mRfd7YWFlLoz5bB13AgPURV8Km8H05LxevCI,1299
|
|
105
105
|
wordlift_sdk/validation/__init__.py,sha256=cR_8BggTFb6SYCFYGMESY12gYo0i8D6E8gMZcGwaPkw,203
|
|
106
|
-
wordlift_sdk/validation/generator.py,sha256=
|
|
106
|
+
wordlift_sdk/validation/generator.py,sha256=ka86wR0ZKo2botiz2BvmAHk5691ozXdoOYf2-M7-LK4,18994
|
|
107
107
|
wordlift_sdk/validation/shacl.py,sha256=tWBde7KUMhW2ectmAP1cEBcsIBGQ3Z1sQrANESDU__M,6299
|
|
108
108
|
wordlift_sdk/validation/shacls/__init__.py,sha256=5YWoHfTB4SKFDKz3KXqFnDrxqDy-YACu0zIn_GkT6Mk,29
|
|
109
109
|
wordlift_sdk/validation/shacls/google-article.ttl,sha256=FpAu-0CZsmDb8hswN45YU6l0QPng6hqU-JX7VSDiUyU,3774
|
|
110
110
|
wordlift_sdk/validation/shacls/google-book.ttl,sha256=Tdfr9TNWTv_ttH2wFYHt20K4KaIaCJpcj_RXAWy2BYI,13517
|
|
111
|
-
wordlift_sdk/validation/shacls/google-breadcrumb.ttl,sha256=
|
|
112
|
-
wordlift_sdk/validation/shacls/google-carousel.ttl,sha256=
|
|
111
|
+
wordlift_sdk/validation/shacls/google-breadcrumb.ttl,sha256=0fQKCR6qcVB5jAfGuxFS54mPfsHELcJShWxgEBJluN4,854
|
|
112
|
+
wordlift_sdk/validation/shacls/google-carousel.ttl,sha256=msKt5-gRqkmW0CEiATS9aEf7dH2udCTf4F1OK1EZYHk,1036
|
|
113
113
|
wordlift_sdk/validation/shacls/google-carousels-beta.ttl,sha256=TKevYHEaK1s0bZ1hr03TbcDpfD1nJcQpWFOQtEa5tro,7189
|
|
114
|
-
wordlift_sdk/validation/shacls/google-course.ttl,sha256=
|
|
114
|
+
wordlift_sdk/validation/shacls/google-course.ttl,sha256=I3mP99BmpuScdsSA1O6Z5yWgLtvvrkjzBZMYgp0_HvQ,1050
|
|
115
115
|
wordlift_sdk/validation/shacls/google-dataset.ttl,sha256=-hdkj1umQNJduaRvSKhl9LZ5A6j7i0sJqhH7ZEbUX3U,3758
|
|
116
116
|
wordlift_sdk/validation/shacls/google-discussion-forum.ttl,sha256=YbIKCyguK_stBsjjJs8WD7l72wt1HsXYiLeWdhgTfSs,6086
|
|
117
|
-
wordlift_sdk/validation/shacls/google-education-qa.ttl,sha256=
|
|
117
|
+
wordlift_sdk/validation/shacls/google-education-qa.ttl,sha256=HaofrI_SM_xEtSOU7QMQcmG3_lSoA36a1cTDqeV8bVA,1990
|
|
118
118
|
wordlift_sdk/validation/shacls/google-employer-rating.ttl,sha256=Joclv8hp2NP86U8Ydpr8ZY2-7LmUyQ20pIXoLB2ZVYs,1086
|
|
119
119
|
wordlift_sdk/validation/shacls/google-event.ttl,sha256=SjGF4khM5fTfam172o6JZ3AqfVcA7PMC5c8_MLpbHjI,1166
|
|
120
120
|
wordlift_sdk/validation/shacls/google-factcheck.ttl,sha256=MM1Cbj0_iulpOw_xolhYnHRC7m1FHrhJJ9rkHV6yQzI,2102
|
|
121
|
-
wordlift_sdk/validation/shacls/google-faqpage.ttl,sha256=
|
|
121
|
+
wordlift_sdk/validation/shacls/google-faqpage.ttl,sha256=Xtrd_biAIn5uvO8yG5TLqw9zkxO_TnCqlq1WpYRBRdE,943
|
|
122
122
|
wordlift_sdk/validation/shacls/google-image-license-metadata.ttl,sha256=QhcEqtQPSuLqXce8XuGguBMnVbdbUb2aIs6k01U03qg,2410
|
|
123
123
|
wordlift_sdk/validation/shacls/google-job-posting.ttl,sha256=epJUcCMPsGEgV69Db94zfRiOSZAh_54UcaSSOsnrdec,1971
|
|
124
124
|
wordlift_sdk/validation/shacls/google-local-business.ttl,sha256=4u9BBHQrEg0lQVWgocis3D2SO_H6x_GN5VofyE-SnTM,12084
|
|
125
125
|
wordlift_sdk/validation/shacls/google-loyalty-program.ttl,sha256=jUA5MiTD2GLiBW5PHwC-fGD0KehbUGWXfHPXyglsgQo,1547
|
|
126
126
|
wordlift_sdk/validation/shacls/google-math-solvers.ttl,sha256=IsFdXnW2_2PA6tHDN14RCKsU3Mp7LOaMsHtAjEulyQw,1529
|
|
127
|
-
wordlift_sdk/validation/shacls/google-merchant-listing.ttl,sha256=
|
|
127
|
+
wordlift_sdk/validation/shacls/google-merchant-listing.ttl,sha256=YgaKWHZ4Sg0qXdEXAaw11lDFqg_47Phd5xjts3w_0Eo,10813
|
|
128
128
|
wordlift_sdk/validation/shacls/google-movie.ttl,sha256=1kVRTPg4YMDXQ2T3nEPjvG3E8dPSDI7heTia736DMdI,1178
|
|
129
129
|
wordlift_sdk/validation/shacls/google-organization.ttl,sha256=r3srUP-_x3ZP9YGty3-vlSus2Oq46cc8ha2TYcfdALM,4859
|
|
130
130
|
wordlift_sdk/validation/shacls/google-paywalled-content.ttl,sha256=O2yNGcrRYF0aBw-SJ9qWBTMfgme8vc0am8hO2d8BFjw,989
|
|
131
|
-
wordlift_sdk/validation/shacls/google-product-snippet.ttl,sha256=
|
|
131
|
+
wordlift_sdk/validation/shacls/google-product-snippet.ttl,sha256=RgBGHmVyAR1KqJl-p4zuv6vWtE1Xko1rysuAvEVaxsw,3201
|
|
132
132
|
wordlift_sdk/validation/shacls/google-product-variants.ttl,sha256=T2h3ZaX5UYoUlik3cUAt-CCfNERmEAHB4UQj8W7QGBw,1757
|
|
133
|
-
wordlift_sdk/validation/shacls/google-profile-page.ttl,sha256=
|
|
134
|
-
wordlift_sdk/validation/shacls/google-qapage.ttl,sha256=
|
|
135
|
-
wordlift_sdk/validation/shacls/google-recipe.ttl,sha256=
|
|
133
|
+
wordlift_sdk/validation/shacls/google-profile-page.ttl,sha256=4SKgPjcMpbqwsbjuY5cEeykriHLExS_XElPzX_0Ttrg,3973
|
|
134
|
+
wordlift_sdk/validation/shacls/google-qapage.ttl,sha256=KWbN7WBbI9S0kymQZDz2Wamrl_hjObziylZ2tV7oJhc,11724
|
|
135
|
+
wordlift_sdk/validation/shacls/google-recipe.ttl,sha256=W45AJOL5986ag7-8IZKxj5tgPwWuL6GwNRxKRFulFCs,4779
|
|
136
136
|
wordlift_sdk/validation/shacls/google-return-policy.ttl,sha256=ckAStDp4VwS2tS_34qX4j-JKa8-MzFd6KBAFRitPQ04,3588
|
|
137
137
|
wordlift_sdk/validation/shacls/google-review-snippet.ttl,sha256=SK6-IAxQ_lBdF1W40JxywSi0ZtXrMQ_cZlPda4Yj8Lk,2055
|
|
138
138
|
wordlift_sdk/validation/shacls/google-shipping-policy.ttl,sha256=KzmFTgjhudHoqSwlJgnhq7MaCtVd6oTRIrL9EtpahLQ,15085
|
|
@@ -162,6 +162,6 @@ wordlift_sdk/workflow/url_handler/default_url_handler.py,sha256=irMoJftx9Gyq-8HQ
|
|
|
162
162
|
wordlift_sdk/workflow/url_handler/search_console_url_handler.py,sha256=uOwD4t009-cA9JI7ZtbYhCGRwjhLzDpBNTWHERPnNqI,2698
|
|
163
163
|
wordlift_sdk/workflow/url_handler/url_handler.py,sha256=meyOpWVhLk2NcbtUOO_V0z6_T9q-D3pD7kWQCRioYh0,129
|
|
164
164
|
wordlift_sdk/workflow/url_handler/web_page_import_url_handler.py,sha256=xQiy-fgFj_dWKFFBNWeodAGhIMJQereSPdgnjK-Crmo,3529
|
|
165
|
-
wordlift_sdk-2.
|
|
166
|
-
wordlift_sdk-2.
|
|
167
|
-
wordlift_sdk-2.
|
|
165
|
+
wordlift_sdk-2.13.0.dist-info/METADATA,sha256=i-Qku6GFnG48LIQMT9lJBh-EwsZ1Qu7ZAJO2xx8BIQA,5740
|
|
166
|
+
wordlift_sdk-2.13.0.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
167
|
+
wordlift_sdk-2.13.0.dist-info/RECORD,,
|
|
File without changes
|