zaz/doc/source/main/intro.rst

29 lines
484 B
ReStructuredText
Raw Normal View History

2021-02-04 22:42:11 -06:00
Introduction
============
2021-02-04 22:53:14 -06:00
Overview
--------
2021-02-04 22:49:23 -06:00
ZAZ is a script for rapid develop extensions and macros for `LibreOffice`_, in
2021-02-04 22:42:11 -06:00
`Python`_ of course.
2021-02-04 22:49:23 -06:00
With ZAZ, you can create:
* Extensions for final user
* New components for used from Basic
* AddIn, new functions for Calc
2021-02-04 22:42:11 -06:00
2021-02-04 22:53:14 -06:00
Requirements
------------
* Python 3.6+
* LibreOffice with support for macros Python
* LibreOffice SDK, for new components and Add-In
2021-02-04 22:42:11 -06:00
.. _LibreOffice: https://libreoffice.org
.. _Python: https://python.org