aspose-html-net 25.9.0__py3-none-macosx_10_14_x86_64.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.
Files changed (320) hide show
  1. .__pyi_patched +0 -0
  2. aspose/__init__.py +82 -0
  3. aspose/__pyinstaller/__init__.pyi +1 -0
  4. aspose/__pyinstaller/hook-aspose.py +10 -0
  5. aspose/assemblies/html/Aspose.HTML.dll +0 -0
  6. aspose/assemblies/html/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
  7. aspose/assemblies/html/Microsoft.Win32.SystemEvents.dll +0 -0
  8. aspose/assemblies/html/System.Diagnostics.DiagnosticSource.dll +0 -0
  9. aspose/assemblies/html/System.Drawing.Common.dll +0 -0
  10. aspose/assemblies/html/System.Runtime.CompilerServices.Unsafe.dll +0 -0
  11. aspose/assemblies/html/System.Security.AccessControl.dll +0 -0
  12. aspose/assemblies/html/System.Security.Permissions.dll +0 -0
  13. aspose/assemblies/html/System.Security.Principal.Windows.dll +0 -0
  14. aspose/assemblies/html/System.Windows.Extensions.dll +0 -0
  15. aspose/assemblies/html/WrpInterop.Aspose.Html.dll +0 -0
  16. aspose/assemblies/pycore/WrpInterop.Aspose.PyCore.dll +0 -0
  17. aspose/assemblies/pydrawing/Microsoft.Win32.SystemEvents.dll +0 -0
  18. aspose/assemblies/pydrawing/System.Drawing.Common.dll +0 -0
  19. aspose/assemblies/pydrawing/WrpInterop.Aspose.PyDrawing.dll +0 -0
  20. aspose/assemblies/pygc/Aspose.PyGC.dll +0 -0
  21. aspose/assemblies/pyreflection/WrpInterop.Aspose.PyReflection.dll +0 -0
  22. aspose/html/__init__.pyi +42095 -0
  23. aspose/html/__nuitka/__init__.pyi +1 -0
  24. aspose/html/__nuitka/aspose-html.nuitka-package.config.yml +19 -0
  25. aspose/html/__pyinstaller/__init__.pyi +1 -0
  26. aspose/html/__pyinstaller/hook-aspose.html.py +9 -0
  27. aspose/html/accessibility/__init__.pyi +469 -0
  28. aspose/html/accessibility/results/__init__.pyi +106 -0
  29. aspose/html/accessibility/saving/__init__.pyi +78 -0
  30. aspose/html/collections/__init__.pyi +246 -0
  31. aspose/html/converters/__init__.pyi +2793 -0
  32. aspose/html/diagnostics/__init__.pyi +72 -0
  33. aspose/html/dom/__init__.pyi +6830 -0
  34. aspose/html/dom/attributes/__init__.pyi +144 -0
  35. aspose/html/dom/canvas/__init__.pyi +1103 -0
  36. aspose/html/dom/css/__init__.pyi +3488 -0
  37. aspose/html/dom/events/__init__.pyi +1397 -0
  38. aspose/html/dom/mutations/__init__.pyi +259 -0
  39. aspose/html/dom/svg/__init__.pyi +31934 -0
  40. aspose/html/dom/svg/datatypes/__init__.pyi +1247 -0
  41. aspose/html/dom/svg/events/__init__.pyi +279 -0
  42. aspose/html/dom/svg/filters/__init__.pyi +16150 -0
  43. aspose/html/dom/svg/paths/__init__.pyi +3466 -0
  44. aspose/html/dom/svg/saving/__init__.pyi +106 -0
  45. aspose/html/dom/traversal/__init__.pyi +461 -0
  46. aspose/html/dom/traversal/filters/__init__.pyi +200 -0
  47. aspose/html/dom/views/__init__.pyi +79 -0
  48. aspose/html/dom/xpath/__init__.pyi +317 -0
  49. aspose/html/drawing/__init__.pyi +3224 -0
  50. aspose/html/forms/__init__.pyi +998 -0
  51. aspose/html/io/__init__.pyi +219 -0
  52. aspose/html/loading/__init__.pyi +68 -0
  53. aspose/html/net/__init__.pyi +521 -0
  54. aspose/html/net/headers/__init__.pyi +147 -0
  55. aspose/html/net/messagefilters/__init__.pyi +67 -0
  56. aspose/html/net/messagehandlers/__init__.pyi +103 -0
  57. aspose/html/rendering/__init__.pyi +805 -0
  58. aspose/html/rendering/doc/__init__.pyi +280 -0
  59. aspose/html/rendering/fonts/__init__.pyi +90 -0
  60. aspose/html/rendering/image/__init__.pyi +291 -0
  61. aspose/html/rendering/pdf/__init__.pyi +305 -0
  62. aspose/html/rendering/pdf/encryption/__init__.pyi +171 -0
  63. aspose/html/rendering/xps/__init__.pyi +169 -0
  64. aspose/html/saving/__init__.pyi +751 -0
  65. aspose/html/saving/resourcehandlers/__init__.pyi +95 -0
  66. aspose/html/services/__init__.pyi +175 -0
  67. aspose/html/toolkit/__init__.pyi +55 -0
  68. aspose/html/toolkit/markdown/__init__.pyi +55 -0
  69. aspose/html/toolkit/markdown/syntax/__init__.pyi +6234 -0
  70. aspose/html/toolkit/markdown/syntax/extensions/__init__.pyi +549 -0
  71. aspose/html/toolkit/markdown/syntax/parser/__init__.pyi +631 -0
  72. aspose/html/toolkit/markdown/syntax/parser/extensions/__init__.pyi +55 -0
  73. aspose/html/toolkit/markdown/syntax/parser/extensions/gfm/__init__.pyi +66 -0
  74. aspose/html/toolkit/markdown/syntax/text/__init__.pyi +366 -0
  75. aspose/html/toolkit/optimizers/__init__.pyi +233 -0
  76. aspose/html/window/__init__.pyi +501 -0
  77. aspose/html.cpython-310-darwin.so +0 -0
  78. aspose/html.cpython-311-darwin.so +0 -0
  79. aspose/html.cpython-313-darwin.so +0 -0
  80. aspose/html.cpython-35m-darwin.so +0 -0
  81. aspose/html.cpython-36m-darwin.so +0 -0
  82. aspose/html.cpython-37m-darwin.so +0 -0
  83. aspose/html.cpython-38-darwin.so +0 -0
  84. aspose/html.cpython-39-darwin.so +0 -0
  85. aspose/netcore/netcore3.1/Microsoft.CSharp.dll +0 -0
  86. aspose/netcore/netcore3.1/Microsoft.VisualBasic.Core.dll +0 -0
  87. aspose/netcore/netcore3.1/Microsoft.VisualBasic.dll +0 -0
  88. aspose/netcore/netcore3.1/Microsoft.Win32.Primitives.dll +0 -0
  89. aspose/netcore/netcore3.1/Microsoft.Win32.Registry.dll +0 -0
  90. aspose/netcore/netcore3.1/SOS_README.md +5 -0
  91. aspose/netcore/netcore3.1/System.AppContext.dll +0 -0
  92. aspose/netcore/netcore3.1/System.Buffers.dll +0 -0
  93. aspose/netcore/netcore3.1/System.Collections.Concurrent.dll +0 -0
  94. aspose/netcore/netcore3.1/System.Collections.Immutable.dll +0 -0
  95. aspose/netcore/netcore3.1/System.Collections.NonGeneric.dll +0 -0
  96. aspose/netcore/netcore3.1/System.Collections.Specialized.dll +0 -0
  97. aspose/netcore/netcore3.1/System.Collections.dll +0 -0
  98. aspose/netcore/netcore3.1/System.ComponentModel.Annotations.dll +0 -0
  99. aspose/netcore/netcore3.1/System.ComponentModel.DataAnnotations.dll +0 -0
  100. aspose/netcore/netcore3.1/System.ComponentModel.EventBasedAsync.dll +0 -0
  101. aspose/netcore/netcore3.1/System.ComponentModel.Primitives.dll +0 -0
  102. aspose/netcore/netcore3.1/System.ComponentModel.TypeConverter.dll +0 -0
  103. aspose/netcore/netcore3.1/System.ComponentModel.dll +0 -0
  104. aspose/netcore/netcore3.1/System.Configuration.dll +0 -0
  105. aspose/netcore/netcore3.1/System.Console.dll +0 -0
  106. aspose/netcore/netcore3.1/System.Core.dll +0 -0
  107. aspose/netcore/netcore3.1/System.Data.Common.dll +0 -0
  108. aspose/netcore/netcore3.1/System.Data.DataSetExtensions.dll +0 -0
  109. aspose/netcore/netcore3.1/System.Data.dll +0 -0
  110. aspose/netcore/netcore3.1/System.Diagnostics.Contracts.dll +0 -0
  111. aspose/netcore/netcore3.1/System.Diagnostics.Debug.dll +0 -0
  112. aspose/netcore/netcore3.1/System.Diagnostics.DiagnosticSource.dll +0 -0
  113. aspose/netcore/netcore3.1/System.Diagnostics.FileVersionInfo.dll +0 -0
  114. aspose/netcore/netcore3.1/System.Diagnostics.Process.dll +0 -0
  115. aspose/netcore/netcore3.1/System.Diagnostics.StackTrace.dll +0 -0
  116. aspose/netcore/netcore3.1/System.Diagnostics.TextWriterTraceListener.dll +0 -0
  117. aspose/netcore/netcore3.1/System.Diagnostics.Tools.dll +0 -0
  118. aspose/netcore/netcore3.1/System.Diagnostics.TraceSource.dll +0 -0
  119. aspose/netcore/netcore3.1/System.Diagnostics.Tracing.dll +0 -0
  120. aspose/netcore/netcore3.1/System.Drawing.Primitives.dll +0 -0
  121. aspose/netcore/netcore3.1/System.Drawing.dll +0 -0
  122. aspose/netcore/netcore3.1/System.Dynamic.Runtime.dll +0 -0
  123. aspose/netcore/netcore3.1/System.Globalization.Calendars.dll +0 -0
  124. aspose/netcore/netcore3.1/System.Globalization.Extensions.dll +0 -0
  125. aspose/netcore/netcore3.1/System.Globalization.Native.dylib +0 -0
  126. aspose/netcore/netcore3.1/System.Globalization.dll +0 -0
  127. aspose/netcore/netcore3.1/System.IO.Compression.Brotli.dll +0 -0
  128. aspose/netcore/netcore3.1/System.IO.Compression.FileSystem.dll +0 -0
  129. aspose/netcore/netcore3.1/System.IO.Compression.Native.a +0 -0
  130. aspose/netcore/netcore3.1/System.IO.Compression.Native.dylib +0 -0
  131. aspose/netcore/netcore3.1/System.IO.Compression.ZipFile.dll +0 -0
  132. aspose/netcore/netcore3.1/System.IO.Compression.dll +0 -0
  133. aspose/netcore/netcore3.1/System.IO.FileSystem.AccessControl.dll +0 -0
  134. aspose/netcore/netcore3.1/System.IO.FileSystem.DriveInfo.dll +0 -0
  135. aspose/netcore/netcore3.1/System.IO.FileSystem.Primitives.dll +0 -0
  136. aspose/netcore/netcore3.1/System.IO.FileSystem.Watcher.dll +0 -0
  137. aspose/netcore/netcore3.1/System.IO.FileSystem.dll +0 -0
  138. aspose/netcore/netcore3.1/System.IO.IsolatedStorage.dll +0 -0
  139. aspose/netcore/netcore3.1/System.IO.MemoryMappedFiles.dll +0 -0
  140. aspose/netcore/netcore3.1/System.IO.Pipes.AccessControl.dll +0 -0
  141. aspose/netcore/netcore3.1/System.IO.Pipes.dll +0 -0
  142. aspose/netcore/netcore3.1/System.IO.UnmanagedMemoryStream.dll +0 -0
  143. aspose/netcore/netcore3.1/System.IO.dll +0 -0
  144. aspose/netcore/netcore3.1/System.Linq.Expressions.dll +0 -0
  145. aspose/netcore/netcore3.1/System.Linq.Parallel.dll +0 -0
  146. aspose/netcore/netcore3.1/System.Linq.Queryable.dll +0 -0
  147. aspose/netcore/netcore3.1/System.Linq.dll +0 -0
  148. aspose/netcore/netcore3.1/System.Memory.dll +0 -0
  149. aspose/netcore/netcore3.1/System.Native.a +0 -0
  150. aspose/netcore/netcore3.1/System.Native.dylib +0 -0
  151. aspose/netcore/netcore3.1/System.Net.Http.Native.a +0 -0
  152. aspose/netcore/netcore3.1/System.Net.Http.Native.dylib +0 -0
  153. aspose/netcore/netcore3.1/System.Net.Http.dll +0 -0
  154. aspose/netcore/netcore3.1/System.Net.HttpListener.dll +0 -0
  155. aspose/netcore/netcore3.1/System.Net.Mail.dll +0 -0
  156. aspose/netcore/netcore3.1/System.Net.NameResolution.dll +0 -0
  157. aspose/netcore/netcore3.1/System.Net.NetworkInformation.dll +0 -0
  158. aspose/netcore/netcore3.1/System.Net.Ping.dll +0 -0
  159. aspose/netcore/netcore3.1/System.Net.Primitives.dll +0 -0
  160. aspose/netcore/netcore3.1/System.Net.Requests.dll +0 -0
  161. aspose/netcore/netcore3.1/System.Net.Security.Native.a +0 -0
  162. aspose/netcore/netcore3.1/System.Net.Security.Native.dylib +0 -0
  163. aspose/netcore/netcore3.1/System.Net.Security.dll +0 -0
  164. aspose/netcore/netcore3.1/System.Net.ServicePoint.dll +0 -0
  165. aspose/netcore/netcore3.1/System.Net.Sockets.dll +0 -0
  166. aspose/netcore/netcore3.1/System.Net.WebClient.dll +0 -0
  167. aspose/netcore/netcore3.1/System.Net.WebHeaderCollection.dll +0 -0
  168. aspose/netcore/netcore3.1/System.Net.WebProxy.dll +0 -0
  169. aspose/netcore/netcore3.1/System.Net.WebSockets.Client.dll +0 -0
  170. aspose/netcore/netcore3.1/System.Net.WebSockets.dll +0 -0
  171. aspose/netcore/netcore3.1/System.Net.dll +0 -0
  172. aspose/netcore/netcore3.1/System.Numerics.Vectors.dll +0 -0
  173. aspose/netcore/netcore3.1/System.Numerics.dll +0 -0
  174. aspose/netcore/netcore3.1/System.ObjectModel.dll +0 -0
  175. aspose/netcore/netcore3.1/System.Private.CoreLib.dll +0 -0
  176. aspose/netcore/netcore3.1/System.Private.DataContractSerialization.dll +0 -0
  177. aspose/netcore/netcore3.1/System.Private.Uri.dll +0 -0
  178. aspose/netcore/netcore3.1/System.Private.Xml.Linq.dll +0 -0
  179. aspose/netcore/netcore3.1/System.Private.Xml.dll +0 -0
  180. aspose/netcore/netcore3.1/System.Reflection.DispatchProxy.dll +0 -0
  181. aspose/netcore/netcore3.1/System.Reflection.Emit.ILGeneration.dll +0 -0
  182. aspose/netcore/netcore3.1/System.Reflection.Emit.Lightweight.dll +0 -0
  183. aspose/netcore/netcore3.1/System.Reflection.Emit.dll +0 -0
  184. aspose/netcore/netcore3.1/System.Reflection.Extensions.dll +0 -0
  185. aspose/netcore/netcore3.1/System.Reflection.Metadata.dll +0 -0
  186. aspose/netcore/netcore3.1/System.Reflection.Primitives.dll +0 -0
  187. aspose/netcore/netcore3.1/System.Reflection.TypeExtensions.dll +0 -0
  188. aspose/netcore/netcore3.1/System.Reflection.dll +0 -0
  189. aspose/netcore/netcore3.1/System.Resources.Reader.dll +0 -0
  190. aspose/netcore/netcore3.1/System.Resources.ResourceManager.dll +0 -0
  191. aspose/netcore/netcore3.1/System.Resources.Writer.dll +0 -0
  192. aspose/netcore/netcore3.1/System.Runtime.CompilerServices.Unsafe.dll +0 -0
  193. aspose/netcore/netcore3.1/System.Runtime.CompilerServices.VisualC.dll +0 -0
  194. aspose/netcore/netcore3.1/System.Runtime.Extensions.dll +0 -0
  195. aspose/netcore/netcore3.1/System.Runtime.Handles.dll +0 -0
  196. aspose/netcore/netcore3.1/System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
  197. aspose/netcore/netcore3.1/System.Runtime.InteropServices.WindowsRuntime.dll +0 -0
  198. aspose/netcore/netcore3.1/System.Runtime.InteropServices.dll +0 -0
  199. aspose/netcore/netcore3.1/System.Runtime.Intrinsics.dll +0 -0
  200. aspose/netcore/netcore3.1/System.Runtime.Loader.dll +0 -0
  201. aspose/netcore/netcore3.1/System.Runtime.Numerics.dll +0 -0
  202. aspose/netcore/netcore3.1/System.Runtime.Serialization.Formatters.dll +0 -0
  203. aspose/netcore/netcore3.1/System.Runtime.Serialization.Json.dll +0 -0
  204. aspose/netcore/netcore3.1/System.Runtime.Serialization.Primitives.dll +0 -0
  205. aspose/netcore/netcore3.1/System.Runtime.Serialization.Xml.dll +0 -0
  206. aspose/netcore/netcore3.1/System.Runtime.Serialization.dll +0 -0
  207. aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.UI.Xaml.dll +0 -0
  208. aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.dll +0 -0
  209. aspose/netcore/netcore3.1/System.Runtime.dll +0 -0
  210. aspose/netcore/netcore3.1/System.Security.AccessControl.dll +0 -0
  211. aspose/netcore/netcore3.1/System.Security.Claims.dll +0 -0
  212. aspose/netcore/netcore3.1/System.Security.Cryptography.Algorithms.dll +0 -0
  213. aspose/netcore/netcore3.1/System.Security.Cryptography.Cng.dll +0 -0
  214. aspose/netcore/netcore3.1/System.Security.Cryptography.Csp.dll +0 -0
  215. aspose/netcore/netcore3.1/System.Security.Cryptography.Encoding.dll +0 -0
  216. aspose/netcore/netcore3.1/System.Security.Cryptography.Native.Apple.a +0 -0
  217. aspose/netcore/netcore3.1/System.Security.Cryptography.Native.Apple.dylib +0 -0
  218. aspose/netcore/netcore3.1/System.Security.Cryptography.Native.OpenSsl.a +0 -0
  219. aspose/netcore/netcore3.1/System.Security.Cryptography.Native.OpenSsl.dylib +0 -0
  220. aspose/netcore/netcore3.1/System.Security.Cryptography.OpenSsl.dll +0 -0
  221. aspose/netcore/netcore3.1/System.Security.Cryptography.Primitives.dll +0 -0
  222. aspose/netcore/netcore3.1/System.Security.Cryptography.X509Certificates.dll +0 -0
  223. aspose/netcore/netcore3.1/System.Security.Principal.Windows.dll +0 -0
  224. aspose/netcore/netcore3.1/System.Security.Principal.dll +0 -0
  225. aspose/netcore/netcore3.1/System.Security.SecureString.dll +0 -0
  226. aspose/netcore/netcore3.1/System.Security.dll +0 -0
  227. aspose/netcore/netcore3.1/System.ServiceModel.Web.dll +0 -0
  228. aspose/netcore/netcore3.1/System.ServiceProcess.dll +0 -0
  229. aspose/netcore/netcore3.1/System.Text.Encoding.CodePages.dll +0 -0
  230. aspose/netcore/netcore3.1/System.Text.Encoding.Extensions.dll +0 -0
  231. aspose/netcore/netcore3.1/System.Text.Encoding.dll +0 -0
  232. aspose/netcore/netcore3.1/System.Text.Encodings.Web.dll +0 -0
  233. aspose/netcore/netcore3.1/System.Text.Json.dll +0 -0
  234. aspose/netcore/netcore3.1/System.Text.RegularExpressions.dll +0 -0
  235. aspose/netcore/netcore3.1/System.Threading.Channels.dll +0 -0
  236. aspose/netcore/netcore3.1/System.Threading.Overlapped.dll +0 -0
  237. aspose/netcore/netcore3.1/System.Threading.Tasks.Dataflow.dll +0 -0
  238. aspose/netcore/netcore3.1/System.Threading.Tasks.Extensions.dll +0 -0
  239. aspose/netcore/netcore3.1/System.Threading.Tasks.Parallel.dll +0 -0
  240. aspose/netcore/netcore3.1/System.Threading.Tasks.dll +0 -0
  241. aspose/netcore/netcore3.1/System.Threading.Thread.dll +0 -0
  242. aspose/netcore/netcore3.1/System.Threading.ThreadPool.dll +0 -0
  243. aspose/netcore/netcore3.1/System.Threading.Timer.dll +0 -0
  244. aspose/netcore/netcore3.1/System.Threading.dll +0 -0
  245. aspose/netcore/netcore3.1/System.Transactions.Local.dll +0 -0
  246. aspose/netcore/netcore3.1/System.Transactions.dll +0 -0
  247. aspose/netcore/netcore3.1/System.ValueTuple.dll +0 -0
  248. aspose/netcore/netcore3.1/System.Web.HttpUtility.dll +0 -0
  249. aspose/netcore/netcore3.1/System.Web.dll +0 -0
  250. aspose/netcore/netcore3.1/System.Windows.dll +0 -0
  251. aspose/netcore/netcore3.1/System.Xml.Linq.dll +0 -0
  252. aspose/netcore/netcore3.1/System.Xml.ReaderWriter.dll +0 -0
  253. aspose/netcore/netcore3.1/System.Xml.Serialization.dll +0 -0
  254. aspose/netcore/netcore3.1/System.Xml.XDocument.dll +0 -0
  255. aspose/netcore/netcore3.1/System.Xml.XPath.XDocument.dll +0 -0
  256. aspose/netcore/netcore3.1/System.Xml.XPath.dll +0 -0
  257. aspose/netcore/netcore3.1/System.Xml.XmlDocument.dll +0 -0
  258. aspose/netcore/netcore3.1/System.Xml.XmlSerializer.dll +0 -0
  259. aspose/netcore/netcore3.1/System.Xml.dll +0 -0
  260. aspose/netcore/netcore3.1/System.dll +0 -0
  261. aspose/netcore/netcore3.1/WindowsBase.dll +0 -0
  262. aspose/netcore/netcore3.1/libaspose.embed.coreclrwrap.dylib +0 -0
  263. aspose/netcore/netcore3.1/libclrjit.dylib +0 -0
  264. aspose/netcore/netcore3.1/libcoreclr.dylib +0 -0
  265. aspose/netcore/netcore3.1/libdbgshim.dylib +0 -0
  266. aspose/netcore/netcore3.1/libhostfxr.dylib +0 -0
  267. aspose/netcore/netcore3.1/libhostpolicy.dylib +0 -0
  268. aspose/netcore/netcore3.1/libmscordaccore.dylib +0 -0
  269. aspose/netcore/netcore3.1/libmscordbi.dylib +0 -0
  270. aspose/netcore/netcore3.1/mscorlib.dll +0 -0
  271. aspose/netcore/netcore3.1/netstandard.dll +0 -0
  272. aspose/pycore/__init__.pyi +56 -0
  273. aspose/pycore/__pyinstaller/__init__.pyi +1 -0
  274. aspose/pycore/__pyinstaller/hook-aspose.pycore.py +11 -0
  275. aspose/pycore.cpython-310-darwin.so +0 -0
  276. aspose/pycore.cpython-311-darwin.so +0 -0
  277. aspose/pycore.cpython-313-darwin.so +0 -0
  278. aspose/pycore.cpython-35m-darwin.so +0 -0
  279. aspose/pycore.cpython-36m-darwin.so +0 -0
  280. aspose/pycore.cpython-37m-darwin.so +0 -0
  281. aspose/pycore.cpython-38-darwin.so +0 -0
  282. aspose/pycore.cpython-39-darwin.so +0 -0
  283. aspose/pydrawing/__init__.pyi +8 -0
  284. aspose/pydrawing/__pyinstaller/__init__.pyi +1 -0
  285. aspose/pydrawing/__pyinstaller/hook-aspose.pydrawing.py +9 -0
  286. aspose/pydrawing.cpython-310-darwin.so +0 -0
  287. aspose/pydrawing.cpython-311-darwin.so +0 -0
  288. aspose/pydrawing.cpython-313-darwin.so +0 -0
  289. aspose/pydrawing.cpython-35m-darwin.so +0 -0
  290. aspose/pydrawing.cpython-36m-darwin.so +0 -0
  291. aspose/pydrawing.cpython-37m-darwin.so +0 -0
  292. aspose/pydrawing.cpython-38-darwin.so +0 -0
  293. aspose/pydrawing.cpython-39-darwin.so +0 -0
  294. aspose/pygc/__init__.pyi +8 -0
  295. aspose/pygc/__pyinstaller/__init__.pyi +1 -0
  296. aspose/pygc/__pyinstaller/hook-aspose.pygc.py +9 -0
  297. aspose/pygc.cpython-310-darwin.so +0 -0
  298. aspose/pygc.cpython-311-darwin.so +0 -0
  299. aspose/pygc.cpython-313-darwin.so +0 -0
  300. aspose/pygc.cpython-35m-darwin.so +0 -0
  301. aspose/pygc.cpython-36m-darwin.so +0 -0
  302. aspose/pygc.cpython-37m-darwin.so +0 -0
  303. aspose/pygc.cpython-38-darwin.so +0 -0
  304. aspose/pygc.cpython-39-darwin.so +0 -0
  305. aspose/pyreflection/__init__.pyi +8 -0
  306. aspose/pyreflection/__pyinstaller/__init__.pyi +1 -0
  307. aspose/pyreflection/__pyinstaller/hook-aspose.pyreflection.py +9 -0
  308. aspose/pyreflection.cpython-310-darwin.so +0 -0
  309. aspose/pyreflection.cpython-311-darwin.so +0 -0
  310. aspose/pyreflection.cpython-313-darwin.so +0 -0
  311. aspose/pyreflection.cpython-35m-darwin.so +0 -0
  312. aspose/pyreflection.cpython-36m-darwin.so +0 -0
  313. aspose/pyreflection.cpython-37m-darwin.so +0 -0
  314. aspose/pyreflection.cpython-38-darwin.so +0 -0
  315. aspose/pyreflection.cpython-39-darwin.so +0 -0
  316. aspose_html_net-25.9.0.dist-info/METADATA +223 -0
  317. aspose_html_net-25.9.0.dist-info/RECORD +319 -0
  318. aspose_html_net-25.9.0.dist-info/WHEEL +5 -0
  319. aspose_html_net-25.9.0.dist-info/entry_points.txt +2 -0
  320. aspose_html_net-25.9.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,223 @@
