lp:py-odftools

Created by VCS imports and last modified
Get this branch:
bzr branch lp:py-odftools

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
Python ODF Tools
Status:
Development

Import details

Import Status: Invalid

Last successful import was .

Import started on galapagos and finished taking 50 seconds — see the log
Import started on neumayer and finished taking 1 minute — see the log
Import started on pear and finished taking 1 minute — see the log
Import started on neumayer and finished taking 1 minute — see the log

Whiteboard

Project is inactive.

Recent revisions

38. By eric.talevich

Rename odf.py to odfmeta.py to avoid conflict with the library of the same name.

37. By eric.talevich

odftables: started a script for extracting and converting tables to/from odf, csv, sql

36. By eric.talevich

Subclassed components to base class Component; some reorganization and method renaming; foo.tostring() does the right thing

35. By eric.talevich

odf.py: Added echo() for unicode printing to stderr (simplifies warnings in main()); investigated use of encodings

34. By eric.talevich

Cut redundant component methods out of document.py

33. By eric.talevich

Start a class for each of the 5 XML-based document components, throw the files for components into a new subdirectory, chew up everything and make it ugly. HTML export is broken and I don't like the command-line options.

32. By eric.talevich

Replaced minidom with ElementTree for navigating the Document object.

31. By eric.talevich

setup.py: removed the "scripts" line -- this module doesn't really work like that.

This is the version of setup.py used to generate the v0.1.0 installers.

30. By eric.talevich

ADDED:
 - README.txt -- extracted from massive docstring in odf.py
 - setup.py -- for packaging

CHANGED:
 - Moved most documentation to README.txt and out of odf.py; brushed up some docstrings
 - Moved functions out of document.py that aren't needed by that module (and into odf.py, where they are used)

TODO:
 - Fix the damn unit tests for HTML

29. By eric.talevich

Added indentation settings for Vim to Python source files

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers