Git Product home page Git Product logo

Comments (5)

sorenroug avatar sorenroug commented on August 10, 2024

I wrote this code in 2006 as a thin abstraction layer on top on the XML DOM. At the time the intent was to have something until a more powerful library would be available from e.g. the Document Foundation. The organisation I work for doesn't use this library any longer, so no, there is no proactive maintenance happening.

from odfpy.

yacc143 avatar yacc143 commented on August 10, 2024

But do you plan to merge Pull Requests? E.g. if somebody finds errors/issues and provides a solution? Or do you suggest a fork?

I didn't have the impression that a more powerful library is available for Python for ODF manipulation.

E.g. I find the decision to have many interfaces to expect Element subclasses, while at the same time Text nodes are not Element subclasses to be problematic:

E.g. OpenOffice, depending how you type your text, puts text in text:span elements, or directly into higher elements like text:p, now solve with the existing code the simple exercise: "spit out all text in an ODF" Only possible my recursively walking doc.topnode.

Remove all children from a node? Oops, better have no children that happen to be Text, because it will raise an assert in remove_from_caches (that insists that it can only remove elements from the cache, right, and Text is not a subclass of Element), ...

from odfpy.

buhtz avatar buhtz commented on August 10, 2024

Would be great if all of you could join the "discussion" in #123.

from odfpy.

desmarty avatar desmarty commented on August 10, 2024

Document Foundation

Kindly add @buhtz and @desmarty as maintainer and also allow us to add some more people. Let us maintain the project.

from odfpy.

buhtz avatar buhtz commented on August 10, 2024

Kindly add @buhtz and @desmarty as maintainer

Please see my comment about that.

from odfpy.

Related Issues (20)

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.