PKG-INFO 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. Metadata-Version: 1.1
  2. Name: odfpy
  3. Version: 1.4.1
  4. Summary: Python API and tools to manipulate OpenDocument files
  5. Home-page: https://github.com/eea/odfpy
  6. Author: Soren Roug
  7. Author-email: soren.roug@eea.europa.eu
  8. License: UNKNOWN
  9. Description:
  10. Odfpy is a library to read and write OpenDocument v. 1.2 files.
  11. The main focus has been to prevent the programmer from creating invalid
  12. documents. It has checks that raise an exception if the programmer adds
  13. an invalid element, adds an attribute unknown to the grammar, forgets to
  14. add a required attribute or adds text to an element that doesn't allow it.
  15. These checks and the API itself were generated from the RelaxNG
  16. schema, and then hand-edited. Therefore the API is complete and can
  17. handle all ODF constructions.
  18. In addition to the API, there are a few scripts:
  19. - csv2odf - Create OpenDocument spreadsheet from comma separated values
  20. - mailodf - Email ODF file as HTML archive
  21. - odf2xhtml - Convert ODF to (X)HTML
  22. - odf2mht - Convert ODF to HTML archive
  23. - odf2xml - Create OpenDocument XML file from OD? package
  24. - odfimgimport - Import external images
  25. - odflint - Check ODF file for problems
  26. - odfmeta - List or change the metadata of an ODF file
  27. - odfoutline - Show outline of OpenDocument
  28. - odfuserfield - List or change the user-field declarations in an ODF file
  29. - xml2odf - Create OD? package from OpenDocument in XML form
  30. The source code is at https://github.com/eea/odfpy
  31. Visit https://github.com/eea/odfpy/wiki for documentation and examples.
  32. The code at https://joinup.ec.europa.eu/software/odfpy/home is obsolete.
  33. Platform: UNKNOWN
  34. Classifier: Development Status :: 5 - Production/Stable
  35. Classifier: Environment :: Console
  36. Classifier: Intended Audience :: End Users/Desktop
  37. Classifier: Intended Audience :: Developers
  38. Classifier: Intended Audience :: System Administrators
  39. Classifier: License :: OSI Approved :: Apache Software License
  40. Classifier: License :: OSI Approved :: GNU General Public License (GPL)
  41. Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
  42. Classifier: Operating System :: MacOS :: MacOS X
  43. Classifier: Operating System :: Microsoft :: Windows
  44. Classifier: Operating System :: POSIX
  45. Classifier: Programming Language :: Python :: 2
  46. Classifier: Programming Language :: Python :: 2.7
  47. Classifier: Programming Language :: Python :: 3
  48. Classifier: Programming Language :: Python :: 3.4
  49. Classifier: Programming Language :: Python :: 3.5
  50. Classifier: Programming Language :: Python :: 3.6
  51. Classifier: Programming Language :: Python :: 3.7
  52. Classifier: Topic :: Office/Business
  53. Classifier: Topic :: Software Development :: Libraries :: Python Modules