{ "info": { "author": "Christophe de Vienne", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "License :: OSI Approved :: Python Software Foundation License", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Documentation", "Topic :: Software Development :: Documentation" ], "description": "odt2sphinx\n==========\n\nWhat is it ?\n------------\n\nOdt2sphinx converts OpenDocument Text file(s) to one or several .rst files.\n\nInstall\n-------\n\nYou need to install PIL first, then::\n\n pip install odt2sphinx\n\nor\n\n::\n \n easy_install odt2sphinx\n\nUsage\n-----\n\n::\n\n Usage: \n odt2sphinx [options] filename.odt [targetdir]\n odt2sphinx [options] config.cfg\n\n config.cfg content:\n [path/to/the/file.odt]\n targetdir = path/to/the/targetdir\n\n Options:\n -h, --help show this help message and exit\n --debug \n --download-source-link\n\nOuput files\n-----------\n\nThe files are generated in the target dir, which by default has the \nsame name as the .odt file minus the extension.\n\nAt least one file, \"index.rst\", will be written. Depending on the\ndocument content, additional rst files may be generated (see next chapter).\n\nImages are extracted and put together in an \"images\" directory inside\nthe targetdir.\n\nStyles mapping\n--------------\n\nThe following rules will be applied to particulary styles when converting\nan .odt file. The style names are case-insensitive.\n\n- \"Title\" (in any language) : becomes the main document title\n (underlined with '=').\n\n- \"Title 1\" : Creates a new page named after the title, and becomes this\n page main title (underlined with '='). A reference to this file\n is inserted in a ``.. toctree`` directive of the index.rst file.\n\n- \"Title 2\" to \"Title 6\" : becomes sub-chapter titles.\n (underlined respectively '-', '~', '^', '\"', \"'\")\n\n- \"Warning\" (or \"Avertissement\") : The chapter becomes the content\n of a ``.. warning`` directive\n\n- \"Tip\" (or \"Trucs & Astuces\") : The chapter becomes the content\n of a ``.. tip`` directive\n\n- \"Note\" or \"Information\": The chapter becomes the content\n of a ``.. note`` directive\n\nChanges\n-------\n\n0.3.0 (2016-09-28)\n~~~~~~~~~~~~~~~~~~\n\n- Switch to Pillow\n- Provides universal wheels\n\n0.2.3 (2012-09-06)\n~~~~~~~~~~~~~~~~~~\n\n- Fix filename generation by replacing any non-alphanumeric character\n (issue #3).\n\n- Fix handling of non-styled lists.\n\n0.2.2 (2012-07-04)\n~~~~~~~~~~~~~~~~~~\n\n- Fix the sdist archive on pypi.\n\n0.2.1 (2012-06-24)\n~~~~~~~~~~~~~~~~~~\n\n- Add support for numbered lists, hyperlinks, underlined text (translated to\n italic).\n\n- Fix bold text support.\n\n0.2 (2012-05-28)\n~~~~~~~~~~~~~~~~\n\n- Now supports python 3\n\n- Explicitely added PIL as a dependency (issue #2).\n\n0.1.2 (2012-05-22)\n~~~~~~~~~~~~~~~~~~\n\n- Add \"Information\" to the styles mapping.\n\n- Handle note, tip and warning styles in lists items. This allows to use\n lists inside a note, a tip or a warning.\n\n- Now handle external images (issue #1).\n\n0.1.1 (2011-12-20)\n~~~~~~~~~~~~~~~~~~\n\n- Improved the RstFile for use in third-party code: it is now possible\n to insert code and not just append it.\n\n- Add a README file\n\n0.1.0\n~~~~~\n\nInitial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/cdevienne/odt2sphinx", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "odt2sphinx", "package_url": "https://pypi.org/project/odt2sphinx/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/odt2sphinx/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/cdevienne/odt2sphinx" }, "release_url": "https://pypi.org/project/odt2sphinx/0.3.0/", "requires_dist": null, "requires_python": null, "summary": "An OpenDocument to sphinx converter.", "version": "0.3.0" }, "last_serial": 2368125, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "4dd0dbad7b97b3da7f497d8e3fb561f4", "sha256": "c427cb5513f3ac54ef6f0344877b56103da58ded970d4865be03ae4afa919517" }, "downloads": -1, "filename": "odt2sphinx-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4dd0dbad7b97b3da7f497d8e3fb561f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7831, "upload_time": "2011-02-17T18:00:30", "url": "https://files.pythonhosted.org/packages/fe/e6/ba560eb93a60054bceda1a89d1a8031664fab8e53dbde1489aac74a2f8db/odt2sphinx-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "287b785fb764fae82a5d63579bb0ad16", "sha256": "491412cb0b8ef5af623dda30d06788112b237f058bf4566ab93bf12bf97f7840" }, "downloads": -1, "filename": "odt2sphinx-0.1.1.tar.gz", "has_sig": false, "md5_digest": "287b785fb764fae82a5d63579bb0ad16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8986, "upload_time": "2011-12-20T17:57:33", "url": "https://files.pythonhosted.org/packages/5a/98/e239c33a07c70b58b4dcf97b109dedfe6647ad86c2ef32a24edfe67f4269/odt2sphinx-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "c05666861ac286099286286424c5511b", "sha256": "e112a5d11d102f985275910491183ca4aa1c213b191716ad379046b5a09aade1" }, "downloads": -1, "filename": "odt2sphinx-0.1.2.tar.gz", "has_sig": false, "md5_digest": "c05666861ac286099286286424c5511b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10224, "upload_time": "2012-05-22T10:50:16", "url": "https://files.pythonhosted.org/packages/a2/6a/d2e8bd2768ff274a5904de04f48e531522eb9110061726b54067d126ad3d/odt2sphinx-0.1.2.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "fb789c478e87c41f78d56591cb7b4ad3", "sha256": "770e788cb760183f60c102a3d1b9d0bd4d4227b8ad248fc02f4cbfbc8d0e5b89" }, "downloads": -1, "filename": "odt2sphinx-0.2.tar.gz", "has_sig": false, "md5_digest": "fb789c478e87c41f78d56591cb7b4ad3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9464, "upload_time": "2012-05-28T18:23:12", "url": "https://files.pythonhosted.org/packages/e1/e8/344386b928b3bca51810bff3723a778e6b7970958223994d2472726d60c8/odt2sphinx-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "400a5cb18f441b810dae552fa5ca85a4", "sha256": "640dc6a6d3bbcf1d27539f5507aba321b0fc40421dedd55d5f0e42be9485aebc" }, "downloads": -1, "filename": "odt2sphinx-0.2.1.tar.gz", "has_sig": false, "md5_digest": "400a5cb18f441b810dae552fa5ca85a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10845, "upload_time": "2012-06-24T13:49:53", "url": "https://files.pythonhosted.org/packages/b6/0d/ae690cabce2bb9681b93c36bf8733851316946f3a5cd82a4bef20d100229/odt2sphinx-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "a7c1dda12a4e2d6792cc828cb0031698", "sha256": "324983b117ce552e2dab39a9218756faf668c820e7ac742eacde156954665124" }, "downloads": -1, "filename": "odt2sphinx-0.2.2.tar.gz", "has_sig": false, "md5_digest": "a7c1dda12a4e2d6792cc828cb0031698", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11136, "upload_time": "2012-07-04T12:23:14", "url": "https://files.pythonhosted.org/packages/83/5d/320ada74ab7a7b17acafd7d233c8617b316dfb52a0142ffbfd0db89a4483/odt2sphinx-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "273789420f4961bcd2c0ed3bfd13a2cc", "sha256": "f82ae2b3d5ab7a435ee8f9bb3f7ed41f42dfaf56a980ede088d76be5f777d049" }, "downloads": -1, "filename": "odt2sphinx-0.2.3.tar.gz", "has_sig": false, "md5_digest": "273789420f4961bcd2c0ed3bfd13a2cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11505, "upload_time": "2012-09-06T13:08:03", "url": "https://files.pythonhosted.org/packages/ac/e0/dc70145879fcecfb21126822be00313732a7d619f95c73f3fea072b83e77/odt2sphinx-0.2.3.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "a27765fc92a0425f785ffd7992ff98bf", "sha256": "2b6497ee00e0e0d7c65d9e765eb1f42a5a76fa15f872936d099f2965fb0dd0a0" }, "downloads": -1, "filename": "odt2sphinx-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a27765fc92a0425f785ffd7992ff98bf", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 12588, "upload_time": "2016-09-28T09:01:47", "url": "https://files.pythonhosted.org/packages/d6/dc/234bd430ed213bc04fc0644eb2afcca82c15368de7f9610e3637e5bf7050/odt2sphinx-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ab416236115bdd2fc8a2178ce57991b9", "sha256": "1a7f143bcfaa9d58be99be9e069980d40098f56641480d50248042aec02af0e1" }, "downloads": -1, "filename": "odt2sphinx-0.3.0.tar.gz", "has_sig": false, "md5_digest": "ab416236115bdd2fc8a2178ce57991b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11663, "upload_time": "2016-09-28T09:01:44", "url": "https://files.pythonhosted.org/packages/2e/9b/51d72b5b822226f304647907177c7c8c5599e586d3fae2b68731df2503ce/odt2sphinx-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a27765fc92a0425f785ffd7992ff98bf", "sha256": "2b6497ee00e0e0d7c65d9e765eb1f42a5a76fa15f872936d099f2965fb0dd0a0" }, "downloads": -1, "filename": "odt2sphinx-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a27765fc92a0425f785ffd7992ff98bf", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 12588, "upload_time": "2016-09-28T09:01:47", "url": "https://files.pythonhosted.org/packages/d6/dc/234bd430ed213bc04fc0644eb2afcca82c15368de7f9610e3637e5bf7050/odt2sphinx-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ab416236115bdd2fc8a2178ce57991b9", "sha256": "1a7f143bcfaa9d58be99be9e069980d40098f56641480d50248042aec02af0e1" }, "downloads": -1, "filename": "odt2sphinx-0.3.0.tar.gz", "has_sig": false, "md5_digest": "ab416236115bdd2fc8a2178ce57991b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11663, "upload_time": "2016-09-28T09:01:44", "url": "https://files.pythonhosted.org/packages/2e/9b/51d72b5b822226f304647907177c7c8c5599e586d3fae2b68731df2503ce/odt2sphinx-0.3.0.tar.gz" } ] }