aspose-html-net 25.2.0__py3-none-win_amd64.whl → 25.3.0__py3-none-win_amd64.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.
- aspose/assemblies/html/Aspose.HTML.dll +0 -0
- aspose/assemblies/html/WrpInterop.Aspose.Html.dll +0 -0
- aspose/html/net/__init__.pyi +8 -0
- aspose/html.cp310-win_amd64.pyd +0 -0
- aspose/html.cp311-win_amd64.pyd +0 -0
- aspose/html.cp313-win_amd64.pyd +0 -0
- aspose/html.cp35-win_amd64.pyd +0 -0
- aspose/html.cp36-win_amd64.pyd +0 -0
- aspose/html.cp37-win_amd64.pyd +0 -0
- aspose/html.cp38-win_amd64.pyd +0 -0
- aspose/html.cp39-win_amd64.pyd +0 -0
- {aspose_html_net-25.2.0.dist-info → aspose_html_net-25.3.0.dist-info}/METADATA +2 -2
- {aspose_html_net-25.2.0.dist-info → aspose_html_net-25.3.0.dist-info}/RECORD +16 -16
- {aspose_html_net-25.2.0.dist-info → aspose_html_net-25.3.0.dist-info}/WHEEL +0 -0
- {aspose_html_net-25.2.0.dist-info → aspose_html_net-25.3.0.dist-info}/entry_points.txt +0 -0
- {aspose_html_net-25.2.0.dist-info → aspose_html_net-25.3.0.dist-info}/top_level.txt +0 -0
Binary file
|
Binary file
|
aspose/html/net/__init__.pyi
CHANGED
@@ -440,6 +440,14 @@ class ResponseMessage:
|
|
440
440
|
def is_success(self) -> bool:
|
441
441
|
...
|
442
442
|
|
443
|
+
@property
|
444
|
+
def response_uri(self) -> aspose.html.Url:
|
445
|
+
...
|
446
|
+
|
447
|
+
@response_uri.setter
|
448
|
+
def response_uri(self, value : aspose.html.Url):
|
449
|
+
...
|
450
|
+
|
443
451
|
...
|
444
452
|
|
445
453
|
class StreamContent(Content):
|
aspose/html.cp310-win_amd64.pyd
CHANGED
Binary file
|
aspose/html.cp311-win_amd64.pyd
CHANGED
Binary file
|
aspose/html.cp313-win_amd64.pyd
CHANGED
Binary file
|
aspose/html.cp35-win_amd64.pyd
CHANGED
Binary file
|
aspose/html.cp36-win_amd64.pyd
CHANGED
Binary file
|
aspose/html.cp37-win_amd64.pyd
CHANGED
Binary file
|
aspose/html.cp38-win_amd64.pyd
CHANGED
Binary file
|
aspose/html.cp39-win_amd64.pyd
CHANGED
Binary file
|
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: aspose-html-net
|
3
|
-
Version: 25.
|
3
|
+
Version: 25.3.0
|
4
4
|
Summary: Aspose.HTML for Python via .NET is a powerful API for Python that provides a headless browser functionality, allowing you to work with HTML documents in a variety of ways. With this API, you can easily create new HTML documents or open existing ones from different sources. Once you have the document, you can perform various manipulation operations, such as removing and replacing HTML nodes.
|
5
5
|
Home-page: https://products.aspose.com/html/python-net/
|
6
6
|
Author: Aspose
|
7
7
|
License: UNKNOWN
|
8
8
|
Project-URL: Docs, https://docs.aspose.com/html/python-net/
|
9
|
-
Project-URL: Release Notes, https://releases.aspose.com/html/python-net/release-notes/2025/aspose-html-for-python-via-dotnet-25-
|
9
|
+
Project-URL: Release Notes, https://releases.aspose.com/html/python-net/release-notes/2025/aspose-html-for-python-via-dotnet-25-3-release-notes/
|
10
10
|
Project-URL: Demos, https://products.aspose.app/html/applications
|
11
11
|
Project-URL: API Reference, https://reference.aspose.com/html/python-net/
|
12
12
|
Project-URL: Examples, https://github.com/aspose-html/
|
@@ -25,7 +25,7 @@ aspose/html/drawing/__init__.pyi,sha256=aLk0hc-zy0kwDQIZ5xT8dN59nBZAM_NbyRfc0CAv
|
|
25
25
|
aspose/html/forms/__init__.pyi,sha256=ciot_0JVGPP690wTV4EAVfae9U8avSxtVo2rqxxGQeE,32696
|
26
26
|
aspose/html/io/__init__.pyi,sha256=Ee2uUHULBIK9ZxgjljnAIob3z0B4pNckEAjW_fEG5a8,9030
|
27
27
|
aspose/html/loading/__init__.pyi,sha256=c_nQ6UXcsG0KljIHAZMi8kCg06EzoneRlsMjzR7ce2w,2189
|
28
|
-
aspose/html/net/__init__.pyi,sha256=
|
28
|
+
aspose/html/net/__init__.pyi,sha256=Hm7WaGsX8uRum1nEIxZMzlA4vnbZSxBTEluC1ehBIxA,16623
|
29
29
|
aspose/html/net/headers/__init__.pyi,sha256=rJZz8lFUDfXmOyOcTsAE4UAWaYGquWx0xEI268wKZls,3928
|
30
30
|
aspose/html/net/messagefilters/__init__.pyi,sha256=LBja6-9Gx1C9Smnw-1UVkwDuOaA5TXbSrBRBZzWhUn8,2413
|
31
31
|
aspose/html/net/messagehandlers/__init__.pyi,sha256=W8rKWeDI5tkaU8HIQJH7pELnTIEDhuLpxEecrEkirUI,3513
|
@@ -50,14 +50,14 @@ aspose/html/toolkit/markdown/syntax/text/__init__.pyi,sha256=ScfWyF_7yI9DvSkek2T
|
|
50
50
|
aspose/html/toolkit/optimizers/__init__.pyi,sha256=VL8zyEuP1HV8MRRdvMDCLRsnWumaCumtS4ut8yxpOyg,6675
|
51
51
|
aspose/html/window/__init__.pyi,sha256=jaBDu0HRV7O81xImESUdwYHfVv4Xb-XNvqZ-YR1IJRY,24263
|
52
52
|
aspose/__init__.py,sha256=BZzm7zoBt2MkmKtNe7cyCVeUKSx7QjTyZke3W5jbaAE,3188
|
53
|
-
aspose/html.cp310-win_amd64.pyd,sha256=
|
54
|
-
aspose/html.cp311-win_amd64.pyd,sha256=
|
55
|
-
aspose/html.cp313-win_amd64.pyd,sha256=
|
56
|
-
aspose/html.cp35-win_amd64.pyd,sha256=
|
57
|
-
aspose/html.cp36-win_amd64.pyd,sha256=
|
58
|
-
aspose/html.cp37-win_amd64.pyd,sha256=
|
59
|
-
aspose/html.cp38-win_amd64.pyd,sha256=
|
60
|
-
aspose/html.cp39-win_amd64.pyd,sha256=
|
53
|
+
aspose/html.cp310-win_amd64.pyd,sha256=BaXnlOgtOUcZvwRYIQaiZ0Xv74UYh0tINL6dHMhz3LE,4840448
|
54
|
+
aspose/html.cp311-win_amd64.pyd,sha256=grPp3frpDNDzAjAzvs2EzsNGoaPXvDxxMR9X39Qea-4,4840960
|
55
|
+
aspose/html.cp313-win_amd64.pyd,sha256=JAGdaShmyx0wXaQsBPx_p6K8NdB-PV63SbBlwfYSsOs,4919296
|
56
|
+
aspose/html.cp35-win_amd64.pyd,sha256=8v46jX0Bv338IQr_UM1rxy_XEE6245qEllbsTl9fqfY,4874752
|
57
|
+
aspose/html.cp36-win_amd64.pyd,sha256=2Hmoh0I_KEEWRFE3weImEinKp3cEXQHc2xysm6Zg1-Y,4874752
|
58
|
+
aspose/html.cp37-win_amd64.pyd,sha256=yKw9CGPdFXAnQAa5RHJY-WiE4Ja9hT9rFlDMyGvzQxQ,4871680
|
59
|
+
aspose/html.cp38-win_amd64.pyd,sha256=2RviXxMD7Vcq7RotdPHRqZ3lGgOYz0sJJ7ACOISA13c,4884992
|
60
|
+
aspose/html.cp39-win_amd64.pyd,sha256=4SWS2RDftmqgjPZ3uNBdDVx1afcE5oGxUD5_6Pgz3IU,4856320
|
61
61
|
aspose/pycore.cp310-win_amd64.pyd,sha256=k5cqZt-xjBQ9QU8EbhLjAbCFdfny9wvTY5b2Gd6TL8s,118784
|
62
62
|
aspose/pycore.cp311-win_amd64.pyd,sha256=kmSLHnfsVpGaV1SHtPi9MBFmlS0X1VS3BrFE7t2SLa8,118784
|
63
63
|
aspose/pycore.cp313-win_amd64.pyd,sha256=IbBlU-0pmAzgx0wfjZV9I1MxZYQKW8QXXkkcHpDJPS0,119296
|
@@ -92,7 +92,7 @@ aspose/pyreflection.cp38-win_amd64.pyd,sha256=BwJqP43uCffVYHJnq8ZtektRaIOuJcLbwM
|
|
92
92
|
aspose/pyreflection.cp39-win_amd64.pyd,sha256=8hFE1GJmsPIDwMo2Q5Vm4oLkGfSt6Fi_TgDRtayzX74,322048
|
93
93
|
aspose/__pyinstaller/__init__.pyi,sha256=JUQjpLnZGSJEDwHrogA4y1SSuAI9uGQxXL40_PPuGes,31
|
94
94
|
aspose/__pyinstaller/hook-aspose.py,sha256=G2uQAF1mgFtEjkZFyvcElHUEzLLoFGdqVOMAs9bsTi0,258
|
95
|
-
aspose/assemblies/html/Aspose.HTML.dll,sha256=
|
95
|
+
aspose/assemblies/html/Aspose.HTML.dll,sha256=phaL2uOQMmxDEAhlWguVcB5l6etAT8tRjiCF8ORKSk0,8917792
|
96
96
|
aspose/assemblies/html/Microsoft.Extensions.Logging.Abstractions.dll,sha256=ugmwtqiRElj4isMBMibMwG59NCgNiQb_IGZvvYEtOvQ,66176
|
97
97
|
aspose/assemblies/html/Microsoft.Win32.SystemEvents.dll,sha256=ByxMO9MLtnP--Va1d3JNGUp76EBFi8nkQo7-VeS45EQ,52104
|
98
98
|
aspose/assemblies/html/System.Diagnostics.DiagnosticSource.dll,sha256=-GyWeDxbygECfqj6Vrr75_1lzdDcJb9OxfZoHsn6t1Q,159872
|
@@ -102,7 +102,7 @@ aspose/assemblies/html/System.Security.AccessControl.dll,sha256=lNMvvnB8WhYsH343
|
|
102
102
|
aspose/assemblies/html/System.Security.Permissions.dll,sha256=Fc4jFXYMaWW2W3h8IdcgJ75gPchQugiuaBea-ERGco4,97160
|
103
103
|
aspose/assemblies/html/System.Security.Principal.Windows.dll,sha256=Ct2Tol_U4BHbVcrJ58BiuAfZhEe8gnLPOiSwa3Q3wWw,81800
|
104
104
|
aspose/assemblies/html/System.Windows.Extensions.dll,sha256=qzkm2EsQpetm_yFDX2b0ejVyPjCHXPrbLUP0op7gn-M,42376
|
105
|
-
aspose/assemblies/html/WrpInterop.Aspose.Html.dll,sha256=
|
105
|
+
aspose/assemblies/html/WrpInterop.Aspose.Html.dll,sha256=QGym8LW6IIKUpXKpplhaTsKcH7qwFodXN0zfNR5vsLo,1249280
|
106
106
|
aspose/assemblies/pycore/WrpInterop.Aspose.PyCore.dll,sha256=CEDKvNDovmshtGxX5OD9N5LPqiiaGw2LjaowBXiZ_To,93696
|
107
107
|
aspose/assemblies/pydrawing/Microsoft.Win32.SystemEvents.dll,sha256=ByxMO9MLtnP--Va1d3JNGUp76EBFi8nkQo7-VeS45EQ,52104
|
108
108
|
aspose/assemblies/pydrawing/System.Drawing.Common.dll,sha256=cx5hkSgY-2ueuE0JMJtdBUWVeAtp0D9G7Zd5YorlVW8,436600
|
@@ -347,8 +347,8 @@ aspose/pygc/__pyinstaller/hook-aspose.pygc.py,sha256=6R0gEknOsHoQBZRHzyvgD4-PU30
|
|
347
347
|
aspose/pyreflection/__init__.pyi,sha256=m1gNKyNjs7AAirNANAXD4Pp6USsE77y4cXIudmqePW8,257
|
348
348
|
aspose/pyreflection/__pyinstaller/__init__.pyi,sha256=micugwtjBQx5QHPQ3sjszDmdDrh_j6WEf2rIgmQEQtg,30
|
349
349
|
aspose/pyreflection/__pyinstaller/hook-aspose.pyreflection.py,sha256=KhNCbh91nfinnu94UllN04QVKgzGfhV8briC6xbCK9o,272
|
350
|
-
aspose_html_net-25.
|
351
|
-
aspose_html_net-25.
|
352
|
-
aspose_html_net-25.
|
353
|
-
aspose_html_net-25.
|
354
|
-
aspose_html_net-25.
|
350
|
+
aspose_html_net-25.3.0.dist-info/METADATA,sha256=EeXjA6a54BmeeruDQZ9fSFZUwXzfSpA3GRoQoAgPB84,7613
|
351
|
+
aspose_html_net-25.3.0.dist-info/WHEEL,sha256=at4xwl6JdXdkZHxdo5ixTwJ7ENtVftSy2wqmsdmo_4U,98
|
352
|
+
aspose_html_net-25.3.0.dist-info/entry_points.txt,sha256=ncOOUOA7P4CKYv0p9YBs_Erf12mciNs3kqNIdTh4bvw,67
|
353
|
+
aspose_html_net-25.3.0.dist-info/top_level.txt,sha256=oaVLKmiUSo0u7EtpqKJ11ARBx8ZWhYuUXJdy-lByYWg,7
|
354
|
+
aspose_html_net-25.3.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|