asphalt-templating

View on PyPIReverse Dependencies (1)

4.0.0 asphalt_templating-4.0.0-py3-none-any.whl

Wheel Details

Project: asphalt-templating
Version: 4.0.0
Filename: asphalt_templating-4.0.0-py3-none-any.whl
Download: [link]
Size: 12639
MD5: 1b58a8f9e708f792e778c59a9936e607
SHA256: ae6074cfba8f50142bfdf37b090594de71c8ccffde1cc28c5c564a78b5afce61
Uploaded: 2022-11-20 13:14:54 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: asphalt-templating
Version: 4.0.0
Summary: Templating component for the Asphalt framework
Author-Email: Alex Grönholm <alex.gronholm[at]nextday.fi>
Project-Url: Homepage, https://github.com/asphalt-framework/asphalt-templating
License: Apache License 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Text Processing :: General
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Requires-Dist: asphalt (~=4.8)
Requires-Dist: Django (>=1.9.0); extra == "django"
Requires-Dist: asphalt-templating[django,jinja2,mako,tornado]; extra == "doc"
Requires-Dist: Sphinx (>=1.5); extra == "doc"
Requires-Dist: sphinx-rtd-theme; extra == "doc"
Requires-Dist: sphinx-autodoc-typehints (>=1.0.5); extra == "doc"
Requires-Dist: sphinxcontrib-asyncio (>=0.2.0); extra == "doc"
Requires-Dist: Jinja2 (>=2.7.3); extra == "jinja2"
Requires-Dist: Mako (>=1.0.1); extra == "mako"
Requires-Dist: asphalt-templating[django,jinja2,mako,tornado]; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-asyncio; extra == "test"
Requires-Dist: tornado (>=4.3.0); extra == "tornado"
Provides-Extra: django
Provides-Extra: doc
Provides-Extra: jinja2
Provides-Extra: mako
Provides-Extra: test
Provides-Extra: tornado
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 1214 characters]

WHEEL

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

RECORD

Path Digest Size
asphalt/templating/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
asphalt/templating/api.py sha256=sj721BEpTmN_C2-gTcwKyuaLmXT1Zm3BJyPuQDZ8mHY 916
asphalt/templating/component.py sha256=BahQUU45n9Zsp3hjiv5M1OTQl-P9B_UUko3yzC_dGOo 1450
asphalt/templating/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
asphalt/templating/utils.py sha256=O3Qo9KpZZwO4qx8i97uoHm6GmHERBJ4mocvL_JSSI00 1112
asphalt/templating/renderers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
asphalt/templating/renderers/django.py sha256=bJ5v_Loc5fBzrLcVBPpurCpp608yoZDAEER5CW0GZdk 1916
asphalt/templating/renderers/jinja2.py sha256=TWnk0EuKuVezWZQPiR23guXP1XytvDAcnFUE-Y1QiUM 2078
asphalt/templating/renderers/mako.py sha256=YjCFLhITcGZa8iYNNNJj3-ehCqBlcq6a79sDFFeCdm0 2148
asphalt/templating/renderers/tornado.py sha256=0YJS85ANsN4jwy2lkIPmw6pj6to9MRwTn7rCtrBqifY 1605
asphalt_templating-4.0.0.dist-info/LICENSE sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA 11358
asphalt_templating-4.0.0.dist-info/METADATA sha256=NCcGIYOZonA3SyLNDEkSPHMaDFhK_qTbbwGWpfdkU9Q 3019
asphalt_templating-4.0.0.dist-info/WHEEL sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo 92
asphalt_templating-4.0.0.dist-info/entry_points.txt sha256=VkMC3tfwcs-PHMXHqFF-CxpvzJBgjKMimEiIB06FSFI 352
asphalt_templating-4.0.0.dist-info/top_level.txt sha256=R-2hwgwPRuCBIBZvElxlXTU7XZdVGgdOGf_8pMfkK1w 8
asphalt_templating-4.0.0.dist-info/RECORD

top_level.txt

asphalt

entry_points.txt

templating = asphalt.templating.component:TemplatingComponent
django = asphalt.templating.renderers.django:DjangoRenderer
jinja2 = asphalt.templating.renderers.jinja2:Jinja2Renderer
mako = asphalt.templating.renderers.mako:MakoRenderer
tornado = asphalt.templating.renderers.tornado:TornadoRenderer