{ "info": { "author": "Yaco Sistemas", "author_email": "pcaro@yaco.es", "bugtrack_url": null, "classifiers": [ "Framework :: Trac", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Topic :: Documentation", "Topic :: Software Development :: Documentation", "Topic :: Text Processing", "Topic :: Utilities" ], "description": "trac2rst\n========\n\nI use ``trac2rst`` to help me in the task to pass documentacion\nfrom `trac`_ to `sphinx`_ (`reStructuredText`_). I usally copy the trac wiki page to a temporaly file, run\nthe script, copy the output to the new rest file and do manual changes.\n\nFeatures\n--------\n\nThe idea is use this tool to do the more tedious work (I mean transforming\nlists, links and inliners).\nYou *must* review and fix the result later.\n\n\nIt only processes:\n * Headers (sections at 4 levels)\n * Lists (bullets and numbered)\n * Trac links.\n * A subject of trac and rest inliners\n\nIt does **NOT support** (a lot):\n * Trac macros\n * Trac processors\n * Links between wiki pages\n * Rest definition lists, etc\n * Preformatting\n * Images\n * Tables\n * Footnotes\n * Anchors\n * Citations\n * Comments\n * A lot more ...\n\nUsage example\n-------------\n\nType trac2rst --help\n\nYou can view a simple wiki transfomation (used for manual test)::\n\n $ bin/trac2rst -i src/trac2rst/tests/wikitext.txt -u https://trac.yaco.es/project/ -o /tmp/test.rst && rst2html /tmp/test.rst /tmp/test.html && firefox /tmp/test.html\n\n\nDisclaimer\n----------\nThis is a *quick and dirty tool*. It does not use reST or wiki processor. The\nwork is done using regular expressions.\n\nLicense\n-------\n\n``trac2rst`` is offered under the `MIT license\n`_.\n\nAuthors\n-------\n\n``trac2rst`` is made available by `Yaco Sistemas\n`_\n\n\nCredits\n-------\n\n- `Distribute`_\n- `Buildout`_\n- `modern-package-template`_\n- `zest.releaser`_\n\n.. _Buildout: http://www.buildout.org/\n.. _Distribute: http://pypi.python.org/pypi/distribute\n.. _`modern-package-template`: http://pypi.python.org/pypi/modern-package-template\n.. _zest.releaser: http://pypi.python.org/pypi/zest.releaser\n.. _trac: http://trac.edgewall.org/\n.. _sphinx: http://sphinx.pocoo.org/\n.. _reStructuredText: http://docutils.sourceforge.net/rst.html\n\n\n.. This is your project HISTORY file which will contain the release notes.\n.. Example: http://pypi.python.org/pypi/zest.releaser/3.28#id73\n.. The content of this file, along with README.rst, will appear in your\n.. project's PyPI page.\n\nChangelog\n=========\n\n\n0.2.1 (2011-12-19)\n------------------\n\n- fix error in project url\n\n\n0.2 (2011-12-19)\n----------------\n\n- pep8 compliant\n- Global variables removed\n- Set a TODO comment por preformated text\n\n0.1 (2011-12-19)\n----------------\n\n- First 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/pcaro/trac2rst", "keywords": "restructuredtext,rst,converter", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "trac2rst", "package_url": "https://pypi.org/project/trac2rst/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/trac2rst/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/pcaro/trac2rst" }, "release_url": "https://pypi.org/project/trac2rst/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "Quick an dirty tool to transform text in Trac Wiki formatting to Restructured Text", "version": "0.2.1" }, "last_serial": 800849, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "f29fbc02eaa6fc4a85c2fa9b8a9a75b3", "sha256": "daae49378612aa2f5324c3fb3186fe2479c9abc165013b07f7c279cc64146f24" }, "downloads": -1, "filename": "trac2rst-0.1.tar.gz", "has_sig": false, "md5_digest": "f29fbc02eaa6fc4a85c2fa9b8a9a75b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8993, "upload_time": "2011-12-19T15:58:43", "url": "https://files.pythonhosted.org/packages/5e/cd/d51b3e805a7b4a5ec9f8b2b2bb8a243e8dc863fb71469e3d86eb4d60b8a0/trac2rst-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "270446516b6e867459657d974f3a7e55", "sha256": "ed8cd4e1de3e0a0666ea1b95c827b7ef2639068e0918d08678478d9ca9b5109e" }, "downloads": -1, "filename": "trac2rst-0.2.tar.gz", "has_sig": false, "md5_digest": "270446516b6e867459657d974f3a7e55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9348, "upload_time": "2011-12-19T17:08:21", "url": "https://files.pythonhosted.org/packages/97/e2/4206cfe1cc70c67d138734b137a6335909a41c9a9275508006c1fc0d7433/trac2rst-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "4dbd8144599429d6ce7c7759a870e7bf", "sha256": "f91e1368e16e43c1a3d882a04900544c4da1031803a0aec376298a44cda7cc6b" }, "downloads": -1, "filename": "trac2rst-0.2.1.tar.gz", "has_sig": false, "md5_digest": "4dbd8144599429d6ce7c7759a870e7bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9512, "upload_time": "2011-12-19T17:22:46", "url": "https://files.pythonhosted.org/packages/3c/89/14a94293811ab3dfbcaa4edc9f34ce360dc869bf3b8fdc6694aab8edfbf8/trac2rst-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4dbd8144599429d6ce7c7759a870e7bf", "sha256": "f91e1368e16e43c1a3d882a04900544c4da1031803a0aec376298a44cda7cc6b" }, "downloads": -1, "filename": "trac2rst-0.2.1.tar.gz", "has_sig": false, "md5_digest": "4dbd8144599429d6ce7c7759a870e7bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9512, "upload_time": "2011-12-19T17:22:46", "url": "https://files.pythonhosted.org/packages/3c/89/14a94293811ab3dfbcaa4edc9f34ce360dc869bf3b8fdc6694aab8edfbf8/trac2rst-0.2.1.tar.gz" } ] }