python-premailer
Port variant py39
Summary Turns CSS blocks into style attributes (3.9)
Package version 3.10.0
Homepage https://github.com/peterbe/premailer
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants py310
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 20 NOV 2021, 04:14:38 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)
PY310 OFF Build using Python 3.10 PY39 ON Build using Python 3.9
Package Dependencies by Type
Build (only) python-pip:single:py39
autoselect-python:single:standard
Build and Runtime python39:single:standard
Runtime (only) python-lxml:single:py39
python-cssselect:single:py39
python-cssutils:single:py39
python-requests:single:py39
python-cachetools:single:py39
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:py39
No other ports depend on this one.