Metadata-Version: 2.0
Name: PyRTF3
Version: 0.47.4
Summary: PyRTF - Rich Text Format Document Generation
Home-page: https://github.com/xoviat/pyrtf
Author: Mars Galactic
Author-email: xoviat@noreply.users.github.com
License: http://www.gnu.org/licenses/gpl.html
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)
Requires-Dist: PyParsing

# PyRTF - Rich Text Format Document Generation 

For example usage, see the code in the unit tests in the 'test' directory and
its subdirectories. Works on Python 3.

```
pip install pyrtf3
```

github: [xoviat/pyrtf][1]

Finally, image support!!!  Handles PNGs and JPGs.

To run all tests:

```
python test/test_all.py
python test/test_doctests.py
```

Original Author: Simon Cusack, scusack@sourceforge.net


[1]: https;//github.com/xoviat/pyrtf

