Code Monkey home page Code Monkey logo

Comments (3)

nneonneo avatar nneonneo commented on July 17, 2024

So far we haven't considered OpenXML mostly because the fundamental format is .zip, and we don't really have an architecture to scan the metadata of container formats (same way we don't currently support metadata in contents of filesystems, for example).

I think this is part of a longer discussion on how general we want hachoir to be. Right now the entire project is geared towards binary formats (with basically the sole exception of PDF, which is a hybrid text/binary format), whereas parsing OpenXML involves basically adapting to supporting text formats too. It's not impossible but it really changes some of the architecture. @Haypo could probably comment more on this.

from hachoir.

vstinner avatar vstinner commented on July 17, 2024

I'm not sure that supporting any file format fits well into Hachoir design.

I suggest to write a new project on top of Hachoir which would try Hachoir for binary files, or use other parsers for other file formats. I'm sure that PDF, OpenXML, etc. have good Python modules. I don't want to add such dependencies to Hachoir. Hachoir is more written as a standalone library.

from hachoir.

vstinner avatar vstinner commented on July 17, 2024

Hachoir is basically unmaintained, so I prefer to be more explicit and close this feature request. http://unmaintained.tech/

If you want a feature, you have to implement it ;-)

from hachoir.

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.