forked from korylprince/PyRTF3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PKG-INFO
49 lines (33 loc) · 2.73 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Metadata-Version: 1.1
Name: PyRTF3
Version: 0.47.5
Summary: PyRTF - Rich Text Format Document Generation
Home-page: https://github.com/xoviat/pyrtf
Author: Mars Galactic
Author-email: [email protected]
License: http://www.gnu.org/licenses/gpl.html
Description: # PyRTF - Rich Text Format Document Generation
[![build status][1]][2]
PyRTF is a set of python classes that make it possible to produce RTF documents from python programs. The library has no external dependancies and in my own testing has proved reliable and fast. Three examples are included in the release that demonstrate some of the features of the library, I'll be adding to these when I can.
PyRTF has been tested on the following OS's; W2K, WinXP, GNU/Linux, OpenBSD, FreeBSD and on the following Word Processors; OpenOffice, Word95, Word97, Word2000, WordXP and MacWord (not sure which version).
## Features
### Styles
A standard style sheet is provided but custom style sheets can be created which makes it possible to create suites of documents that conform to organisational guidelines.
Styles can be overridden down to almost any level, so the basic structure of the document can rely on the style sheet and only those areas that need to be different can be modified. For example bold, italic, underlining, etc can be applied to only the text items that require it.
### Document Sections
Documents can contain multiple sections, each section can have its own page size, style sheet, header and footer. Headers and footers that apply only to the first page of a section are supported.
### Tables
There is extensive support for tables, almost all of the table features provided by RTF are represented in PyRTF. Tables are built up from earlier building blocks so once you are familiar with the basics, tables are relatively easy to handle.
### Images
PNG and JPG images are supported.
Original Author: Simon Cusack, [email protected]
[1]: https://ci.appveyor.com/api/projects/status/github/xoviat/pyrtf?branch=master&svg=true
[2]: https://ci.appveyor.com/project/xoviat/pyrtf
Keywords: RTF,Rich Text,Rich Text Format,documentation,reports
Platform: Any
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Text Editors :: Text Processing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License (GPL)