Metadata-Version: 2.1
Name: officegenerator
Version: 0.2.0
Summary: Python module to read and write LibreOffice and MS Office files
Home-page: https://officegenerator.sourceforge.io/
Author: Turulomio
Author-email: turulomio@yahoo.es
License: GPL-3
Description: Source code & Development:
            https://officegenerator.sourceforge.io
        OfficeGenerator doxygen documentation:
            http://turulomio.users.sourceforge.net/doxygen/officegenerator/
        Web page main developer
            http://turulomio.users.sourceforge.net/
        
        Description
        ===========
        Python module to quickly generate office documents with especific styles
        
        License
        =======
        GPL-3
        
        Dependencies
        ============
          * <a target="_blank" href="https://www.python.org/">Python3</a>, as the main programming language.
          * <a target="_blank" href="https://pypi.org/project/odfpy/">odfpy</a>, to generate LibreOffice documents.
          * <a target="_blank" href="https://pypi.org/project/odfpy/">openpyxl</a>, to generate MS Office XLSX/XLSM  documents.
        
        Usage
        =====
        You can view officegenerator/demo.py to see an example of code
        
        Changelog
        =========
        0.2.0
          * Added officegenerator_demo to view basic examples and code
        0.1.0
          * Basic funcionality
        
        
Keywords: office generator
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
