Building Project Files

هذا الالتزام موجود في:
ahmedgamalyousef
2025-09-27 23:34:33 +03:00
التزام bb279b263f
1831 ملفات معدلة مع 330295 إضافات و0 حذوفات

عرض الملف

@@ -0,0 +1 @@
pip

عرض الملف

@@ -0,0 +1,57 @@
Metadata-Version: 2.4
Name: mistune
Version: 3.1.4
Summary: A sane and fast Markdown parser with useful plugins and renderers
Author-email: Hsiaoming Yang <me@lepture.com>
License: BSD-3-Clause
Project-URL: Documentation, https://mistune.lepture.com/
Project-URL: Source, https://github.com/lepture/mistune
Project-URL: Donate, https://github.com/sponsors/lepture
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Text Processing :: Markup
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: typing-extensions; python_version < "3.11"
Dynamic: license-file
Mistune v3
==========
A fast yet powerful Python Markdown parser with renderers and plugins.
Overview
--------
Convert Markdown to HTML with ease:
.. code-block:: python
import mistune
mistune.html(your_markdown_text)
Useful Links
------------
1. GitHub: https://github.com/lepture/mistune
2. Docs: https://mistune.lepture.com/
License
-------
Mistune is licensed under BSD. Please see LICENSE for licensing details.

عرض الملف

