python-premailer
Port variant py38
Summary Turns CSS blocks into style attributes (PY38)
Package version 3.10.0
Homepage https://github.com/peterbe/premailer
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants py39
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 09 AUG 2021, 02:58:05 UTC
Port created 21 APR 2020, 22:22:44 UTC
Subpackage Descriptions
single premailer ========= Looking for sponsors -------------------- This project is actively looking for corporate sponsorship. If you want to help making this an active project consider [pinging Peter] and we can talk about putting up logos and links to your company. Python versions --------------- Our `tox.ini `__ makes sure premailer works in: - Python 3.4 - Python 3.5 - Python 3.6 - Python 3.7 - Python 3.8 - PyPy Turns CSS blocks into style attributes -------------------------------------- When you send HTML emails you can't use style tags but instead you have to put inline style attributes on every element. So from this: .. code:: html

Peter

Hej

You want this: .. code:: html

Peter

Hej

premailer does this. It parses an HTML page, looks up style blocks and parses the CSS. It then uses the ``lxml.html`` parser to modify the DOM tree of the page accordingly. Warning! By default, premailer will attempt to download any external stylesheets by URL over the Internet. If you want to prevent this you can use the ``allow_network=False`` option. Getting started --------------- If you haven't already done so, install premailer first: :: $ pip install premailer Next, the most basic use is to use the shortcut function, like this: .. code:: python >>> from premailer import transform >>> print(transform(""" ... ... ... ...

Peter

...

Hej

... ... """))

Peter

Hej

Configuration Switches (platform-specific settings discarded)
PY38 ON Build using Python 3.8 PY39 OFF Build using Python 3.9
Package Dependencies by Type
Build (only) python-pip:single:py38
autoselect-python:single:standard
Build and Runtime python38:single:standard
Runtime (only) python-lxml:single:py38
python-cssselect:single:py38
python-cssutils:single:py38
python-requests:single:py38
python-cachetools:single:py38
Download groups
main mirror://PYPIWHL/b1/07/4e8d94f94c7d41ca5ddf8a9695ad87b888104e2fd41a35546c1dc9ca74ac
Distribution File Information
021b8196364d7df96d04f9ade51b794d0b77bcc19e998321c515633a2273be1a 19544 premailer-3.10.0-py2.py3-none-any.whl
Ports that require python-premailer:py38
No other ports depend on this one.