Git Product home page Git Product logo

odfdo's Introduction

odfdo

python library for OpenDocument format (ODF)

logo

odfdo is a Python3 library implementing the ISO/IEC 26300 OpenDocument Format standard.

project: https://github.com/jdum/odfdo

author: [email protected]

licence: Apache License, Version 2.0

odfdo is a derivative work of the lpod-python project.

installation

sudo python setup.py install

after installation you can check everything is working:         cd test && python test.py    

test should run for a few seconds and issue no error.

usage

from odfdo import Document, Paragraph

doc = Document('text')
doc.body.append(Paragraph("Hello world!"))
doc.save("hello.odt")

tl;dr

'Intended Audience :: Developers'

documentation

  • the "recipes" folder contains more than 50 working sample scripts,
  • the "scripts" folder contains some useful scripts (like style management),
  • the "doc" folder contains auto generated documentation.

styles: the best way to apply style is by merging styles from a template document into your generated document. See odfdo-style.py in "scripts" folder.

limitations

odfdo is intended to facilitate the generation of ODF documents, nevertheless a basic knowledge of the ODF format is necessary.

ODF document rendering can vary greatly from software to software. In particular the "styles" of the document allow an adaptation of the rendering for a particular software.

the best (only ?) way to apply style is by merging styles from a template document into your generated document. See odfdo-style.py in "scripts" folder.

changes from former lpod library

lpod-python was written in 2009-2010 as a python2 library, see: https://github.com/lpod/lpod-python

odfdo main changes from lpod:

  • odfdo requires python version >= 3.6
  • API change: more pythonic
  • include recipes
  • use only Apache 2.0 license

odfdo's People

Contributors

jdum avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.