1
+ Metadata-Version: 2.1
2
+ Name: aspose-html-net
3
+ Version: 25.9.0
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
+ Home-page: https://products.aspose.com/html/python-net/
6
+ Author: Aspose
7
+ Project-URL: Docs, https://docs.aspose.com/html/python-net/
8
+ Project-URL: Release Notes, https://releases.aspose.com/html/python-net/release-notes/2025/aspose-html-for-python-via-dotnet-25-9-release-notes/
9
+ Project-URL: Demos, https://products.aspose.app/html/applications
10
+ Project-URL: API Reference, https://reference.aspose.com/html/python-net/
11
+ Project-URL: Examples, https://github.com/aspose-html/
12
+ Project-URL: Blog, https://blog.aspose.com/category/html/
13
+ Project-URL: Free Support, https://forum.aspose.com/c/html/29
14
+ Project-URL: Temporary License, https://purchase.aspose.com/temporary-license
15
+ Keywords: Aspose,Aspose.HTML,Aspose.Total,Python,Component,Conholdate,Conholdate.Total,convert,converter,vectorization,vectorizer,vectorize,encoding,base64,css,DOM,dom-manipulation,image,JPEG,Library,Microsoft,mvc,net-standard,netcore,netstandard,to PDF,PNG,rotate,security,Standard,XPath,XPS,SVG,Windows,Vector Graphics,line,Bezier Curves,Cubic,Glyphs,Paths,Text,Scaling,Rotation,Skewing,Fill,Dots,Bitmap,HTML,HTML-to-Image,HTML-to-PDF,HTML-to-XPS,HTML-to-DOCX,HTML-to-MHTML,HTML-to-Markdown,HTML-to-MD,EPUB-to-Image,EPUB-to-PDF,EPUB-to-XPS,Markdown-to-HTML,MD-to-HTML,HTML-Template,HTML-Converter,HTML-Renderer,SVG-Renderer,MHTML-Renderer,EPUB-Renderer,HTML5,HTML5-Canvas,HTML-DOM,HTML-Form-Editor,HTML,XHTML,MHTML,EPUB,SVG,MD,Markdown,DOCX,PDF,XPS,TIFF,JPEG,JPG,PNG,BMP,GIF,WEBP,eBook-API,Headless-Browser,Document-Manipulation,Web-Scraping,Conversion,Crawler,Hypertext,Markup,XPath,Spider,CSS,CSS3,Converter,DOM,Convert,Azure,parse,render,image,graphics,to HTML-code,XHTML-to-PDF,MHTML-to-PDF,HTML-to-GIF,MHTML-to-JPG
16
+ Platform: macos_x86_64
17
+ Classifier: Operating System :: Microsoft :: Windows
18
+ Classifier: Operating System :: POSIX :: Linux
19
+ Classifier: Operating System :: MacOS :: MacOS X
20
+ Classifier: License :: Other/Proprietary License
21
+ Classifier: Programming Language :: Python :: 3
22
+ Classifier: Programming Language :: Python :: 3 :: Only
23
+ Classifier: Programming Language :: Python :: 3.8
24
+ Classifier: Programming Language :: Python :: 3.9
25
+ Classifier: Programming Language :: Python :: 3.10
26
+ Classifier: Programming Language :: Python :: 3.11
27
+ Classifier: Programming Language :: Python :: 3.13
28
+ Classifier: Topic :: Software Development :: Libraries
29
+ Classifier: Topic :: Office/Business
30
+ Classifier: Topic :: Office/Business :: Scheduling
31
+ Requires-Python: >=3.5,<3.14
32
+ Description-Content-Type: text/markdown
33
+
34
+ # Process & Manipulate HTML via Python API
35
+
36
+ <!--- banner links to [Temporary License](https://purchase.aspose.com/temporary-license) -->
37
+ [![banner](https://products.aspose.com/html/images/aspose_html-for-python-banner-TL.png)](https://purchase.aspose.com/temporary-license)
38
+
39
+ [Product Page](https://products.aspose.com/html/python-net/) | [Docs](https://docs.aspose.com/html/python-net/) | [Demos](https://products.aspose.app/html/applications) | [API Reference](https://reference.aspose.com/html/python-net/) | [Examples](https://github.com/aspose-html/) | [Blog](https://blog.aspose.com/categories/aspose.html-product-family/) | [Search](https://search.aspose.com/) | [Free Support](https://forum.aspose.com/c/html/29)
40
+
41
+ [Aspose.HTML for Python via .NET](https://products.aspose.com/html/python-net/) is a powerful API for Python that provides headless browser functionality, allowing you to work with HTML documents. 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, rendering, and converting HTML to other popular formats, etc.
42
+
43
+ ## HTML API Features
44
+
45
+ The following are some popular features of Aspose.HTML for Python via .NET:
46
+
47
+ ### General Features
48
+
49
+ - **Create, Load, and Read Documents.** Create, load, and modify HTML, XHTML, Markdown, or SVG documents with full control over elements, attributes, and structure using a powerful DOM-based API.
50
+ - **Load EPUB and MHTML file Formats.** Open, read, and convert EPUB and MHTML documents with full support for their internal structure and linked resources.
51
+ - **Edit Documents.** Insert, remove, clone, or replace HTML elements at any level of the DOM tree for granular control over content.
52
+ - **Save HTML Documents.** Save documents along with all linked resources like CSS, fonts, and images using customizable saving options.
53
+ - **Navigate HTML.** Navigate through documents using either NodeIterator or TreeWalker.
54
+ - **Sandboxing.** Configure a Sandbox environment that is independent of the execution machine, ensuring a secure and isolated environment for running and testing.
55
+
56
+ ### Data Extraction
57
+
58
+ - **DOM Traversal.** Navigate and manipulate the DOM tree using W3C-compliant traversal interfaces to inspect and retrieve content from HTML documents.
59
+ - **XPath Queries.** Perform high-performance XPath queries to find and extract target content from large HTML documents.
60
+ - **CSS Selector and JavaScript.** Use CSS selector queries and JavaScript execution to dynamically locate and extract specific elements.
61
+ - **Extract CSS Styling Information.** Retrieve and analyze inline styles, embedded `<style>` blocks, and external stylesheets within HTML documents.
62
+ - **Extract any Data from HTML Documents.** Text, attributes, form values, metadata, tables, links, or media elements: Aspose.HTML for Python via .NET enables the accurate and efficient extraction of any content for processing, analysis, or editing.
63
+
64
+ ### Conversion and Rendering
65
+
66
+ - **Convert Documents.** Convert HTML, XHTML, SVG, MHTML, MD, and EPUB files to a wide range of formats, including PDF, XPS, DOCX, and different image formats (PNG, JPEG, BMP, TIFF, and GIF).
67
+ - **Custom Conversion Settings.** Adjust page size, resolution, stylesheets, resource management, script execution, and other settings during conversion to fine-tune the output.
68
+ - **Markdown Support.** Convert HTML to Markdown or vice versa for content migration and Markdown-based workflows.
69
+ - **Timeout Control.** Set and control the timeout for the rendering process.
70
+
71
+ ### Advanced HTML Features
72
+
73
+ - **Monitor DOM Changes.** Use MutationObserver to monitor DOM modifications.
74
+ - **HTML Templates.** Populate HTML documents with external data sources such as XML and JSON.
75
+ - **Output Streams.** Support for both single (PDF, XPS) and multiple (image formats) output file streams.
76
+ - **Check Web Accessibility.** Check web documents against WCAG standards using built-in validators and accessibility rule sets.
77
+
78
+ ## Supported File Formats
79
+
80
+ |**Format**|**Description**|**Load**|**Save**|
81
+ | :- | :- | :- | :- |
82
+ |[HTML ](https://docs.fileformat.com/web/html/)|HyperText Markup Language format|✔️|✔️|
83
+ |[XHTML ](https://docs.fileformat.com/web/xhtml/)|eXtensible HyperText Markup Language format|✔️|✔️|
84
+ |[MHTML ](https://docs.fileformat.com/web/mhtml/)|MIME HTML format|✔️|✔️|
85
+ |[EPUB ](https://docs.fileformat.com/ebook/epub/)|E-book file format|✔️| |
86
+ |[SVG ](https://docs.fileformat.com/page-description-language/svg/)|Scalable Vector Graphics format|✔️|✔️|
87
+ |[MD ](https://docs.fileformat.com/word-processing/md/)|Markdown markup language format|✔️|✔️|
88
+ |[PDF ](https://docs.fileformat.com/pdf/)|Portable Document Format| |✔️|
89
+ |[XPS ](https://docs.fileformat.com/page-description-language/xps/)|XML Paper Specification format| |✔️|
90
+ |[DOCX](https://docs.fileformat.com/word-processing/docx/) |Microsoft Word Open XML document format| |✔️|
91
+ |[TIFF ](https://docs.fileformat.com/image/tiff/)|Tagged Image File Format| |✔️|
92
+ |[JPEG ](https://docs.fileformat.com/image/jpeg/)|Joint Photographic Experts Group format| |✔️|
93
+ |[PNG ](https://docs.fileformat.com/image/png/)|Portable Network Graphics format| |✔️|
94
+ |[BMP ](https://docs.fileformat.com/image/bmp/)|Bitmap Picture format| |✔️|
95
+ |[GIF ](https://docs.fileformat.com/image/gif/)|Graphics Interchange Format| |✔️|
96
+ |[WEBP ](https://docs.fileformat.com/image/webp/)|Modern image format providing both lossy and lossless compression| |✔️|
97
+
98
+ ## Platform Independence
99
+
100
+ Aspose.HTML for Python via .NET can be used to develop applications for a vast range of operating systems, such as Windows, where Python 3.5 or later is installed. You can build both 32-bit and 64-bit Python applications.
101
+
102
+ ## Get Started
103
+
104
+ Are you ready to give Aspose.HTML for Python via .NET a try?
105
+
106
+ Simply run ```pip install aspose-html-net``` from the Console to fetch the package.
107
+ If you already have Aspose.HTML for Python via .NET and want to upgrade the version, please run ```pip install --upgrade aspose-html-net``` to get the latest version.
108
+
109
+ You can run the following snippets in your environment to see how Aspose.HTML works, or check out the [GitHub Repository](https://github.com/aspose-html/) or [Aspose.HTML for Python via .NET Documentation](https://docs.aspose.com/html/python-net/) for other common use cases.
110
+
111
+ ## Create a New HTML Document
112
+
113
+ If you want to create an HTML document programmatically from scratch, use the parameterless constructor:
114
+
115
+ ```python
116
+ from aspose.html import *
117
+
118
+ # Initialize an empty HTML document
119
+ with HTMLDocument() as document:
120
+ # Create a text node and add it to the document
121
+ text = document.create_text_node("Hello, World!")
122
+ document.body.append_child(text)
123
+
124
+ # Save the document to a file
125
+ document.save("create-new-document.html")
126
+ ```
127
+ Source - [Create a Document in Python](https://docs.aspose.com/html/python-net/create-a-document/)
128
+
129
+ ## Extract Images from Website
130
+
131
+ Here is an example of how to use Aspose.HTML for Python via .NET to find images specified by the `<img>` element:
132
+
133
+ ```python
134
+ import os
135
+ from aspose.html import *
136
+ from aspose.html.net import *
137
+
138
+ # Open a document you want to extract images from
139
+ with HTMLDocument("https://docs.aspose.com/svg/net/drawing-basics/svg-shapes/") as document:
140
+
141
+ # Collect all <img> elements
142
+ images = document.get_elements_by_tag_name("img")
143
+
144
+ # Create a distinct collection of relative image URLs
145
+ urls = set(element.get_attribute("src") for element in images)
146
+
147
+ # Create absolute image URLs
148
+ abs_urls = [Url(url, document.base_uri) for url in urls]
149
+
150
+ for url in abs_urls:
151
+ # Create an image request message
152
+ request = RequestMessage(url)
153
+
154
+ # Extract image
155
+ response = document.context.network.send(request)
156
+
157
+ # Check whether a response is successful
158
+ if response.is_success:
159
+ # Parse the URL to get the file name
160
+ file_name = os.path.basename(url.pathname)
161
+
162
+ # Save image to the local file system
163
+ with open(os.path.join(file_name), 'wb') as file:
164
+ file.write(response.content.read_as_byte_array())
165
+ ```
166
+ Source - [Extract Images From Website in Python](https://docs.aspose.com/html/python-net/extract-images-from-website/)
167
+
168
+ ## HTML to PDF in one line of code
169
+
170
+ Aspose.HTML for Python via .NET allows you to convert HTML to PDF, XPS, Markdown, MHTML, PNG, JPEG, and other file formats. The following snippet demonstrates the conversion from HTML to PDF literally with a single line of code!
171
+
172
+ ```python
173
+ from aspose.html.converters import *
174
+ from aspose.html.saving import *
175
+
176
+ # Convert HTML to PDF
177
+ Converter.convert_html("document.html", PdfSaveOptions(), "document.pdf")
178
+ ```
179
+ Source - [Convert HTML to PDF in Python](https://docs.aspose.com/html/python-net/convert-html-to-pdf/)
180
+
181
+ ## Convert HTML to Markdown (MD)
182
+
183
+ The following snippet demonstrates the conversion from HTML to GIT-based Markdown (MD) Format:
184
+
185
+ ```python
186
+ from aspose.html.converters import *
187
+ from aspose.html.saving import *
188
+
189
+ # Prepare HTML code and save it to the file
190
+ code = "<h1>Header 1</h1>" \
191
+ "<h2>Header 2</h2>" \
192
+ "<p>Hello World!!</p>"
193
+ with open('document.html', 'w', encoding="utf-8") as f:
194
+ f.write(code)
195
+ f.close()
196
+ # Call convert_html method to convert HTML to Markdown.
197
+ Converter.convert_html('document.html', MarkdownSaveOptions.git, 'output.md')
198
+ ```
199
+ Source - [Creating an HTML Document](https://docs.aspose.com/html/net/creating-a-document/)
200
+
201
+ ## Convert EPUB to PDF using SaveOptions
202
+
203
+ The PdfSaveOptions class provides numerous properties that give you full control over a wide range of parameters and improve the process of converting EPUB to PDF format. In the example, we use the `page_setup`, `jpeg_quality`, and `css.media_type` properties:
204
+
205
+ ```python
206
+ from aspose.html.converters import *
207
+ from aspose.html.saving import *
208
+ from aspose.html.drawing import *
209
+
210
+ # Open an existing EPUB file for reading
211
+ with open("input.epub", 'rb') as stream:
212
+ # Create an instance of PdfSaveOptions
213
+ options = PdfSaveOptions()
214
+ options.page_setup.any_page = Page(Size(500, 500), Margin(20, 20, 10, 10))
215
+ options.css.media_type.PRINT
216
+ options.jpeg_quality = 10
217
+
218
+ # Convert EPUB to PDF
219
+ Converter.convert_epub(stream, options, "output.pdf")
220
+ ```
221
+ Source - [Convert EPUB to PDF in Python](https://docs.aspose.com/html/python-net/convert-epub-to-pdf/)
222
+
223
+ [Product Page](https://products.aspose.com/html/python-net/) | [Docs](https://docs.aspose.com/html/python-net/) | [Demos](https://products.aspose.app/html/applications) | [API Reference](https://reference.aspose.com/html/python-net/) | [Examples](https://github.com/aspose-html/) | [Blog](https://blog.aspose.com/categories/aspose.html-product-family/) | [Search](https://search.aspose.com/) | [Free Support](https://forum.aspose.com/c/html/29) | [Temporary License](https://purchase.aspose.com/temporary-license)
@@ -0,0 +1,319 @@
1
+ aspose/html/__init__.pyi,sha256=Fqw39WXqRLDHfx-_EoajK3Ap8TOxIGQjqoOLhdyUyiw,1837964
2
+ aspose/html/accessibility/__init__.pyi,sha256=_y3-Hz1xBjlZFA2WcN7WG6lEl-zhKBNd4emhU9qqFu4,15392
3
+ aspose/html/accessibility/results/__init__.pyi,sha256=HK0Is0UJG7NJ08s5N2kN6E3yz4OVw82XB4weJ0caHmw,3367
4
+ aspose/html/accessibility/saving/__init__.pyi,sha256=xJFHL-vBz5QmrOlSpzmgNVgqBl3KHP3BuKCg97wmQdk,2371
5
+ aspose/html/collections/__init__.pyi,sha256=ynh7P8vsTNq5bSmtcwPgHkf4Dp4Coy5chglOgZo-LQY,9323
6
+ aspose/html/converters/__init__.pyi,sha256=Gfz2HdPlJqFahOeBKoVKVdbHR0ZALvkad-zoyKlNHlI,136024
7
+ aspose/html/diagnostics/__init__.pyi,sha256=G6HxAZZr3q8ytgF3c5ftpOpZOWM_xXy2nKfRQ-AjV6c,2468
8
+ aspose/html/dom/__init__.pyi,sha256=gsdT0jag8LzPNEe-kb7bFdITYekhUv_hAI6ZwHcJILA,320919
9
+ aspose/html/dom/attributes/__init__.pyi,sha256=JZYklzF6lGG8VJVRaiPggOOk4L45vYIlHh5e7JU1gKQ,4029
10
+ aspose/html/dom/canvas/__init__.pyi,sha256=WyFJfu6CuZywNSy1rvjLiYv7FLGqDaWLoL9H-27Elsc,51868
11
+ aspose/html/dom/css/__init__.pyi,sha256=bJ9WcHj5ZN1esKmjcYNcDmboypO1dAyeU-9efgU3gdQ,93106
12
+ aspose/html/dom/events/__init__.pyi,sha256=LMdIvHkw4TIZg2FshjsKXcrlDXC7j9CjljQfCjZJRiE,50887
13
+ aspose/html/dom/mutations/__init__.pyi,sha256=_lR2KrfT5Cf8nIB0kxydOZo-ggTqZJN0ZQr_wzx7EA0,9339
14
+ aspose/html/dom/svg/__init__.pyi,sha256=zQIMoNo47ZBKBYFKJTOGXU7f6_575f4H_havn_FZ1Hk,1474106
15
+ aspose/html/dom/svg/datatypes/__init__.pyi,sha256=f7hzhyqmUXA1dAN09IArfTv-Lm4m5toVRb-HV9zivL4,40381
16
+ aspose/html/dom/svg/events/__init__.pyi,sha256=5R6tslFJS-Kqw0tOh_DFmZDtsWZLnuYWcsQXn3fgG6Y,9859
17
+ aspose/html/dom/svg/filters/__init__.pyi,sha256=OlBQyaoM9h-adpku9v4jfavgr_sTUMffSHt_4K2QBm0,725881
18
+ aspose/html/dom/svg/paths/__init__.pyi,sha256=x9BjJRWEBfzCppTK0bXvfbhefe5_OjMylIskZ-xbr58,101633
19
+ aspose/html/dom/svg/saving/__init__.pyi,sha256=nSMRK3eT1HHwCsT1WfGzAGQHBeUMu1hCjLYeQV8EYkY,2963
20
+ aspose/html/dom/traversal/__init__.pyi,sha256=NM_s8MNbuD6u8DkkLkd3Cxl4TtBxHYWQAXAiMxLlYHc,19285
21
+ aspose/html/dom/traversal/filters/__init__.pyi,sha256=I3UqxZvtjZmlEiTjv2fMDD6ZOvz6VUgfjsL3wO9fDVU,6377
22
+ aspose/html/dom/views/__init__.pyi,sha256=mJh8z8E_3IsOgUDRJ89CBmm8znV57MWK-MkKJGQxQfA,2611
23
+ aspose/html/dom/xpath/__init__.pyi,sha256=XBjyWnzzw9fOROgM7Lv2LUGL0i5GD9ehUL1W-DNZjGI,16296
24
+ aspose/html/drawing/__init__.pyi,sha256=QAUmFPMwRjV8OACy4yobfeLzw3or9BRCX5pD06r2aYs,119762
25
+ aspose/html/forms/__init__.pyi,sha256=BpYdOMvtTrzZRk4zRi87N4o0hVZs0xqs63lgqpo5I0g,31698
26
+ aspose/html/io/__init__.pyi,sha256=Wc_N8FC8hTqHibiSXRdvjbtSYRKS3gtAkymHgZAcSfc,8811
27
+ aspose/html/loading/__init__.pyi,sha256=_WmiEIwux17chJj0LbUy9igKWh3hnT_D-POMojqhnxk,2121
28
+ aspose/html/net/__init__.pyi,sha256=Pgm0N1uT_AaY6KBAs4rBTEbjBWReGoxF28HWh9J1EqM,16102
29
+ aspose/html/net/headers/__init__.pyi,sha256=mbR_gX6ppYMUIQhWdhhP0idhwG13G8mWhi9095xl39I,3781
30
+ aspose/html/net/messagefilters/__init__.pyi,sha256=oxK3kODcFEcKZ4Ez6He9WRmwEhQ9mQLemDWkmCEzdMQ,2346
31
+ aspose/html/net/messagehandlers/__init__.pyi,sha256=E1bXRXE0vRIxWyHjSqr0DAkLCSH2qAuCd-t4ixLw7kc,3410
32
+ aspose/html/rendering/__init__.pyi,sha256=R0Irw73hJzoLKF037NKgd4lEtzWILCX6-mPoKcavYIM,26381
33
+ aspose/html/rendering/doc/__init__.pyi,sha256=xm25lSjGCbKugWtMnW8UGwgW-PQUDecfS_TqR9Jjprg,9962
34
+ aspose/html/rendering/fonts/__init__.pyi,sha256=NC0tlTkHxQsuTWh04IgPhytMGvf7vbwz5vLwzbeAc7o,3027
35
+ aspose/html/rendering/image/__init__.pyi,sha256=ZvP7n3E-P3khlB1xNoskCKcxxOhKMxLInXru8hAJIq0,8680
36
+ aspose/html/rendering/pdf/__init__.pyi,sha256=BbBVCF4jU1Az38WQIVsgdc_elrFW-HmswqScEKlRalc,8362
37
+ aspose/html/rendering/pdf/encryption/__init__.pyi,sha256=UQlZmA3idiZEJSIXsT9htm2ZbuBIWGEPH2X2g6Nzhb0,6176
38
+ aspose/html/rendering/xps/__init__.pyi,sha256=qyKbCoVW8IiXth9LFORTeH8g3ZTUuidVpWa127FWjCg,4883
39
+ aspose/html/saving/__init__.pyi,sha256=atjad1t5s8I2Pzqu6Y2yF4aCaM3jLHeztc7CKwkNbr0,22434
40
+ aspose/html/saving/resourcehandlers/__init__.pyi,sha256=Wqy7tNSAvGMGXf01jFvnnZp-oUQVpj_MrhtsVBlwTuQ,4617
41
+ aspose/html/services/__init__.pyi,sha256=AWFEyehkbDdj7eRhER0kiai4ZNU39BcXzws7geGNftQ,5393
42
+ aspose/html/toolkit/__init__.pyi,sha256=aNSmzd70_vDriWUoV81RJDuj6RbliobVV75_Wm-PUfA,1849
43
+ aspose/html/toolkit/markdown/__init__.pyi,sha256=aNSmzd70_vDriWUoV81RJDuj6RbliobVV75_Wm-PUfA,1849
44
+ aspose/html/toolkit/markdown/syntax/__init__.pyi,sha256=-rBNUm-phy5-YxOjpJesKQzdqNHWxyyXoKO5wp5Y2Mc,228092
45
+ aspose/html/toolkit/markdown/syntax/extensions/__init__.pyi,sha256=41sfKVGRDvfH6RVkhWJ65tW2yjeSk9-GHVZjlmxih7Q,18884
46
+ aspose/html/toolkit/markdown/syntax/parser/__init__.pyi,sha256=_OqkG7qOhD0BbrrnlpQxnXCNfngANBxDdkgQ-03ncCQ,19660
47
+ aspose/html/toolkit/markdown/syntax/parser/extensions/__init__.pyi,sha256=aNSmzd70_vDriWUoV81RJDuj6RbliobVV75_Wm-PUfA,1849
48
+ aspose/html/toolkit/markdown/syntax/parser/extensions/gfm/__init__.pyi,sha256=3A6p27Cxujctaz860JPLKA9dYvGZ8sxbH5bZB6gUUxU,2192
49
+ aspose/html/toolkit/markdown/syntax/text/__init__.pyi,sha256=ie7eNsE_xdzDipof40LPnAPyWXV9l6lwPuXP7sVAG0Y,10494
50
+ aspose/html/toolkit/optimizers/__init__.pyi,sha256=aGegLBHHcasELmZdgCe43_xFOTcOVAHZ_eFFBSyhWQk,6442
51
+ aspose/html/window/__init__.pyi,sha256=voPSQu-nno8xjCIiKs2HNTM0OY06ZEijOzAbdT_FEME,24865
52
+ aspose/__init__.py,sha256=BZzm7zoBt2MkmKtNe7cyCVeUKSx7QjTyZke3W5jbaAE,3188
53
+ aspose/html.cpython-310-darwin.so,sha256=XRab8v0yUXPPyTj_Xpog51fMe9PND2jddcsVFIZq-yI,8287320
54
+ aspose/html.cpython-311-darwin.so,sha256=B_8u8Ve3cjaRVT3sNI-_lL4BrPvrl2QaYbHC2ffeAeE,8287304
55
+ aspose/html.cpython-313-darwin.so,sha256=xeiS8X-LgNtGPCvzj5pXVx1dFfERmdYFygIVOtWI69Q,8303672
56
+ aspose/html.cpython-35m-darwin.so,sha256=hTAyk28o4Aq7nDU8FyUzE8PiDS6s0-OWbFcvj0g9F-A,8287056
57
+ aspose/html.cpython-36m-darwin.so,sha256=H_mQszZCSu1kRfFgaRi1_52s9rSRM5F4lKTGdpjRbDM,8287056
58
+ aspose/html.cpython-37m-darwin.so,sha256=M2xl8UssvM7-pOaAOsQKdez5EvGil2Uy4pB_qNJP8ww,8287008
59
+ aspose/html.cpython-38-darwin.so,sha256=9HYVdWwl9SopDT-E0fGFe3L-iRGZchqh3t65ampJBag,8287264
60
+ aspose/html.cpython-39-darwin.so,sha256=vOT01Cj7ed1gXi4NQsqND7LtoRHVb4G7qCWVN9GN_BE,8287352
61
+ aspose/pycore.cpython-310-darwin.so,sha256=N-IwaKGdeLmrl7Ye_Bx6bQZyv-hA2w3w7IP1oSYo3Ak,153712
62
+ aspose/pycore.cpython-311-darwin.so,sha256=UlVOD36Im-oqmcLOcRIrdcUkSeZhFxwTsOMZAIrZLzQ,153712
63
+ aspose/pycore.cpython-313-darwin.so,sha256=2QIyFMZQhkJ_AN80JpiJspx3yFPuddcJfMTJGnsECik,153616
64
+ aspose/pycore.cpython-35m-darwin.so,sha256=MbmJVRdkXfVxSs6_Z_g34sSDYRl9fXy53N-ThzPqOKo,153520
65
+ aspose/pycore.cpython-36m-darwin.so,sha256=FApjnjGOzHmo0gx6dD8tT2wAMbIbHgkkAaoMy5zEIjA,153520
66
+ aspose/pycore.cpython-37m-darwin.so,sha256=FApjnjGOzHmo0gx6dD8tT2wAMbIbHgkkAaoMy5zEIjA,153520
67
+ aspose/pycore.cpython-38-darwin.so,sha256=Jmv9R8TVeqKMe1hLpcgDvfyNcfqMW7wo0qqmhAdF0RM,153656
68
+ aspose/pycore.cpython-39-darwin.so,sha256=TSnNXCMm95bI63wwUuoYNTGwu3TqK7doFUinW_7JXLU,153712
69
+ aspose/pydrawing.cpython-310-darwin.so,sha256=Oq13E6GjYmXVMN590W_X62_3CJ-8nXj-Ba-nSHYdwnw,3720352
70
+ aspose/pydrawing.cpython-311-darwin.so,sha256=MxBzKL5ohTrmtSr8X37odb6_AUmuAsjyB6t7P-EpeHg,3720344
71
+ aspose/pydrawing.cpython-313-darwin.so,sha256=rlB-IWAj1QIjKll0mnVQfMQZSf1Eiw7wJolHqDO6d1k,3736648
72
+ aspose/pydrawing.cpython-35m-darwin.so,sha256=iHMxmr4Hk758cbtdYQPIAGIUgTEoc0_u-9o4vyIIusE,3736480
73
+ aspose/pydrawing.cpython-36m-darwin.so,sha256=9LnKF0xWObPtRr1UPjhY92qeMcTWqkcx3fao-bhr92A,3736480
74
+ aspose/pydrawing.cpython-37m-darwin.so,sha256=WKpHHCA2S0GSjcDFGA4sd1K2OgBbiEaZ9bLiBNtHM2E,3719976
75
+ aspose/pydrawing.cpython-38-darwin.so,sha256=6G1jTGLTAjTx512KDRwlC8-ODLB7jr-BcfauOHV3pJg,3720256
76
+ aspose/pydrawing.cpython-39-darwin.so,sha256=2f6hFTb7Zb81Ccs2Z913RJD0i4gTfg4dovio7a39Nhg,3720376
77
+ aspose/pygc.cpython-310-darwin.so,sha256=LYU18ceDs4xF3gdy1jDaLI_ovj2D1J_PrmeEL7O7-SY,150680
78
+ aspose/pygc.cpython-311-darwin.so,sha256=JiknJTTgrcnb4Upozn8K-X3Th1pC02uVdl7gTXVjqZ4,150680
79
+ aspose/pygc.cpython-313-darwin.so,sha256=pNfkKYfGU_PcQbumQwXsIfTxuaA95T9NovJLekCnvaM,150592
80
+ aspose/pygc.cpython-35m-darwin.so,sha256=X811BHUDIPj1N-EHM9sZ4FrlOSBaUjTwSuPowADS6Gc,150776
81
+ aspose/pygc.cpython-36m-darwin.so,sha256=jrgSpls4sBv7TC_A7qqk_BlwoZ1Uydi6tqQ7e6rHiDE,150704
82
+ aspose/pygc.cpython-37m-darwin.so,sha256=7vsNA9C--rfsNIVxdYMGXoZ0v7vCKK33Eht5kfYbSRA,150488
83
+ aspose/pygc.cpython-38-darwin.so,sha256=1Em0KHp6xrS0FNrbw_6OmMy95HMzJrnaHn02IEc7NEA,150632
84
+ aspose/pygc.cpython-39-darwin.so,sha256=_QMCcU73EE5z3vXbmm1IE6Vju8Llwny75NwD-BovNLo,150680
85
+ aspose/pyreflection.cpython-310-darwin.so,sha256=X9qQ_H_-LmVIjNgArM6G_Rum-cY8lW-7tabPeNiCtHs,553088
86
+ aspose/pyreflection.cpython-311-darwin.so,sha256=vFYXj8V5cpQLVVagmFH-I68URaECyl6U8JRhaMlSIqw,553072
87
+ aspose/pyreflection.cpython-313-darwin.so,sha256=ZAeevTmFhPgmtd6lEPMNKjb9KZDrPQe14lvI1IR_qfI,552960
88
+ aspose/pyreflection.cpython-35m-darwin.so,sha256=AonyYmxZ5IYx_BjSV5vxVjeE40Na47tgqSJR7TZ8AUU,552864
89
+ aspose/pyreflection.cpython-36m-darwin.so,sha256=Xc-bceX1wsN5bULcMU0MyTBRAAUmbg9UIkfBgv2Pcg4,552864
90
+ aspose/pyreflection.cpython-37m-darwin.so,sha256=317v6U8TTsuQ6dG94RvijkN3E2A0B2Bh-TWMDKOdmrU,552744
91
+ aspose/pyreflection.cpython-38-darwin.so,sha256=HHNnsw74LmeAYLiCF8WqUt67U7vGndnqsSABW7It-2k,552984
92
+ aspose/pyreflection.cpython-39-darwin.so,sha256=d1ZDWI26wCTchhAu-hSwXu3Kp47Nil5pJOt741Rf2DM,553112
93
+ aspose/__pyinstaller/__init__.pyi,sha256=JUQjpLnZGSJEDwHrogA4y1SSuAI9uGQxXL40_PPuGes,31
94
+ aspose/__pyinstaller/hook-aspose.py,sha256=G2uQAF1mgFtEjkZFyvcElHUEzLLoFGdqVOMAs9bsTi0,258
95
+ aspose/assemblies/html/Aspose.HTML.dll,sha256=eeZJUqKigh8HLURpuPeVB4eMnHnq5Z0bcfIjjqXX0No,12479840
96
+ aspose/assemblies/html/Microsoft.Extensions.Logging.Abstractions.dll,sha256=ugmwtqiRElj4isMBMibMwG59NCgNiQb_IGZvvYEtOvQ,66176
97
+ aspose/assemblies/html/Microsoft.Win32.SystemEvents.dll,sha256=QV6B1p_dQJO7qHvPN0JZr5UKKFp-s9zZSnViNcpgVN8,27528
98
+ aspose/assemblies/html/System.Diagnostics.DiagnosticSource.dll,sha256=-GyWeDxbygECfqj6Vrr75_1lzdDcJb9OxfZoHsn6t1Q,159872
99
+ aspose/assemblies/html/System.Drawing.Common.dll,sha256=-Jy68TM39pwgsw9ojLHIK5U-YBC2a81c9yMGYaqXd48,419720
100
+ aspose/assemblies/html/System.Runtime.CompilerServices.Unsafe.dll,sha256=pTOoCbS7iwJyxzOPotRV6qdes42KCU6cOmuvfmJvXI8,18024
101
+ aspose/assemblies/html/System.Security.AccessControl.dll,sha256=kwhIScF6IfZBwTyfF1Rc_hjB7Al1YfPw67vibzWLoSA,55688
102
+ aspose/assemblies/html/System.Security.Permissions.dll,sha256=Fc4jFXYMaWW2W3h8IdcgJ75gPchQugiuaBea-ERGco4,97160
103
+ aspose/assemblies/html/System.Security.Principal.Windows.dll,sha256=9HDH7g-Z9c6qJfUZcJiM-83b4PjdhJHKPpz0-fUv23U,37768
104
+ aspose/assemblies/html/System.Windows.Extensions.dll,sha256=BbG3Acl8iXmfE3LuNvbKYS6X2odUBKq_rEdnj-dGEos,25480
105
+ aspose/assemblies/html/WrpInterop.Aspose.Html.dll,sha256=0W_tH-Vf1W0Y3eLhEMzSdaZgW92iWb8_XwbQX9ekKdI,1251328
106
+ aspose/assemblies/pycore/WrpInterop.Aspose.PyCore.dll,sha256=7wJOTbkxq9Fd7Ye_5FaSNenZJweFAmME4EOJT8DnblA,93696
107
+ aspose/assemblies/pydrawing/Microsoft.Win32.SystemEvents.dll,sha256=QV6B1p_dQJO7qHvPN0JZr5UKKFp-s9zZSnViNcpgVN8,27528
108
+ aspose/assemblies/pydrawing/System.Drawing.Common.dll,sha256=-Jy68TM39pwgsw9ojLHIK5U-YBC2a81c9yMGYaqXd48,419720
109
+ aspose/assemblies/pydrawing/WrpInterop.Aspose.PyDrawing.dll,sha256=EJnZhilAGrsR445t6JiF-jp2Y6mUq9-55Hv7gwb-SL8,502784
110
+ aspose/assemblies/pygc/Aspose.PyGC.dll,sha256=BIBhsAkBC2EW1xyOq-3qCP1sTceJoUS8MPAT3EvePT8,97792
111
+ aspose/assemblies/pyreflection/WrpInterop.Aspose.PyReflection.dll,sha256=4q9jy6UBcflslJH6MATXC736WhNOAMRUwWwY53-P0K8,122880
112
+ aspose/html/__nuitka/__init__.pyi,sha256=vYglKfpT5tt_z0jK7N0s8XmJJ049rT0lrSnxtrPZCic,25
113
+ aspose/html/__nuitka/aspose-html.nuitka-package.config.yml,sha256=Ki7CYNzavaLmCufVJ6IsVdzkH9erTjsrMCgO_Z_tPNA,444
114
+ aspose/html/__pyinstaller/__init__.pyi,sha256=micugwtjBQx5QHPQ3sjszDmdDrh_j6WEf2rIgmQEQtg,30
115
+ aspose/html/__pyinstaller/hook-aspose.html.py,sha256=8h7RLY-K3Kbf_mhC5YH3snKLyqInYYmFODH3g5o6Myc,316
116
+ aspose/netcore/netcore3.1/Microsoft.CSharp.dll,sha256=R9PAg5TYCYtlqylPH1sLBe-KAE-K8hjgZi_x-w2yIVo,811424
117
+ aspose/netcore/netcore3.1/Microsoft.VisualBasic.Core.dll,sha256=ZHEqfLs86PWLvsPn31UXP-6qAAfWd9qgomk5zHWFPb0,1201088
118
+ aspose/netcore/netcore3.1/Microsoft.VisualBasic.dll,sha256=G2DHkrjAd2h2fxL25flXJVxb2FFIxLUluPBqqP8_lLQ,18368
119
+ aspose/netcore/netcore3.1/Microsoft.Win32.Primitives.dll,sha256=lTgZiBTJk2svYm-uhZTxAXIhfJphzTjjELJjRvH_CXk,21408
120
+ aspose/netcore/netcore3.1/Microsoft.Win32.Registry.dll,sha256=6Ypxyd1XwK2SvMXGfVLPIJZJpMm5MfS9YKjUnkUtSBA,60320
121
+ aspose/netcore/netcore3.1/SOS_README.md,sha256=Er5Gt7N2gMefnp59Kf2O0g1CEWwX9u-T09W7Ez4kYho,272
122
+ aspose/netcore/netcore3.1/System.AppContext.dll,sha256=nbFQpbXgplvmfhtTpm4yGho8nqURrevICSy-3xMApJ8,15808
123
+ aspose/netcore/netcore3.1/System.Buffers.dll,sha256=KArazMr4Z3oTCmsrpTLqNhr0j_-BkE_u3ytO6_Avoh4,16288
124
+ aspose/netcore/netcore3.1/System.Collections.Concurrent.dll,sha256=upYSwlNFWmGxLQe3OqIEYvyPRnFf9qrwxASg1VJvk_s,192928
125
+ aspose/netcore/netcore3.1/System.Collections.Immutable.dll,sha256=n1q04aiRXvATlwOsC_GMihAdJL6hKomKIZSc95A15IQ,664000
126
+ aspose/netcore/netcore3.1/System.Collections.NonGeneric.dll,sha256=-CKIHMPKNIY5uvpjvjed3ppjMsfrkqOEJjdM_qadMcs,99232
127
+ aspose/netcore/netcore3.1/System.Collections.Specialized.dll,sha256=QwAYXiRY5Ibh-yf6Y4CvT5jXCb-fdA8N3Fbwlcb-NFE,93088
128
+ aspose/netcore/netcore3.1/System.Collections.dll,sha256=dCNPaqokWv4UXfRq5126neYHdsVvCbQ4cx2dm7qkOCQ,339872
129
+ aspose/netcore/netcore3.1/System.ComponentModel.Annotations.dll,sha256=f6GJqRIDQEX1YGz-C3r0ogH4Z-fWdBewYEG82HxtQpk,165824
130
+ aspose/netcore/netcore3.1/System.ComponentModel.DataAnnotations.dll,sha256=2rqZIUhqcglg1LXmwnOxRaJOIpWNGAJ4T6MnYZlrpCA,17336
131
+ aspose/netcore/netcore3.1/System.ComponentModel.EventBasedAsync.dll,sha256=qUTqjrSFHUqL0F9qBlt_yOd96nieJurCh_huKklSVoY,36256
132
+ aspose/netcore/netcore3.1/System.ComponentModel.Primitives.dll,sha256=-1WBEWIkvaZjKzdevqoQkBVUIGAlUxIHvXxcTueCe_g,55232
133
+ aspose/netcore/netcore3.1/System.ComponentModel.TypeConverter.dll,sha256=3GwNv9f2FqsD6OZCjdUFjKBn97Ae5oAaF-Ad3Pb5euY,715160
134
+ aspose/netcore/netcore3.1/System.ComponentModel.dll,sha256=t4UJICHV4CLCXQxhravpd1rQr4HeK7w4gayXxwSgOg0,17304
135
+ aspose/netcore/netcore3.1/System.Configuration.dll,sha256=vGQ8ZUq-o2Wu-7UzRbSrOGaBHPMeojIK81d_dW3koaU,20384
136
+ aspose/netcore/netcore3.1/System.Console.dll,sha256=RUJdENoKodxykKahY7X4Rw2vGNlq1ZWWHDjmAYGdaH0,189888
137
+ aspose/netcore/netcore3.1/System.Core.dll,sha256=E85CaCj5At5lX-tj6CV1YmkCXKBLQm7fG5Z276jgIyw,25024
138
+ aspose/netcore/netcore3.1/System.Data.Common.dll,sha256=88Fgtug93mBRpiMzJOGyXGVM_mrlVaF0EEqtLjdYL0k,2962336
139
+ aspose/netcore/netcore3.1/System.Data.DataSetExtensions.dll,sha256=qNHV6NPybgJ_FfRPmM2VinTJzFSJyL3KjwAvD_FJLxg,16288
140
+ aspose/netcore/netcore3.1/System.Data.dll,sha256=Yc1qIyjkz4thDYLrCL3nKRYY4Xes2bM7G3I5AcN6tR4,27040
141
+ aspose/netcore/netcore3.1/System.Diagnostics.Contracts.dll,sha256=cxE74F9nj7vTgU2fXKhknYA_mM8A24a_haA9XbmgjEs,16280
142
+ aspose/netcore/netcore3.1/System.Diagnostics.Debug.dll,sha256=TO6XRvDTdlPcCSGjNDyNzvJC4nqL-5U1gVpCKo-QbHc,16272
143
+ aspose/netcore/netcore3.1/System.Diagnostics.DiagnosticSource.dll,sha256=QYIMDfUXk-JzrICsL6YawiX09UKJiAbhgq2JmQAvAjw,101280
144
+ aspose/netcore/netcore3.1/System.Diagnostics.FileVersionInfo.dll,sha256=4YsMVcIeJ_Byarn-0LSziC0Ozp0tdtRPnEUahVFTL9g,38848
145
+ aspose/netcore/netcore3.1/System.Diagnostics.Process.dll,sha256=GV364pIhdwMQZs1upEFGLVASiwuSMi6LvAIzuYZE6oI,203712
146
+ aspose/netcore/netcore3.1/System.Diagnostics.StackTrace.dll,sha256=15hJMsh_Mq4i-X9_jC143LssaFQUKw0otiAMSLDAt3w,37280
147
+ aspose/netcore/netcore3.1/System.Diagnostics.TextWriterTraceListener.dll,sha256=01L0zdCxR4L_SS7uR6AFB_HTVtYPCdOmuRtDK1EY7pk,57280
148
+ aspose/netcore/netcore3.1/System.Diagnostics.Tools.dll,sha256=3qPDLAYxBVwktIyw5ONq78zga3d8ejBzHVD6BfbgbsU,18368
149
+ aspose/netcore/netcore3.1/System.Diagnostics.TraceSource.dll,sha256=NvmaobO_UhPB5KpPL4C8U_vJop0Oa8kdDXg6bPvwOCA,127376
150
+ aspose/netcore/netcore3.1/System.Diagnostics.Tracing.dll,sha256=vfuTF1oDOyrlRESUz0fQndwEq3cxJaB7yQ_2wJJkqh4,16792
151
+ aspose/netcore/netcore3.1/System.Drawing.Primitives.dll,sha256=EK1hVC5do9v4Fwywylsku3vlGq7KFawiG1aJdhgImGA,125344
152
+ aspose/netcore/netcore3.1/System.Drawing.dll,sha256=a3NSbG_g9hLmCG82ujQQ_uUSVnVed8rDMEB4IGKEIIA,21912
153
+ aspose/netcore/netcore3.1/System.Dynamic.Runtime.dll,sha256=45GTcGON88Vs7QKLL1jgtfEjOT64WPRBmuzJPP5XhNE,16832
154
+ aspose/netcore/netcore3.1/System.Globalization.Calendars.dll,sha256=5Nt10lvmpH8wm8Gdejs-AiZhCqesbGBBiqE-i7by5-8,16288
155
+ aspose/netcore/netcore3.1/System.Globalization.Extensions.dll,sha256=kSpk90drUhwXFa390XM6qBmJ8_vPZHATVvZfvkgk2vs,16320
156
+ aspose/netcore/netcore3.1/System.Globalization.Native.dylib,sha256=eYzAU5i2auuOCS22c1VgGF-peE9GyxiUXZOln9aIlYY,78704
157
+ aspose/netcore/netcore3.1/System.Globalization.dll,sha256=BJAGjhmzPG3rSS9nfTLxlIb_MUq5Ymnn7ns2V8rn0E4,16288
158
+ aspose/netcore/netcore3.1/System.IO.Compression.Brotli.dll,sha256=tzEJBnQLUc--MWYqzSppmK1eXBQilOqzdfUQBn6tgSc,72096
159
+ aspose/netcore/netcore3.1/System.IO.Compression.FileSystem.dll,sha256=TrtxWVk7hrQRSsPZr1V9Nm0VdhZn3L2KYTivJvhcIko,15808
160
+ aspose/netcore/netcore3.1/System.IO.Compression.Native.a,sha256=RNmPpIuvz08uo0F7hMXK8fp36cUHd5fxshPBY-5f7do,3309752
161
+ aspose/netcore/netcore3.1/System.IO.Compression.Native.dylib,sha256=fJOn9J9bPSvs1zEjefxV2n09lw1K7vX7UbpIdb4HDzA,969048
162
+ aspose/netcore/netcore3.1/System.IO.Compression.ZipFile.dll,sha256=8azRMdIytMiYwLMgnbIQimv31L5koYLmjm68zMGZwzs,35776
163
+ aspose/netcore/netcore3.1/System.IO.Compression.dll,sha256=JFpmRxEz7vNskJFVumkgSh712L4cruFvuwb5k4a-Pdw,252352
164
+ aspose/netcore/netcore3.1/System.IO.FileSystem.AccessControl.dll,sha256=yPq-kNUK9zjs3kHO4IvnM4er8QnV0cqudOvEfB2FdkA,32144
165
+ aspose/netcore/netcore3.1/System.IO.FileSystem.DriveInfo.dll,sha256=0-s2UMMr_RBWBWCHCNPmP2lvINa0bDAe3sWivBrTtWY,73616
166
+ aspose/netcore/netcore3.1/System.IO.FileSystem.Primitives.dll,sha256=0h6L8J4TTOZWFVLjxxVIZlzVCy4xtYaODZTSPBxXdqo,15760
167
+ aspose/netcore/netcore3.1/System.IO.FileSystem.Watcher.dll,sha256=Fpc5y8mDDr02ggkUWL35OKnbvkRLWuxWvpD4GIXFuyA,95120
168
+ aspose/netcore/netcore3.1/System.IO.FileSystem.dll,sha256=gX8VxZp_yfUk0f3Z9msRAn86Vn_4MiTMGqFzGwnty7c,220048
169
+ aspose/netcore/netcore3.1/System.IO.IsolatedStorage.dll,sha256=LEUK7G7Cy8kjOHSa2mx9Tdb3878pzVm85QMWskKaro4,79808
170
+ aspose/netcore/netcore3.1/System.IO.MemoryMappedFiles.dll,sha256=JfNidcxLwpXznTY8Mc3Km_9q5sw9J5xZcjHihpm1o-k,69520
171
+ aspose/netcore/netcore3.1/System.IO.Pipes.AccessControl.dll,sha256=sjJFvZkejuItRlhFBSq1L_8HcOJIxvX-WmzrVM2IboY,23952
172
+ aspose/netcore/netcore3.1/System.IO.Pipes.dll,sha256=2a03sQFjObihTGRJFPVJXnk8s3WTX1ppJspehHXCRCc,119232
173
+ aspose/netcore/netcore3.1/System.IO.UnmanagedMemoryStream.dll,sha256=Ydgwwz0uuo_wWGTnBQ5jqLyoypu9tdWwlBE7L5Wr7jw,15760
174
+ aspose/netcore/netcore3.1/System.IO.dll,sha256=kBYCn-mFEOK9MbuLXKCS53AZ5RhFZQnGeYOg8-yflPs,16320
175
+ aspose/netcore/netcore3.1/System.Linq.Expressions.dll,sha256=LJZKA-vMJzojMwkfYob9tkTmtuMEFCctz1r9CUlavjM,5339552
176
+ aspose/netcore/netcore3.1/System.Linq.Parallel.dll,sha256=D4qLuccTNpiagwI3XI6QHXyglyqVDhPEkzJa_fgqq7s,1317776
177
+ aspose/netcore/netcore3.1/System.Linq.Queryable.dll,sha256=3Uhd9B7y-3a83HCoGYq-ySqBiVMLijLUVCmCuIFKLDY,183232
178
+ aspose/netcore/netcore3.1/System.Linq.dll,sha256=GS7bI8VIDYwNJcmXIuGUb3doDCjiOJMMjWHksTLdPuA,426384
179
+ aspose/netcore/netcore3.1/System.Memory.dll,sha256=JZ1PP0mwsX4hiORzzGxFA4wGvx5RPyJrRDcHBUTBZ8A,189840
180
+ aspose/netcore/netcore3.1/System.Native.a,sha256=sx0UGiQWvJf0kT79cdRjwC_wayrb2feQvDV679OnrnA,371000
181
+ aspose/netcore/netcore3.1/System.Native.dylib,sha256=U-R-6DSP6xQy3FQqtq20BlCnIdhxRGCIIiLMbsRoVoM,92840
182
+ aspose/netcore/netcore3.1/System.Net.Http.Native.a,sha256=Lxsh7xcEXL1OZn7VFhN5Rwvizr2YPEDabUmUUF_G-B8,67280
183
+ aspose/netcore/netcore3.1/System.Net.Http.Native.dylib,sha256=e4eZrviTsG9MFlyqlXglZZMmDrMgDgsFkJQ5i4e1jKA,51608
184
+ aspose/netcore/netcore3.1/System.Net.Http.dll,sha256=qScFmdDNzkO8UcRA9CEhfBg91P7UL-pWXUwGdZWDr4o,1495968
185
+ aspose/netcore/netcore3.1/System.Net.HttpListener.dll,sha256=nAa8iLO2Lg194fnHVmCXV24uxzU2BbHvMjkhovlAiX8,312224
186
+ aspose/netcore/netcore3.1/System.Net.Mail.dll,sha256=G_0j01_505X3dNzbjdVO1MiW1AnyU9BtrMAlKYQE2uE,494480
187
+ aspose/netcore/netcore3.1/System.Net.NameResolution.dll,sha256=zwYUK_4IhI-KxeXPFRZHnl0lt_9O44OLf24VLGkKW88,81808
188
+ aspose/netcore/netcore3.1/System.Net.NetworkInformation.dll,sha256=75-4EOcp9vEEpfmUjhBkX9Qk233LUbJUBsVk-tCa6gM,135056
189
+ aspose/netcore/netcore3.1/System.Net.Ping.dll,sha256=L7tOsEV1XZ1UUaGe-VXvwIixsQ2Fhl2rdHoT-0A4uWE,114576
190
+ aspose/netcore/netcore3.1/System.Net.Primitives.dll,sha256=ZeA11s3dh4tLDoyGFDUw56ZekVNHjK8X7clmyF7eUzU,227216
191
+ aspose/netcore/netcore3.1/System.Net.Requests.dll,sha256=pVc2mEx3ZpWdgY6_VE8OLUwzUE9g0XU4GrP-w8-tCkQ,349584
192
+ aspose/netcore/netcore3.1/System.Net.Security.Native.a,sha256=fmAOBTXnxZJUI0QD7FQSq60fhTfjjLzmszzp0OXzfDc,28816
193
+ aspose/netcore/netcore3.1/System.Net.Security.Native.dylib,sha256=PD9t3dfRwyY-5G-N4XpBMgj72WBcQOopMNoZzEOT908,51600
194
+ aspose/netcore/netcore3.1/System.Net.Security.dll,sha256=hq3WYjgyiolicK_mcTrzoqHyizjycVI8E1UPZ6XaAXU,620944
195
+ aspose/netcore/netcore3.1/System.Net.ServicePoint.dll,sha256=orUhPp_06y6qFoJbwWg29zdsXypaVnBwpVMMYNOwFlY,34704
196
+ aspose/netcore/netcore3.1/System.Net.Sockets.dll,sha256=2Weep-pzuhXk5WqH1YzHqgcFGvwww1fq2JiZ5C_GBKw,595856
197
+ aspose/netcore/netcore3.1/System.Net.WebClient.dll,sha256=W2lva5-Dirzc78PtYTJ7BlhwUVc4STVF2-j0V2_TOIQ,162208
198
+ aspose/netcore/netcore3.1/System.Net.WebHeaderCollection.dll,sha256=2TUYOk71xV2c0akJalYfygInLCP633wNu1VLydCtc0g,68496
199
+ aspose/netcore/netcore3.1/System.Net.WebProxy.dll,sha256=t7aZI9lo5QzhWp_Mp5SMhMPcpUds8DQpS96j74c5EGI,28048
200
+ aspose/netcore/netcore3.1/System.Net.WebSockets.Client.dll,sha256=AjWM1X6xvACjLBj2bqWWlcQMSM8kKIJN_BGMzmHjsDI,74128
201
+ aspose/netcore/netcore3.1/System.Net.WebSockets.dll,sha256=pTIqHOHknp5RW_2IxKYJtN9kuJjqcMe9OGM28HkCb3g,147344
202
+ aspose/netcore/netcore3.1/System.Net.dll,sha256=YtaOziltV3qIHOxA5L5upF2D-izkMWeVu06c_nf-oQU,17808
203
+ aspose/netcore/netcore3.1/System.Numerics.Vectors.dll,sha256=RTglOYz428TBhKLYwhT4ppG0Kymu9L4eDvzsss8eUac,152472
204
+ aspose/netcore/netcore3.1/System.Numerics.dll,sha256=6EgtPDpMa5pchiTPaDTUfBCeYaYSoSY7IEm0EgscM7c,15760
205
+ aspose/netcore/netcore3.1/System.ObjectModel.dll,sha256=nrinXjTyszkxgJQS16B2FPKLYStpcgRaFb9kYn_h1Xc,90016
206
+ aspose/netcore/netcore3.1/System.Private.CoreLib.dll,sha256=ps3C1V_mr88-iI7t_iqVUW8OofUs_EHWQMI84pqpKU8,9165712
207
+ aspose/netcore/netcore3.1/System.Private.DataContractSerialization.dll,sha256=nljOrWxms64y4MT4pi9SH97-W26fFDPV8rVM4FEu4O8,2085784
208
+ aspose/netcore/netcore3.1/System.Private.Uri.dll,sha256=412EugKEhb2TGueujT_psM3PhtznKl4q3Ew6tIi-P_0,246176
209
+ aspose/netcore/netcore3.1/System.Private.Xml.Linq.dll,sha256=LbTfEhSbLqzN4VJfAElYW7jylnhYpVqgpta9SzlIoYw,380304
210
+ aspose/netcore/netcore3.1/System.Private.Xml.dll,sha256=pf91PJHqJYp-YkSqNFrmDwtSMPHNYBOduO0I0psZE8c,8593824
211
+ aspose/netcore/netcore3.1/System.Reflection.DispatchProxy.dll,sha256=Os3kxdTc75KO5kDkRjLvUUpAMiC8W8y6-yU0dj9rA8U,71568
212
+ aspose/netcore/netcore3.1/System.Reflection.Emit.ILGeneration.dll,sha256=exp8vafVypfpkonEInzfc1uhtuBWSuzE4o5PFjpShEc,16288
213
+ aspose/netcore/netcore3.1/System.Reflection.Emit.Lightweight.dll,sha256=w1kqOg8G-xTByCxC8KmoZgUgIFtKfpH0xtBPI1MYdfU,16272
214
+ aspose/netcore/netcore3.1/System.Reflection.Emit.dll,sha256=F8dRaRpZy1U9EZTg6Ei_FWe9vUUSrMzQtYd8WbHjomE,16272
215
+ aspose/netcore/netcore3.1/System.Reflection.Extensions.dll,sha256=gaNLIMD83hUcruiyNtXFwsdXHfPqlxwYDM-mDMuHT7s,15760
216
+ aspose/netcore/netcore3.1/System.Reflection.Metadata.dll,sha256=DWbOghr95o-i3AEOn88CUchIcGjRvmR90DQxGwlq0bA,1086352
217
+ aspose/netcore/netcore3.1/System.Reflection.Primitives.dll,sha256=jtPljqIYjbmWdYFqfqEZcXL01ZN-W-2l-aR_YOYksac,16272
218
+ aspose/netcore/netcore3.1/System.Reflection.TypeExtensions.dll,sha256=sjBI7OfhdDJf6xG6IrXjPDRj1wlvYDdA7723w9C2_hU,30608
219
+ aspose/netcore/netcore3.1/System.Reflection.dll,sha256=qQ38bq3vGHVqGudwJ3NJwRWsSiUQ_IY62qhGVtIK5cE,16784
220
+ aspose/netcore/netcore3.1/System.Resources.Reader.dll,sha256=OK0utXmBCAK3_ZfqSbCaW6mIDpcj7eXTci5HxRYNBgE,15760
221
+ aspose/netcore/netcore3.1/System.Resources.ResourceManager.dll,sha256=i4fTP9ZZUeHPQidSBvfNFfz9aPJw_c6r-HBq8hTZEBU,16272
222
+ aspose/netcore/netcore3.1/System.Resources.Writer.dll,sha256=F9ZPwQFtLECOlC5Dw7uRdoKoX7OzvRlFoG9yXcosb3c,43936
223
+ aspose/netcore/netcore3.1/System.Runtime.CompilerServices.Unsafe.dll,sha256=yRktnEY1iYO3snVXOE08HPIMiQ_P4IQG7g9_SYbZN1E,19344
224
+ aspose/netcore/netcore3.1/System.Runtime.CompilerServices.VisualC.dll,sha256=-9HgjuDFaUhyzn8AcYrHTjZBtQDPyWXeCurs7Km_cHI,19344
225
+ aspose/netcore/netcore3.1/System.Runtime.Extensions.dll,sha256=KRWkGvB3GaGlkB5ncHZsp4TF7jp2Xt0znvvhj3lq74Q,209808
226
+ aspose/netcore/netcore3.1/System.Runtime.Handles.dll,sha256=B6kEPoX56dODthcWt219ypseBdwIr4h3HantvrSIHmM,15760
227
+ aspose/netcore/netcore3.1/System.Runtime.InteropServices.RuntimeInformation.dll,sha256=4HOOH2jKsZcMMmMmNsH3e3Ak8aLB301ik1w9ynvSpcg,27536
228
+ aspose/netcore/netcore3.1/System.Runtime.InteropServices.WindowsRuntime.dll,sha256=my_gdFcF8CbVSOj7mbxlCNeR2c5_yNfWUdZhedE3bzk,23952
229
+ aspose/netcore/netcore3.1/System.Runtime.InteropServices.dll,sha256=rXuxHzyJ5Op1C32fkyOexRvidMghENW-J4LuQATSR8A,54672
230
+ aspose/netcore/netcore3.1/System.Runtime.Intrinsics.dll,sha256=afbhS6P3KZbyLMO1u32blI8GOqbZ5iflNkaHuWysC84,16272
231
+ aspose/netcore/netcore3.1/System.Runtime.Loader.dll,sha256=pcPUz3woPZbSHvnXkIhu9r3qtHL_yP-o_Koo0HbvCkY,15760
232
+ aspose/netcore/netcore3.1/System.Runtime.Numerics.dll,sha256=wkfTnQlbg6JQXSFeo-ztx1xPtx4iNNyg4a7IefTktEU,201616
233
+ aspose/netcore/netcore3.1/System.Runtime.Serialization.Formatters.dll,sha256=Hmr_4S2TvHUm8yOcmSvKi3P-bnTUC4pnPKXkC2-C0Sw,313248
234
+ aspose/netcore/netcore3.1/System.Runtime.Serialization.Json.dll,sha256=bl6LC6sAgiyz2QLtSpDMHsUORhthUZnevbk65ibzJW4,16272
235
+ aspose/netcore/netcore3.1/System.Runtime.Serialization.Primitives.dll,sha256=hv0XKmteaf5Yk8S7TduRJwKXkulP9UzfkFzlvyZ20SE,27024
236
+ aspose/netcore/netcore3.1/System.Runtime.Serialization.Xml.dll,sha256=L9fD59RbwVmQWhQxGfdrO05O0Csqs91KS-4sVUxKfu8,17296
237
+ aspose/netcore/netcore3.1/System.Runtime.Serialization.dll,sha256=VGO4p33J62U8GdXCgyLTWTmbiD0ZVmormdhKjQXiv8k,17808
238
+ aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.UI.Xaml.dll,sha256=g4xJO3t9DlsAuf0Rm50MhWFGMKNTohZr_cneMfseQzc,44432
239
+ aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.dll,sha256=51N0TOb7fUwOO5K1QblmHUKXmhkwwKwnS-wfxDMIEFE,52128
240
+ aspose/netcore/netcore3.1/System.Runtime.dll,sha256=kIcwWzvUp3Unf6XwR1_rKJcQGTkzDr5x3cQHcKF5JPo,54672
241
+ aspose/netcore/netcore3.1/System.Security.AccessControl.dll,sha256=DIJMwLspqU1NoIVdW3jGZtYdq-JsMlUJFaMZ0dMEe4E,67984
242
+ aspose/netcore/netcore3.1/System.Security.Claims.dll,sha256=kSTFrg5d5DAghIsJBcBgpMWCWXLQdbpPRjfigHKnJX8,91024
243
+ aspose/netcore/netcore3.1/System.Security.Cryptography.Algorithms.dll,sha256=HUIMSiDGI74xbtY8414B9hKyoT_tCoiRqLl-Vnn0ozk,668064
244
+ aspose/netcore/netcore3.1/System.Security.Cryptography.Cng.dll,sha256=CEsZ0ZO7vOpShqNaH53Gdwwi0zUC6R5SS_qEnswxjfw,64920
245
+ aspose/netcore/netcore3.1/System.Security.Cryptography.Csp.dll,sha256=OPOGkdbW_-c1Se3eUXAkyAKbj84M-deT9qQsiTpEcKY,116112
246
+ aspose/netcore/netcore3.1/System.Security.Cryptography.Encoding.dll,sha256=ZAgIF7BWbQGl6IcyHA0HvPnUepvNDGlh3XM8BsTCzdQ,133008
247
+ aspose/netcore/netcore3.1/System.Security.Cryptography.Native.Apple.a,sha256=sAMuEPpBv3UoRujpsoNONKsV7nCdyF2TvbGvKeXOp6M,342792
248
+ aspose/netcore/netcore3.1/System.Security.Cryptography.Native.Apple.dylib,sha256=DJ7Sf-9gN7KhxsXTisCZ4TTuoPeGfO9eUipwo_tvr5Q,78192
249
+ aspose/netcore/netcore3.1/System.Security.Cryptography.Native.OpenSsl.a,sha256=aPdanr13uTgZQct40kCpPno0akogX0_jE7PEqNpY81E,612912
250
+ aspose/netcore/netcore3.1/System.Security.Cryptography.Native.OpenSsl.dylib,sha256=0VaTxjztax2pZQKjQgitHF-iAm-6iQCk0XSW3qc2tPA,139552
251
+ aspose/netcore/netcore3.1/System.Security.Cryptography.OpenSsl.dll,sha256=xomXgN-KfRfozeQusvbsd3YPkk6owdPZmE7QYwkqhSE,199072
252
+ aspose/netcore/netcore3.1/System.Security.Cryptography.Primitives.dll,sha256=3HRiNtlf-XFn0x-4WEtEmXUlyJ-7VV5Gyp59aE14veo,104848
253
+ aspose/netcore/netcore3.1/System.Security.Cryptography.X509Certificates.dll,sha256=wtY1AgIN5XqHLephNqem_OK7WEMI9waYeye-klK7ybM,762272
254
+ aspose/netcore/netcore3.1/System.Security.Principal.Windows.dll,sha256=i_UHK9uoCYQl-x7Ch_yw3saCa6nhP1mBkcHC6OUtBFo,40848
255
+ aspose/netcore/netcore3.1/System.Security.Principal.dll,sha256=La6fpS_-ueDLtBpQEd9DY39fyoI7cAkPMU97F9hMs5w,16272
256
+ aspose/netcore/netcore3.1/System.Security.SecureString.dll,sha256=f82FUWS2CmKf2Ax17xpSNp0qMEr0YIy6QvJsrPlSpec,15760
257
+ aspose/netcore/netcore3.1/System.Security.dll,sha256=8ZsCehRL6abC-D_ZUK-GgQyxSwAhIHeHuE72KWlZtoI,18832
258
+ aspose/netcore/netcore3.1/System.ServiceModel.Web.dll,sha256=pMqxw4MN2fDu07Jj6RKyqpZJPl8z-mj-4G1Kq-gWuV0,17312
259
+ aspose/netcore/netcore3.1/System.ServiceProcess.dll,sha256=O43Hm2aW7VRNJmLTt6_UEqog6iqvidM4qr1Pn3rKenI,16288
260
+ aspose/netcore/netcore3.1/System.Text.Encoding.CodePages.dll,sha256=wPx9MKwyLi4PLtDlSYwwTJ-a_UI8M5DIgY-k0bTIAxw,859552
261
+ aspose/netcore/netcore3.1/System.Text.Encoding.Extensions.dll,sha256=j6hNMWAPY9FgrAxa8_9UbTHgZsfcuVgAHzbyJJ1M9iw,16272
262
+ aspose/netcore/netcore3.1/System.Text.Encoding.dll,sha256=ltO9phO6ab4OR4n3c27NcrAafIEdKAsJWI4MWBgbl_Q,16272
263
+ aspose/netcore/netcore3.1/System.Text.Encodings.Web.dll,sha256=gHd9EMgLTjXXxXABIk-RCdGfFJ6NkdzND9fNHLbOQ_M,103328
264
+ aspose/netcore/netcore3.1/System.Text.Json.dll,sha256=R_oY2teoh9vLA8PONIFQwv5xPVF688BciCcS6POLI3A,845728
265
+ aspose/netcore/netcore3.1/System.Text.RegularExpressions.dll,sha256=Ui0Xl9j3sFbH31fIP0Ezn81BfW2esg5TtLKWbbtMJSA,400288
266
+ aspose/netcore/netcore3.1/System.Threading.Channels.dll,sha256=druyEQcEz0ZSI3Rbo9lWXBgvZ5soS5c38L0vAGOMV5o,114080
267
+ aspose/netcore/netcore3.1/System.Threading.Overlapped.dll,sha256=VyGq2MYtL_Bvb71uMNsoVks2v9G40ocpm3U0nJc0azk,17312
268
+ aspose/netcore/netcore3.1/System.Threading.Tasks.Dataflow.dll,sha256=F2OsKSj4m7ImNgW4XhBKqpZUpnfxArSRVtxCLDAo37U,483744
269
+ aspose/netcore/netcore3.1/System.Threading.Tasks.Extensions.dll,sha256=F4zUtyw8LyDEEmB1FyopcGZE8YRG4qEuPYFMBTgzbiE,16280
270
+ aspose/netcore/netcore3.1/System.Threading.Tasks.Parallel.dll,sha256=wWLUJoIHuWl-4zdXQ7EOpHecMghFV8wpdZVfUO8VBLg,109984
271
+ aspose/netcore/netcore3.1/System.Threading.Tasks.dll,sha256=7oKcaHndaZ2DPCCpCMr4auouci3GxzlYTCceXdDaX2E,17304
272
+ aspose/netcore/netcore3.1/System.Threading.Thread.dll,sha256=oXIFKiaEys6qeDvlSPLd60TaRRMhU0vi7bPG64XtvAY,18832
273
+ aspose/netcore/netcore3.1/System.Threading.ThreadPool.dll,sha256=-HlgylZ9gUMPiiJQfkAramNvz0WKb3_iShN7HPw2LQg,15760
274
+ aspose/netcore/netcore3.1/System.Threading.Timer.dll,sha256=9C1r19IRVQckQ0OsmlKGWIuQBL062PkNnhSV1XE8gKk,15776
275
+ aspose/netcore/netcore3.1/System.Threading.dll,sha256=syLzyrxbvxORmXqXS9IuHuRxcd7YWHvRauqFFlszZgk,79248
276
+ aspose/netcore/netcore3.1/System.Transactions.Local.dll,sha256=qJ9dU7wj2IAaJbgmhpf04nZF4fbCj3qPLdRXWtxcr6Y,351632
277
+ aspose/netcore/netcore3.1/System.Transactions.dll,sha256=fhpGyGUt3VMvP7JiNkW8f1_inhdsJ9Ene-oqnRGzMHQ,17312
278
+ aspose/netcore/netcore3.1/System.ValueTuple.dll,sha256=uh6_05w8bHGa_hOFJoL2PCDNqG2rIvbk5LYZDy87jv0,15760
279
+ aspose/netcore/netcore3.1/System.Web.HttpUtility.dll,sha256=vMse0JTqKXvXPefaQBd52QMMSawZGZrdTiiX2tMfx6U,46992
280
+ aspose/netcore/netcore3.1/System.Web.dll,sha256=StVMZdX_BoKIKgRl6GpegayTFWSyXidYQC5a1k4K3u8,15768
281
+ aspose/netcore/netcore3.1/System.Windows.dll,sha256=p5rrSwBhmm9NHA_XF7eYwyesuLfksZsDat4sN9-pcdI,16288
282
+ aspose/netcore/netcore3.1/System.Xml.Linq.dll,sha256=oZsxvD3MxgwK8-Frq_nlKculbcaBgf922Qdr5HpqwDQ,16272
283
+ aspose/netcore/netcore3.1/System.Xml.ReaderWriter.dll,sha256=fSJj8qI6h2oYetH8IIVMTTYc-fel5JQ_iAbptU5IbBk,23456
284
+ aspose/netcore/netcore3.1/System.Xml.Serialization.dll,sha256=r9KhosZDliqI8m5R7qXxtxrH7o7l7296uZdZ7VgNekQ,16784
285
+ aspose/netcore/netcore3.1/System.Xml.XDocument.dll,sha256=Q2NOGuMbqQacfGT8_7WJZhe-m26H1k3Uxby443MndPI,16288
286
+ aspose/netcore/netcore3.1/System.Xml.XPath.XDocument.dll,sha256=zkroAfsLveEnlsUKWufd2EHALDbgbpt7qHTcGJTtlSQ,17824
287
+ aspose/netcore/netcore3.1/System.Xml.XPath.dll,sha256=hiLwCxnqdMfnj-F8yNCe1ZUh_I98gRnClXzjj4_ar4I,16280
288
+ aspose/netcore/netcore3.1/System.Xml.XmlDocument.dll,sha256=2vLhE-Tfu5f4F3iApjXPPuV8cE-ZwlFaQB398wPvu1o,16800
289
+ aspose/netcore/netcore3.1/System.Xml.XmlSerializer.dll,sha256=Einpkmg6V0CmUlQ33AyvYS6HiOphVFCZ2fRkTO6aYuo,18832
290
+ aspose/netcore/netcore3.1/System.Xml.dll,sha256=rsyeuH_fTZkZMidPn3i_G-uivmGusZVJ1WFPQ1hX97I,25496
291
+ aspose/netcore/netcore3.1/System.dll,sha256=ZaLh0gcp6oxN-iRqt_y1TwN_29Qcdly9nowdTi0S_AM,55712
292
+ aspose/netcore/netcore3.1/WindowsBase.dll,sha256=rjF_nusGd_tqWmcHk8lIYReduuoVxbUF6Dfu8prgXfc,16800
293
+ aspose/netcore/netcore3.1/libaspose.embed.coreclrwrap.dylib,sha256=P5iX07wMr0iVe44PD9e7j1cMh3kim3U-uCxunlWXZPM,33616
294
+ aspose/netcore/netcore3.1/libclrjit.dylib,sha256=mP0xvucVw1JoNJz9FSo1N1dUHwlPtkuFqttEZCIkR2E,2638288
295
+ aspose/netcore/netcore3.1/libcoreclr.dylib,sha256=c6wvj3YtgQJUxnV9NSWwwMZlvAWaDrKJsznD6vcg5xw,6770440
296
+ aspose/netcore/netcore3.1/libdbgshim.dylib,sha256=DV1Gq2ELQvJYY04pFECsQycRdaR6On8WqysOsAgfK-U,756760
297
+ aspose/netcore/netcore3.1/libhostfxr.dylib,sha256=5Jm8snvBAGzuVWOY6P-eZ98cWevjZh1Erer-vON1TwA,351688
298
+ aspose/netcore/netcore3.1/libhostpolicy.dylib,sha256=2FVADqPr78NHWcvVA9CJh9ls4qz-ZKfV2OfzjSBhAJg,305128
299
+ aspose/netcore/netcore3.1/libmscordaccore.dylib,sha256=v13-2i6dlfm7V8veGmK_2Q3cbLvo5PBzeDV86Zc-jIk,2608232
300
+ aspose/netcore/netcore3.1/libmscordbi.dylib,sha256=tHkJT-g_Mj8FbRoTibogxc5tBetp_Gi0m6NxSXYs-28,1946352
301
+ aspose/netcore/netcore3.1/mscorlib.dll,sha256=YP6pmoLehnlX4pNqrPI3NrljMuWtPhlG5NLyAb7KCCs,58256
302
+ aspose/netcore/netcore3.1/netstandard.dll,sha256=kwxfD2sYJN2O_U-Op56BP2zmJ61SVvxt6KSBn00YyHU,115616
303
+ aspose/pycore/__init__.pyi,sha256=DwF_lRConjJISAX_tu4dOn9tBfLKoPK4pWMxXX7WdYg,2156
304
+ aspose/pycore/__pyinstaller/__init__.pyi,sha256=micugwtjBQx5QHPQ3sjszDmdDrh_j6WEf2rIgmQEQtg,30
305
+ aspose/pycore/__pyinstaller/hook-aspose.pycore.py,sha256=VLo_Wlx9hJZp_JLmplrs9_BrRL8E8d8q5bEuWxitzMM,337
306
+ aspose/pydrawing/__init__.pyi,sha256=m1gNKyNjs7AAirNANAXD4Pp6USsE77y4cXIudmqePW8,257
307
+ aspose/pydrawing/__pyinstaller/__init__.pyi,sha256=micugwtjBQx5QHPQ3sjszDmdDrh_j6WEf2rIgmQEQtg,30
308
+ aspose/pydrawing/__pyinstaller/hook-aspose.pydrawing.py,sha256=yzJK128X_7gHGQon2ZrLqs8SkXSGqIrM7PjOLS6biTg,289
309
+ aspose/pygc/__init__.pyi,sha256=m1gNKyNjs7AAirNANAXD4Pp6USsE77y4cXIudmqePW8,257
310
+ aspose/pygc/__pyinstaller/__init__.pyi,sha256=micugwtjBQx5QHPQ3sjszDmdDrh_j6WEf2rIgmQEQtg,30
311
+ aspose/pygc/__pyinstaller/hook-aspose.pygc.py,sha256=6R0gEknOsHoQBZRHzyvgD4-PU30yTMrydzilqYWGciU,241
312
+ aspose/pyreflection/__init__.pyi,sha256=m1gNKyNjs7AAirNANAXD4Pp6USsE77y4cXIudmqePW8,257
313
+ aspose/pyreflection/__pyinstaller/__init__.pyi,sha256=micugwtjBQx5QHPQ3sjszDmdDrh_j6WEf2rIgmQEQtg,30
314
+ aspose/pyreflection/__pyinstaller/hook-aspose.pyreflection.py,sha256=KhNCbh91nfinnu94UllN04QVKgzGfhV8briC6xbCK9o,272
315
+ aspose_html_net-25.9.0.dist-info/METADATA,sha256=Mu9-WlROMfaqVxJuogbRU7GaqSQpihn3FtH_E3YDnvU,14009
316
+ aspose_html_net-25.9.0.dist-info/WHEEL,sha256=kPeIVtFM3EGQToYqwp8MiTt9IXjZT2R_3ArPZeSiDKs,108
317
+ aspose_html_net-25.9.0.dist-info/entry_points.txt,sha256=0CrIZP8XkGeYjPqaxjMuSDMrNZFHB58GmXeHz88ela8,66
318
+ aspose_html_net-25.9.0.dist-info/top_level.txt,sha256=oaVLKmiUSo0u7EtpqKJ11ARBx8ZWhYuUXJdy-lByYWg,7
319
+ aspose_html_net-25.9.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: bdist_wheel (0.45.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-macosx_10_14_x86_64
5
+
@@ -0,0 +1,2 @@
1
+ [pyinstaller40]
2
+ hook-dirs = aspose.html:get_pyinstaller_hook_dirs
@@ -0,0 +1 @@
1
+ aspose