Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Aeroo Library is a templating library which provides a way to easily output several
kinds of files (odt, ods). Support for more filetypes can be easily added by
creating plugins for them.

Aeroo Library also provides a report repository allowing you to link python objects
and report together, find reports by mimetype/name/python object.

Install with "python setup.py build && python setup.py install".

Debian users can build .deb package with:
dpkg-buildpackage


5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
python-aeroolib (1.0) unstable; urgency=low

* Initial release

-- Luca Vercelli <luca.vercelli.to@gmail.com> Thu, 17 Sep 2015 21:42:00 +0200
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
34 changes: 34 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Source: python-aeroolib
Section: python
Priority: optional
Maintainer: Luca Vercelli <luca.vercelli.to@gmail.com>
Uploaders:
Build-Depends: debhelper (>= 9.0), python, rsync
X-Python-Version: 2.7
Standards-Version: 3.9.5.0
Homepage: http://www.alistek.com/
Vcs-Git: https://github.com/aeroo/aeroolib

Package: python-aeroolib
Architecture: all
Depends:
${misc:Depends},
python,
python-lxml,
python-genshi,
python-cairo,
python-cups,
libreoffice-script-provider-python,
libreoffice-base|openoffice.org-base,
Recommends:
aeroo-docs
Description: Python library for Aeroo Reports
Aeroo Library is a templating library which provides a way to easily
output several kinds of files (odt, ods). Support for more filetypes
can be easily added by creating plugins for them.
.
Aeroo Library also provides a report repository allowing you to link
python objects and report together, find reports by mimetype/name/python
object.
.
This package only contains low-level python libraries.
19 changes: 19 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Contact:

Files: *
Copyright: (C) 2010 Alistek Ltd. (http://www.alistek.com)
License: AGPL-3+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

5 changes: 5 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/make -f
# vim:noet:

%:
dh ${@} -Spython_distutils