{ "info": { "author": "Aleksei Badyaev", "author_email": "a.badyaev@mousesoft.tk", "bugtrack_url": null, "classifiers": [], "description": "rst2db.py\n=========\n\nA reStructuredText to DocBook command-line converter using Python's docutils,\nwith an included Sphinx builder.\n\nUsing the command-line utility\n------------------------------\n\n::\n\n rst2db [-e root_element] [-o output_file] [-t template_file]\n\nOnly the filename to process is required. All other settings are optional.\n\nSettings:\n\n -e root_element set the root element of the resulting DocBook file. If this is\n not specified, then 'section' will be used.\n\n -o output_file set the output filename to write. If this is not specified,\n then output will be sent to stdout.\n\nUsing the Sphinx builder\n------------------------\n\nConfiguration\n~~~~~~~~~~~~~\n\nTo build docbook output with Sphinx, add `abstrys.docbook.builder` to the\n*extensions* list in ``conf.py``::\n\n extensions = [\n ... other extensions here ...\n abstrys.sphinx.docbook_builder\n ]\n\nThere are one configurable parameter for ``conf.py`` that correspond to\n``rst2db.py`` parameters:\n\n:docbook_default_root_element: default root element for a file-level document.\n Default is 'section'.\n\nRunning a build\n~~~~~~~~~~~~~~~\n\nThe builder is registered with the name 'docbook', so to run a build that uses\nthe builder, run ``sphinx-build`` with ``-b docbook``.\n\n\nLicense\n-------\n\nThis software is provided under the `BSD 3-Clause`__ license. See the\n`LICENSE`__ file for more details.\n\n.. __: http://opensource.org/licenses/BSD-3-Clause\n.. __: https://github.com/Abstrys/abstrys-toolkit/blob/master/LICENSE\n\nFor more information\n--------------------\n\nContact: Eron Hennessey \n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Aleksei-Badyaev/rst2db", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "msrst2db", "package_url": "https://pypi.org/project/msrst2db/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/msrst2db/", "project_urls": { "Homepage": "https://github.com/Aleksei-Badyaev/rst2db" }, "release_url": "https://pypi.org/project/msrst2db/1.4/", "requires_dist": [ "docutils (>=0.12)", "lxml (>=2.3)", "check-manifest; extra == 'dev'", "ipdb; extra == 'dev'", "twine; extra == 'dev'", "wheel; extra == 'dev'" ], "requires_python": "", "summary": "A reStructuredText to DocBook converter using Python's docutils.", "version": "1.4" }, "last_serial": 2027136, "releases": { "1.4": [ { "comment_text": "", "digests": { "md5": "36885f8aaed6f035e3d62311899d6c39", "sha256": "b1069b5e50820db82877d10cccf20804a5cff4653ef95b34c98c61080a2d5983" }, "downloads": -1, "filename": "msrst2db-1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "36885f8aaed6f035e3d62311899d6c39", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9081, "upload_time": "2016-03-25T16:16:08", "url": "https://files.pythonhosted.org/packages/be/9e/517b5511c3dbb2913b5c5b169c272575d1c6fbc0e009ef34e18c1b60610b/msrst2db-1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8cacfa3501bc44e6f5d46412f244a634", "sha256": "a7419f2c9411a54ccdb7c3e0b1333ed6a24031832e362eaad42b226018a12231" }, "downloads": -1, "filename": "msrst2db-1.4.tar.gz", "has_sig": false, "md5_digest": "8cacfa3501bc44e6f5d46412f244a634", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7668, "upload_time": "2016-03-25T16:16:21", "url": "https://files.pythonhosted.org/packages/cd/3a/4e2a5fe67dc22d591183643f205b026e2eedd0168b90c6f5883c6e07826c/msrst2db-1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "36885f8aaed6f035e3d62311899d6c39", "sha256": "b1069b5e50820db82877d10cccf20804a5cff4653ef95b34c98c61080a2d5983" }, "downloads": -1, "filename": "msrst2db-1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "36885f8aaed6f035e3d62311899d6c39", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9081, "upload_time": "2016-03-25T16:16:08", "url": "https://files.pythonhosted.org/packages/be/9e/517b5511c3dbb2913b5c5b169c272575d1c6fbc0e009ef34e18c1b60610b/msrst2db-1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8cacfa3501bc44e6f5d46412f244a634", "sha256": "a7419f2c9411a54ccdb7c3e0b1333ed6a24031832e362eaad42b226018a12231" }, "downloads": -1, "filename": "msrst2db-1.4.tar.gz", "has_sig": false, "md5_digest": "8cacfa3501bc44e6f5d46412f244a634", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7668, "upload_time": "2016-03-25T16:16:21", "url": "https://files.pythonhosted.org/packages/cd/3a/4e2a5fe67dc22d591183643f205b026e2eedd0168b90c6f5883c6e07826c/msrst2db-1.4.tar.gz" } ] }