python library to manipulate PALM documents ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Francesco Bochicchio

    python library to manipulate PALM documents ?

    Hi all,

    anybody knows a python equivalent of the perl PALM::Doc module (and
    eventually other PALM::).

    I have a e-book device wich reads mobi-pocket format (among others). I
    have downloaded from a forum a set of perl scripts to convert HTML to
    unencripted mobipocket format and vice-versa. It uses the PALM:: package.
    I would attempt (for my convenience and for the fun of it) to make a
    python equivalent of that. Hence my quest for a Palm::Doc equivalent.

    My googling up to now resulted in nothing relevant. Keeping searching ...

    Ciao
    -----
    FB
  • Guilherme Polo

    #2
    Re: python library to manipulate PALM documents ?

    24 Mar 2008 13:36:13 GMT, Francesco Bochicchio <bockman@virgil io.it>:
    Hi all,
    >
    anybody knows a python equivalent of the perl PALM::Doc module (and
    eventually other PALM::).
    >
    I have a e-book device wich reads mobi-pocket format (among others). I
    have downloaded from a forum a set of perl scripts to convert HTML to
    unencripted mobipocket format and vice-versa. It uses the PALM:: package.
    I would attempt (for my convenience and for the fun of it) to make a
    python equivalent of that. Hence my quest for a Palm::Doc equivalent.
    >
    I'm not sure if it is what you are after, but it seems to be, check this:

    My googling up to now resulted in nothing relevant. Keeping searching ...
    >
    Ciao
    -----
    FB
    >
    --

    >

    --
    -- Guilherme H. Polo Goncalves

    Comment

    • Francesco Bochicchio

      #3
      Re: python library to manipulate PALM documents ?

      Il Mon, 24 Mar 2008 12:08:59 -0300, Guilherme Polo ha scritto:
      24 Mar 2008 13:36:13 GMT, Francesco Bochicchio <bockman@virgil io.it>:
      >Hi all,
      >>
      > anybody knows a python equivalent of the perl PALM::Doc module (and
      > eventually other PALM::).
      >>
      > I have a e-book device wich reads mobi-pocket format (among others). I
      > have downloaded from a forum a set of perl scripts to convert HTML to
      > unencripted mobipocket format and vice-versa. It uses the PALM::
      > package. I would attempt (for my convenience and for the fun of it) to
      > make a python equivalent of that. Hence my quest for a Palm::Doc
      > equivalent.
      >>
      >>
      I'm not sure if it is what you are after, but it seems to be, check
      this: http://pypi.python.org/pypi/PalmDB/1.8.1
      >
      It could be. I read that mobipocket files may have extension .prc.

      Ciao
      ----
      FB

      Comment

      Working...