@@ -0,0 +1,77 @@
mistune-3.1.4.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
mistune-3.1.4.dist-info/METADATA,sha256=DvQKXs7adZ3JFEipAv4MHSeZ8qmFcVo0aNqBMpP2UxI,1807
mistune-3.1.4.dist-info/RECORD,,
mistune-3.1.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
mistune-3.1.4.dist-info/licenses/LICENSE,sha256=U5AT_Y4Z90T4vw4npTK7_1TNaJ7O96gA9Wrl3IJL6HA,1475
mistune-3.1.4.dist-info/top_level.txt,sha256=tjJTM65kAdwKAJ2mA769tnDGYYlfR8pqRsobKjVEfcg,8
mistune/__init__.py,sha256=yUttgD6vLdoddifaeBkwEBKM4xHJ0fGtUEcS7IIQkxA,2938
mistune/__main__.py,sha256=nm_90CryRFxKBzyizu_e4QQl9cp1UP3FUjuJYn1vesg,3207
mistune/__pycache__/__init__.cpython-312.pyc,,
mistune/__pycache__/__main__.cpython-312.pyc,,
mistune/__pycache__/block_parser.cpython-312.pyc,,
mistune/__pycache__/core.cpython-312.pyc,,
mistune/__pycache__/helpers.cpython-312.pyc,,
mistune/__pycache__/inline_parser.cpython-312.pyc,,
mistune/__pycache__/list_parser.cpython-312.pyc,,
mistune/__pycache__/markdown.cpython-312.pyc,,
mistune/__pycache__/toc.cpython-312.pyc,,
mistune/__pycache__/util.cpython-312.pyc,,
mistune/block_parser.py,sha256=zED_3w60J1G4GRdz9uuGKS-Q-CtlSGr8haIvUmRGGWk,16463
mistune/core.py,sha256=TjqZWym7Ti54EcXxD1XRAf4jXbAzZmztYZkmjZLpcDQ,7600
mistune/directives/__init__.py,sha256=qT7tgoezH28ZQXuflmZNl_OtN351khN8U0whfDeuDk4,867
mistune/directives/__pycache__/__init__.cpython-312.pyc,,
mistune/directives/__pycache__/_base.cpython-312.pyc,,
mistune/directives/__pycache__/_fenced.cpython-312.pyc,,
mistune/directives/__pycache__/_rst.cpython-312.pyc,,
mistune/directives/__pycache__/admonition.cpython-312.pyc,,
mistune/directives/__pycache__/image.cpython-312.pyc,,
mistune/directives/__pycache__/include.cpython-312.pyc,,
mistune/directives/__pycache__/toc.cpython-312.pyc,,
mistune/directives/_base.py,sha256=qYYiixJ84YybGLC6K0PVz6Zr3zSk848UggVINND3P0A,4605
mistune/directives/_fenced.py,sha256=R63TFEm5S_ncgvw6RQXMi1zC7XKDM3BQeqG-FUh2jA4,4826
mistune/directives/_rst.py,sha256=0SxpcZ96q7QULnapFfIxY53vkEUsuYV4RqdxuBZQCp8,2282
mistune/directives/admonition.py,sha256=jkR2g0eYpARkJ6pPXqL1dz6kIOZFCHkPUjif955RUhA,2207
mistune/directives/image.py,sha256=KUoVX8_oMsfBTblQXUV6YSe4bZlFjeJSh5wTkQpK_CQ,5324
mistune/directives/include.py,sha256=u43Hd8TgYPOToMwxRBye_sdUpxSx2elQhPw97enQZPI,2343
mistune/directives/toc.py,sha256=xTkUlJmq-FjxdJbCGBEbnlGOGD-ZOUvNVbbAWFDUZ9c,3916
mistune/helpers.py,sha256=7KfjlGy4J0F7DBOk11wO5-mNxspR31YbtmJbLzVXroQ,4358
mistune/inline_parser.py,sha256=9Oj4SXHuedhKRDSLSDN-8BnrAo68oHo_4wemLRqHgzg,12670
mistune/list_parser.py,sha256=RhLYjSNZBo1XRZ4XnnXoisrbnG1I9TGrz2GRnuTy0ZI,7606
mistune/markdown.py,sha256=wG77MH2ZBkO6lpxwO2MCbIW_ysRqhuvOnhs9mpzpEaE,4019
mistune/plugins/__init__.py,sha256=MGKK8a31ylsUBS8Uq5ukSLsN40ZodMpl59BI95UV5jE,1570
mistune/plugins/__pycache__/__init__.cpython-312.pyc,,
mistune/plugins/__pycache__/abbr.cpython-312.pyc,,
mistune/plugins/__pycache__/def_list.cpython-312.pyc,,
mistune/plugins/__pycache__/footnotes.cpython-312.pyc,,
mistune/plugins/__pycache__/formatting.cpython-312.pyc,,
mistune/plugins/__pycache__/math.cpython-312.pyc,,
mistune/plugins/__pycache__/ruby.cpython-312.pyc,,
mistune/plugins/__pycache__/speedup.cpython-312.pyc,,
mistune/plugins/__pycache__/spoiler.cpython-312.pyc,,
mistune/plugins/__pycache__/table.cpython-312.pyc,,
mistune/plugins/__pycache__/task_lists.cpython-312.pyc,,
mistune/plugins/__pycache__/url.cpython-312.pyc,,
mistune/plugins/abbr.py,sha256=iS4omQnRkUQFOwYDMBtEyCCrbyr1gPBxsr5giFOR39E,3304
mistune/plugins/def_list.py,sha256=j6c_j2J01ejlwCKwX2kQtUVQWtNiicUZZHkp00mi0KU,4008
mistune/plugins/footnotes.py,sha256=1TmRXMmDqbP-Vbul4ZLNJlXirSnA2dNixwfRiAH4kkQ,4985
mistune/plugins/formatting.py,sha256=zMa1vsSrJlQvUbwnKon6zQSolEkyLFCyyGtk4TnezG8,5435
mistune/plugins/math.py,sha256=8bCEwYPPZU6nr7ObcDAXOhERecDyF0xr18m_znpnPbc,2146
mistune/plugins/ruby.py,sha256=yjCXA7uUIldN45Pm2cnfrtJV1CSXgIjDclm0ZQcpjnU,3282
mistune/plugins/speedup.py,sha256=lHxPdGMK3B0jzFxiyRwzk13xxjOa-EYbp8gBTLACFQU,1418
mistune/plugins/spoiler.py,sha256=fAH6leeBvVGUtcajA7qWkM-IlQOyJhAep-05O-Y-WiM,2823
mistune/plugins/table.py,sha256=xo8-ioD7tR4FEXGAdq_IX4JCZcv2dZ6jKk2SDh2j-Dw,5722
mistune/plugins/task_lists.py,sha256=489qRZIlNj9VWKGkoCKO1adNIpR981iznaGUqiR11vM,2000
mistune/plugins/url.py,sha256=IiexcUWRf5USDBlc8-ECNiCilsMf0frSFmys8wyrez8,800
mistune/py.typed,sha256=durf3Hkenfp95IMLYpv-GcCnbKllxRY51DcmTZJqsB8,181
mistune/renderers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
mistune/renderers/__pycache__/__init__.cpython-312.pyc,,
mistune/renderers/__pycache__/_list.cpython-312.pyc,,
mistune/renderers/__pycache__/html.cpython-312.pyc,,
mistune/renderers/__pycache__/markdown.cpython-312.pyc,,
mistune/renderers/__pycache__/rst.cpython-312.pyc,,
mistune/renderers/_list.py,sha256=65vzfmHJucTcg4MStXwBGIR6ZOhI8H8IWx9hL4ZKws0,2066
mistune/renderers/html.py,sha256=XQoaOAOQbKOz7WH7OoZ3R-AGMgc3zx05nDVg_o23MMg,4926
mistune/renderers/markdown.py,sha256=Kt0qFW_pPlQ1LzSEDLY1xef0q4O1fixcb80ENgznSrE,4962
mistune/renderers/rst.py,sha256=Kgcxi8tDnwvB7qb5GgtKPB5iYOilGMtm9sFLfLAAE60,5523
mistune/toc.py,sha256=U_QqHACE8qEhLCZmUhtijLC36ZvSRuBXXP4GXYJXZcc,3638
mistune/util.py,sha256=zQgXSy3VlNd2izq3Ms4YGTy8uwRDSzFodPeP8giOAcE,1978

عرض الملف

@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: setuptools (80.9.0)
Root-Is-Purelib: true
Tag: py3-none-any

عرض الملف

@@ -0,0 +1,14 @@
Copyright (c) 2014, Hsiaoming Yang
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
* Neither the name of the creator nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

عرض الملف

@@ -0,0 +1 @@
mistune