SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python3-premailer rpm build for : OpenSuSE. For other distributions click python3-premailer.

Name : python3-premailer
Version : 3.0.1 Vendor : obs://build_opensuse_org/home:frispete
Release : 2.3 Date : 2017-03-08 00:38:16
Group : Development/Languages/Python Source RPM : python3-premailer-3.0.1-2.3.src.rpm
Size : 0.08 MB
Packager : (none)
Summary : Turns CSS blocks into style attributes
Description :
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

< html>
< style type=\"text/css\">
h1 { border:1px solid black }
p { color:red;}
< /style>
< h1 style=\"font-weight:bolder\">Peter< /h1>
< p>Hej< /p>
< /html>

You want this:

.. code:: html

< html>
< h1 style=\"font-weight:bolder; border:1px solid black\">Peter< /h1>
< p style=\"color:red\">Hej< /p>
< /html>

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.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/frispete:/python3/SLE_12_SP1/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
python3-premailer

Requires :
python(abi) = 3.4
rpmlib(CompressedFileNames) <= 3.0.4-1
python3-cssselect
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
python3-cssutils
rpmlib(PayloadIsLzma) <= 4.4.6-1
python3-requests
python3-lxml


Content of RPM :
/usr/lib/python3.4/site-packages/premailer
/usr/lib/python3.4/site-packages/premailer-3.0.1-py3.4.egg-info
/usr/lib/python3.4/site-packages/premailer-3.0.1-py3.4.egg-info/PKG-INFO
/usr/lib/python3.4/site-packages/premailer-3.0.1-py3.4.egg-info/SOURCES.txt
/usr/lib/python3.4/site-packages/premailer-3.0.1-py3.4.egg-info/dependency_links.txt
/usr/lib/python3.4/site-packages/premailer-3.0.1-py3.4.egg-info/not-zip-safe
/usr/lib/python3.4/site-packages/premailer-3.0.1-py3.4.egg-info/requires.txt
/usr/lib/python3.4/site-packages/premailer-3.0.1-py3.4.egg-info/top_level.txt
/usr/lib/python3.4/site-packages/premailer/__init__.py
/usr/lib/python3.4/site-packages/premailer/__main__.py
/usr/lib/python3.4/site-packages/premailer/__pycache__
/usr/lib/python3.4/site-packages/premailer/__pycache__/__init__.cpython-34.pyc
/usr/lib/python3.4/site-packages/premailer/__pycache__/__main__.cpython-34.pyc
/usr/lib/python3.4/site-packages/premailer/__pycache__/cache.cpython-34.pyc
/usr/lib/python3.4/site-packages/premailer/__pycache__/merge_style.cpython-34.pyc
/usr/lib/python3.4/site-packages/premailer/__pycache__/premailer.cpython-34.pyc
/usr/lib/python3.4/site-packages/premailer/cache.py
/usr/lib/python3.4/site-packages/premailer/merge_style.py
/usr/lib/python3.4/site-packages/premailer/premailer.py
/usr/share/doc/packages/python3-premailer
/usr/share/doc/packages/python3-premailer/LICENSE
/usr/share/doc/packages/python3-premailer/README.rst

 
ICM