markdown-customblocks

View on PyPIReverse Dependencies (3)

1.4.1 markdown_customblocks-1.4.1-py3-none-any.whl

Wheel Details

Project: markdown-customblocks
Version: 1.4.1
Filename: markdown_customblocks-1.4.1-py3-none-any.whl
Download: [link]
Size: 39798
MD5: 396cf5028e5e09b4ee592284ba23eaed
SHA256: 4a526a19513f60f66014bf5fb44d9964cae7cfd333b97a504bd5734c97e0176b
Uploaded: 2022-12-08 12:12:56 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: markdown-customblocks
Version: 1.4.1
Summary: Python Markdown extension to add custom parametrizable and nestable blocks
Author: David García Garzón
Author-Email: voki[at]canvoki.net
Home-Page: https://vokimon.github.io/markdown-customblocks
Project-Url: Documentation, https://vokimon.github.io/markdown-customblocks
Project-Url: Code, https://github.com/vokimon/markdown-customblocks
Keywords: markdown extension customblocks admonitions container figure map youtube vimeo twitter facebook instagram verkami goteo mastodon wikipedia peertube
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Text Processing :: Markup :: HTML
Requires-Python: >=2.7
Requires-Dist: markdown
Requires-Dist: yamlns (>=0.11)
Requires-Dist: beautifulsoup4
Requires-Dist: decorator
Requires-Dist: pytest
Requires-Dist: responses
Requires-Dist: geocoder
Requires-Dist: mkdocs
Requires-Dist: mkdocs-material
Requires-Dist: urllib3 (<2)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 9000 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.38.4)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
customblocks/__init__.py sha256=_R3hTSU9epRpL87RSdHkHFx6iI-Xlsoc8fpAM8tpPjA 28
customblocks/customblocks.py sha256=klaW38EZtKing0yAbtAtyFLgKGGxIOPd7IcJsDlw2rw 8365
customblocks/customblocks_test.py sha256=gLNmLtkd80EfUq6n_Ft-d0l5V4UlbeoA-keVOps24Dg 25794
customblocks/generators.py sha256=QNMj_7eXUbSrAcjeBsQm0V5HmquAoS5xJXHj7If3sEo 10539
customblocks/generators_test.py sha256=BnDlgDKT828zm1Gl33Bm10hI8z30BgAfxvC5xPX5bm8 27709
customblocks/utils/__init__.py sha256=T7amcg8LIXW1NhW3Z9yke9fZbt2vU3kNfK7lxyKlhnk 97
customblocks/utils/fetcher.py sha256=wDMZhcXfz-4OjrDgeTbxmvunp_7V8gnoHx-oUa3qqb4 2198
customblocks/utils/fetcher_test.py sha256=AizVdY_iPV-8-v5D6zc34uWKwQLWlksVJMZJwg1Ps60 14884
customblocks/utils/hyperscript.py sha256=EMyUEy-2O-cjaLV9-mE0HcpLb-iA55rdltQRf4vtjp4 2259
customblocks/utils/hyperscript_test.py sha256=xP4feGXHHOQFd3MqlAMqbj1YJ55_MQqVSijvf5eY8tM 5451
customblocks/utils/pageinfo.py sha256=d2Ta-zyGl6IW05NZC6gSsxTpRkWlx4uEQyMg2Hroi5I 3346
customblocks/utils/pageinfo_test.py sha256=sWgHhcaD_sJRfs5B22FCcGRMUJFwFHM-UePe3HlJIO4 12503
markdown_customblocks-1.4.1.dist-info/LICENSE sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8 34523
markdown_customblocks-1.4.1.dist-info/METADATA sha256=40srrZhLY2i95xecytGoooecOR0FVR2sb6StelymXRk 10978
markdown_customblocks-1.4.1.dist-info/WHEEL sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo 92
markdown_customblocks-1.4.1.dist-info/entry_points.txt sha256=S6ioIpWhPmJoEZXwQDBolL6IfxeEm9cFEi4lfsUS_A8 1048
markdown_customblocks-1.4.1.dist-info/top_level.txt sha256=XW6bkeJ0Oc7eLDhIcBy4hmt5pJktxsSi4MSBOv-vVic 13
markdown_customblocks-1.4.1.dist-info/RECORD

top_level.txt

customblocks

entry_points.txt

attention = customblocks.generators:admonition
caution = customblocks.generators:admonition
danger = customblocks.generators:admonition
error = customblocks.generators:admonition
facebook = customblocks.generators:facebook
figure = customblocks.generators:figure
goteo = customblocks.generators:goteo
hint = customblocks.generators:admonition
important = customblocks.generators:admonition
instagram = customblocks.generators:instagram
linkcard = customblocks.generators:linkcard
map = customblocks.generators:map
mastodon = customblocks.generators:mastodon
note = customblocks.generators:admonition
peertube = customblocks.generators:peertube
tip = customblocks.generators:admonition
twitter = customblocks.generators:twitter
verkami = customblocks.generators:verkami
vimeo = customblocks.generators:vimeo
warning = customblocks.generators:admonition
wikipedia = customblocks.generators:wikipedia
youtube = customblocks.generators:youtube
customblocks = customblocks:CustomBlocksExtension