{ "info": { "author": "Kazuki Yamamoto, pandocker", "author_email": "k.yamamoto.08136891@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Build Tools" ], "description": "# pandoc-docx-pagebreak-py\n\nPandoc filter to insert page break or section break in docx file\n\n\\toc\n\n### install\n\n```bash\npip3 install git+https://github.com/pandocker/pandoc-docx-pagebreak-py\n```\n\n### Usage\n\n- Add `\\newpage` where preferred to insert a page break\n - Expecting to work like native pandoc behavior for latex output\n- Add `\\toc` where preferred to insert TOC(Table of Contents)\n - unable to use with `--toc` otherwise TOC appears on head of document also\n\n\n```bash\n# Try the filter with this file like this:\npandoc -f markdown -t docx -o docx.docx --filter=pandoc-docx-pagebreakpy README.md\n```\n\n### Sample\n\n```markdown\nContents before pagebreak\n\n\\newpage\nContents after _Page Break_\n\nContents after **Section Break**\n```\n\nContents before pagebreak\n\n\\newpage\n\nContents after _Page Break_\n\nContents after **Section Break**", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pandocker/pandoc-docx-pagebreak-py", "keywords": "pandoc filter docx", "license": "", "maintainer": "", "maintainer_email": "", "name": "pandoc-docx-pagebreak", "package_url": "https://pypi.org/project/pandoc-docx-pagebreak/", "platform": "", "project_url": "https://pypi.org/project/pandoc-docx-pagebreak/", "project_urls": { "Homepage": "https://github.com/pandocker/pandoc-docx-pagebreak-py" }, "release_url": "https://pypi.org/project/pandoc-docx-pagebreak/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "Pandoc filter for docx output to insert pagebreak at will", "version": "0.0.2" }, "last_serial": 4530524, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "0c4e83d8efd692c9fea9694f22219e80", "sha256": "e41de014186296e6e3a6ee5af9e8c20c23d8ee2b62aced6d844f0f506f13ca46" }, "downloads": -1, "filename": "pandoc-docx-pagebreak-0.0.2.tar.gz", "has_sig": false, "md5_digest": "0c4e83d8efd692c9fea9694f22219e80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6516, "upload_time": "2018-11-26T17:39:36", "url": "https://files.pythonhosted.org/packages/51/1a/b1a0da8e2b3fc3a41626575162056c8d63d45740c6f96669dbe4be3ef5eb/pandoc-docx-pagebreak-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0c4e83d8efd692c9fea9694f22219e80", "sha256": "e41de014186296e6e3a6ee5af9e8c20c23d8ee2b62aced6d844f0f506f13ca46" }, "downloads": -1, "filename": "pandoc-docx-pagebreak-0.0.2.tar.gz", "has_sig": false, "md5_digest": "0c4e83d8efd692c9fea9694f22219e80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6516, "upload_time": "2018-11-26T17:39:36", "url": "https://files.pythonhosted.org/packages/51/1a/b1a0da8e2b3fc3a41626575162056c8d63d45740c6f96669dbe4be3ef5eb/pandoc-docx-pagebreak-0.0.2.tar.gz" } ] }