Metadata-Version: 1.0
Name: oosheet
Version: 0.9.0
Summary: OpenOffice.org Spreadsheet scripting library
Home-page: http://oosheet.hacklab.com.br/
Author: Luis Fagundes
Author-email: lhfagundes@hacklab.com.br
License: The MIT License
Description: 
        oosheet is a module developing OpenOffice.org Spreadsheet automated routines using Python.
        
        Documentation is available at http://oosheet.hacklab.com.br/ or else, you can build it from source like this::
            
            $ easy_install Sphinx
            $ cd docs
            $ make html
        
        then open _build/html/index.html in your web browser.
        
        To run tests, make sure you don't have an instance of OO.org running, and then::
        
            $ python oosheet/tests/run_tests.py
        
        You're supposed to be using a Debian-based GNU/Linux distribution, other environments were not tested, but should work in any GNU/Linux environment.
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Office/Business :: Financial :: Spreadsheet
