Port variant | v13 |
Summary | Turns CSS blocks into style attributes (3.13) |
BROKEN | |
Package version | 3.10.0 |
Homepage | https://github.com/peterbe/premailer |
Keywords | python |
Maintainer | Python Automaton |
License | Not yet specified |
Other variants | v12 |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 11 NOV 2024, 23:28:05 UTC |
Port created | 21 APR 2020, 22:22:44 UTC |
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 PeterHej You want this: .. code:: htmlPeterHej 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 ... ... """))PeterHej |
Build (only) |
python313:dev:std python-pip:single:v13 autoselect-python:single:std |
Build and Runtime | python313:primary:std |
Runtime (only) |
python-lxml:single:v13 python-cssselect:single:v13 python-cssutils:single:v13 python-requests:single:v13 python-cachetools:single:v13 |
main | mirror://PYPIWHL/b1/07/4e8d94f94c7d41ca5ddf8a9695ad87b888104e2fd41a35546c1dc9ca74ac |
No other ports depend on this one. |