SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python-py3o-template rpm build for : openSUSE Leap 42. For other distributions click python-py3o-template.

Name : python-py3o-template
Version : 0.8 Vendor : obs://build_opensuse_org/home:appleonkel
Release : 1.2 Date : 2016-10-10 15:22:25
Group : Development/Languages/Python Source RPM : python-py3o-template-0.8-1.2.src.rpm
Size : 0.07 MB
Packager : (none)
Summary : An easy solution to design reports using OpenOffice
Description :
Introduction
============

py3o is an elegant and scalable solution to design
reports using LibreOffice or OpenOffice.
py3o.template is the templating component that takes care of
merging your data sets with a corresponding templated OpenOffice document.

It is plateform independent and does not require LibreOffice/OpenOffice itself
to generate an ODF file.

If you want to generate a PDF or any other support output format you will then
need to have a server with either LibreOffice or OpenOffice and to install
the `py3o.renderserver`_ on it. We also provide a docker image on
the `docker hub`_

If you want to have templating fusion & document conversion in one
single web service usable from any language with just HTTP/POST you can install
`py3o.fusion`_ server. Which also exists as a `docker image`_

Python 3 support
================

py3o.fusion is python3 ready. But, yes there is a but... alas!, you\'ll need
to install a trunk version of Genshi::

$ # activate your python env...
$ svn checkout http://svn.edgewall.org/repos/genshi/trunk genshi_trunk
$ cd genshi_trunk
$ python setup.py build
$ python setup.py install

We tested this with revision 1271.
When genshi 0.8 is released we can officially say we support Python3 out of
the box.

Full Documentation
==================

We `provide a documentation`_ for this package. If anything is not correctly
explained, please! create a ticket `in our ticketing system`_

Example Usage
=============

Below is an example that you can find in the source tarball inside the examples
directory.

::

from py3o.template import Template

t = Template(\"py3o_example_template.odt\", \"py3o_example_output.odt\")

t.set_image_path(\'logo\', \'images/new_logo.png\')


class Item(object):
pass

items = list()

item1 = Item()
item1.val1 = \'Item1 Value1\'
item1.val2 = \'Item1 Value2\'
item1.val3 = \'Item1 Value3\'
item1.Currency = \'EUR\'
item1.Amount = \'12345.35\'
item1.InvoiceRef = \'#1234\'
items.append(item1)

for i in xrange(1000):
item = Item()
item.val1 = \'Item%s Value1\' % i
item.val2 = \'Item%s Value2\' % i
item.val3 = \'Item%s Value3\' % i
item.Currency = \'EUR\'
item.Amount = \'6666.77\'
item.InvoiceRef = \'Reference #%04d\' % i
items.append(item)

document = Item()
document.total = \'9999999999999.999\'

data = dict(items=items, document=document)
t.render(data)

Changelog
=========

0.8 Nov. 19 2014
~~~~~~~~~~~~~~~~

- Added better unit tests
- Fixed corner cases in the variable introspection mechanism
- Better handling of \"ignore_undefined\" that now also allows undefined images

0.7 Oct. 15 2014
~~~~~~~~~~~~~~~~

- Added Python3 support
- Fixed a problem with validity of output in case the template contains
a text:list inside a for loop
- Added new public methods to help report servers introspect the template
data dictionary
- Added real unit tests (96% coverage ATM, way to go test team!)

Contributors
============

By order of contribution date:

- `Florent Aide`_
- `Emmanuel Cazenave`_
- `jon1012`_
- `Eugene Morozov`_
- `Houzéfa Abbasbay`_
- `Torsten Irländer`_
- `Sergey Fedoseev`_
- `Vincent Lhote-Hatakeyama`_
- `Anael Lorimier`_
- `Björn Ricks`_

.. _Florent Aide: https://bitbucket.org/faide
.. _Emmanuel Cazenave: https://bitbucket.org/cazino
.. _jon1012: https://bitbucket.org/jon1012
.. _Eugene Morozov: https://bitbucket.org/mojo
.. _Houzéfa Abbasbay: https://bitbucket.org/houzefa-abba
.. _Torsten Irländer: https://bitbucket.org/ti
.. _Sergey Fedoseev: https://bitbucket.org/sir_sigurd
.. _Vincent Lhote-Hatakeyama: https://bitbucket.org/vincent_lhote
.. _Anael Lorimier: https://bitbucket.org/alorimier
.. _Björn Ricks: https://bitbucket.org/bjoernricks

.. _py3o.renderserver: https://bitbucket.org/faide/py3o.renderserver/
.. _provide a documentation: http://py3otemplate.readthedocs.org
.. _in our ticketing system: https://bitbucket.org/faide/py3o.template/issues?status=new&status=open
.. _docker hub: https://registry.hub.docker.com/u/xcgd/py3oserver-docker/
.. _py3o.fusion: https://bitbucket.org/faide/py3o.fusion
.. _docker image: https://registry.hub.docker.com/u/xcgd/py3o.fusion

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/appleonkel:/python/openSUSE_Leap_42.1/noarch

Content of RPM  Changelog  Provides Requires

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

Provides :
python-py3o-template

Requires :
python-lxml
rpmlib(CompressedFileNames) <= 3.0.4-1
python(abi) = 2.7
rpmlib(PayloadIsLzma) <= 4.4.6-1
python-six
python-genshi
python-setuptools
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
python-pyjon-utils > 0.6


Content of RPM :
/usr/lib/python2.7/site-packages/py3o
/usr/lib/python2.7/site-packages/py3o.template-0.8-py2.7-nspkg.pth
/usr/lib/python2.7/site-packages/py3o.template-0.8-py2.7.egg-info
/usr/lib/python2.7/site-packages/py3o.template-0.8-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/py3o.template-0.8-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/py3o.template-0.8-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/py3o.template-0.8-py2.7.egg-info/entry_points.txt
/usr/lib/python2.7/site-packages/py3o.template-0.8-py2.7.egg-info/namespace_packages.txt
/usr/lib/python2.7/site-packages/py3o.template-0.8-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/py3o.template-0.8-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/py3o.template-0.8-py2.7.egg-info/zip-safe
/usr/lib/python2.7/site-packages/py3o/template
/usr/lib/python2.7/site-packages/py3o/template/__init__.py
/usr/lib/python2.7/site-packages/py3o/template/__init__.pyc
/usr/lib/python2.7/site-packages/py3o/template/decoder.py
/usr/lib/python2.7/site-packages/py3o/template/decoder.pyc
/usr/lib/python2.7/site-packages/py3o/template/main.py
/usr/lib/python2.7/site-packages/py3o/template/main.pyc
/usr/share/doc/packages/python-py3o-template
/usr/share/doc/packages/python-py3o-template/README.rst

 
ICM