{ "info": { "author": "Aurelio Jargas", "author_email": "aurelio@aurelio.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: X11 Applications", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Text Processing :: Markup" ], "description": "[![Build Status](https://travis-ci.org/jendrikseipp/txt2tags.svg?branch=master)](https://travis-ci.org/jendrikseipp/txt2tags)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n# Txt2tags\n\nTxt2tags is a document generator. It reads a text file with\nminimal markup such as `**bold**` and `//italic//` and converts it\nto the following formats:\n\n * AsciiDoc\n * Creole 1.0\n * DocBook\n * DokuWiki\n * Google Wiki\n * HTML\n * LaTeX\n * Lout\n * MagicPoint\n * Markdown\n * MoinMoin\n * PmWiki\n * Plain Text\n * SGML\n * UNIX Manpage\n * Wikipedia/MediaWiki\n\nYou can use it as a command line program or in a Python application.\n\n# Installation\n\nWe recommend using [pipx](https://pipxproject.github.io/pipx/) to install and run txt2tags in an isolated environment without affecting any system packages:\n\n python3 -m pip install --user pipx\n python3 -m pipx ensurepath\n pipx install txt2tags\n txt2tags --help\n\nOf course you can also use pip to install txt2tags globally or in a virtual environment:\n\n pip install -U txt2tags\n\n# Usage\n\nSimple example for command line usage:\n\n1. Write a text file like this (leave 1st line blank):\n\n ```\n = Hello =\n I'm a robot. You're my **master**!\n [smile.jpg]\n ```\n\n2. Run this command:\n\n `txt2tags --target html --no-headers file.t2t`\n\n3. The result is:\n\n ```\n

Hello

\n

\n I'm a robot. You're my master!\n \"\"\n

\n ```\n\n# History\n\nAurelio Jargas started the development of Txt2tags in 2001. The program\nsaw several releases from 2001 to 2010, the last of which was version\n2.6. Afterwards, Aurelio became less involved in the development. Still,\nmany new features were added in the main repository\n(https://github.com/txt2tags/txt2tags), but they were never officially\nreleased. In my opinion, many of the new features are only useful for a\nvery small set of users. The extra code adds bloat to the program and\nmakes it hard to maintain the code. Unfortunately, these concerns are\nnot shared by the whole Txt2tags development team. Therefore, I decided\nto branch off version 2.6 and maintain a simpler txt2tags version that\nworks on Python 3. The file [TODO.md](TODO.md) lists the goals for the\nproject.\n\nIf you'd like to help out with any of the tasks, please get in touch.\nPull requests are very welcome!\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://txt2tags.org", "keywords": "markup", "license": "GPL2+", "maintainer": "Jendrik Seipp", "maintainer_email": "jendrikseipp@gmail.com", "name": "txt2tags", "package_url": "https://pypi.org/project/txt2tags/", "platform": "", "project_url": "https://pypi.org/project/txt2tags/", "project_urls": { "Homepage": "https://txt2tags.org" }, "release_url": "https://pypi.org/project/txt2tags/3.7/", "requires_dist": null, "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "summary": "Convert between markup languages", "version": "3.7", "yanked": false, "yanked_reason": null }, "last_serial": 6601336, "releases": { "3.2": [ { "comment_text": "", "digests": { "md5": "a16ceb3fc7ea5011bbf591020c0544ae", "sha256": "ab9fa56449f5ffed7ce1b8953df9fda3bb19b57446c63dff785bb8d76fc3b51f" }, "downloads": -1, "filename": "txt2tags-3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a16ceb3fc7ea5011bbf591020c0544ae", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 61767, "upload_time": "2019-10-30T09:49:04", "upload_time_iso_8601": "2019-10-30T09:49:04.741812Z", "url": "https://files.pythonhosted.org/packages/55/a2/0b22be4ad177120af733bbd74c427d00acf0c3bb32d1e2b6ede4202bbaaf/txt2tags-3.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8f514b6a3bd47fcc194f68df14ebd7e6", "sha256": "11ab1000f3a968a93f0132e00fcb57c9f6950c4af1a6ef4a003d37bc64db111c" }, "downloads": -1, "filename": "txt2tags-3.2.tar.gz", "has_sig": false, "md5_digest": "8f514b6a3bd47fcc194f68df14ebd7e6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 54032, "upload_time": "2019-10-30T09:49:10", "upload_time_iso_8601": "2019-10-30T09:49:10.250971Z", "url": "https://files.pythonhosted.org/packages/ae/3b/a5d661be73068c786777a651f729639644e79e06e45da37af1f10bd1b045/txt2tags-3.2.tar.gz", "yanked": false, "yanked_reason": null } ], "3.3": [ { "comment_text": "", "digests": { "md5": "e3a095a903c2c35332bf13495564c7e4", "sha256": "0426f3d4f03220230c1ca1e69746aa23a6bb7c0342e90c9903143fa28f3fc6c4" }, "downloads": -1, "filename": "txt2tags-3.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e3a095a903c2c35332bf13495564c7e4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 55281, "upload_time": "2019-11-04T22:16:52", "upload_time_iso_8601": "2019-11-04T22:16:52.040781Z", "url": "https://files.pythonhosted.org/packages/24/20/4b02a9ba29ab5ed51a2db9bb32fdadd3a6a8a6c4d82715fe3c98f003ace3/txt2tags-3.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "969e90ca5b01238618ec8427006e13fb", "sha256": "b9bb18f4eef46273022a3ce195249e1e5d424df0425d949e6c58897a5fa4c60c" }, "downloads": -1, "filename": "txt2tags-3.3.tar.gz", "has_sig": false, "md5_digest": "969e90ca5b01238618ec8427006e13fb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 47751, "upload_time": "2019-11-04T22:16:57", "upload_time_iso_8601": "2019-11-04T22:16:57.984275Z", "url": "https://files.pythonhosted.org/packages/ac/f4/dd1bd63abd22ff494d0f20a7ce62f9ca868bc1ef6a882804a728b9ebe679/txt2tags-3.3.tar.gz", "yanked": false, "yanked_reason": null } ], "3.4": [ { "comment_text": "", "digests": { "md5": "20f552d380e8fe638a85873339b9c68d", "sha256": "f0f207444d19a0ca376cffb1181bf0d7dd76d17734d64ea2d5269c624e70ce85" }, "downloads": -1, "filename": "txt2tags-3.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "20f552d380e8fe638a85873339b9c68d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 53731, "upload_time": "2019-12-26T00:26:16", "upload_time_iso_8601": "2019-12-26T00:26:16.891928Z", "url": "https://files.pythonhosted.org/packages/14/2f/7ec37d57ef81e9b67ff316f35704842ab470aae50b0cf324d2cef18b9ef6/txt2tags-3.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c80f2d51e3f6d487ee644f66e342d755", "sha256": "a325dd971d7225e13b3c9ecc3c90e0bca9113315721a4ad11734442004da06a1" }, "downloads": -1, "filename": "txt2tags-3.4.tar.gz", "has_sig": false, "md5_digest": "c80f2d51e3f6d487ee644f66e342d755", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 46164, "upload_time": "2019-12-26T00:26:19", "upload_time_iso_8601": "2019-12-26T00:26:19.840572Z", "url": "https://files.pythonhosted.org/packages/db/c8/f8c6f14c6dd3acd36c0149788b48db22ff7e5d61ea82024d1e0c3eb2e257/txt2tags-3.4.tar.gz", "yanked": false, "yanked_reason": null } ], "3.5": [ { "comment_text": "", "digests": { "md5": "eadbc0451250872eaf5bb4150bfa9fed", "sha256": "8ed1548cf778dedc66f9618a5a626b2a8d1038f27682ac699f5ae7a5adb34d2c" }, "downloads": -1, "filename": "txt2tags-3.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "eadbc0451250872eaf5bb4150bfa9fed", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 53500, "upload_time": "2020-02-01T22:10:50", "upload_time_iso_8601": "2020-02-01T22:10:50.320664Z", "url": "https://files.pythonhosted.org/packages/5b/52/0e3d0dc81bd9f409ae74892722e25d57967f250bb5e08b05d79fb4977821/txt2tags-3.5-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b9d62cbf0e8e8dd6ddb3ee2e7cdd55fa", "sha256": "1249bde26e2a917847eaaedba874a0a6bfe2c32833bbc9806bf76bdb913128dd" }, "downloads": -1, "filename": "txt2tags-3.5.tar.gz", "has_sig": false, "md5_digest": "b9d62cbf0e8e8dd6ddb3ee2e7cdd55fa", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 45955, "upload_time": "2020-02-01T22:10:52", "upload_time_iso_8601": "2020-02-01T22:10:52.762677Z", "url": "https://files.pythonhosted.org/packages/aa/86/90beef984f50ae4e72f0540a2920ba3cc1325dfc9fc472c43f81e238e481/txt2tags-3.5.tar.gz", "yanked": false, "yanked_reason": null } ], "3.6": [ { "comment_text": "", "digests": { "md5": "22a89ed5239b8f7a0031b7c8be14a8d0", "sha256": "74b230332a592bcc0e640120da88188c6bd53097bf67c7880391fdd9505651fb" }, "downloads": -1, "filename": "txt2tags-3.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "22a89ed5239b8f7a0031b7c8be14a8d0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 52462, "upload_time": "2020-02-05T18:08:11", "upload_time_iso_8601": "2020-02-05T18:08:11.831775Z", "url": "https://files.pythonhosted.org/packages/b7/32/7999aa156e582fef7d5ed6cfefe6c1847684e591a1d3d186efda28529281/txt2tags-3.6-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cd8e40cc6df2895199170a7c50b8a616", "sha256": "25215764b6f86c7d495b643cea0bd5817f85f4ebc1c5ddd4075259474eac7b55" }, "downloads": -1, "filename": "txt2tags-3.6.tar.gz", "has_sig": false, "md5_digest": "cd8e40cc6df2895199170a7c50b8a616", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 44946, "upload_time": "2020-02-05T18:08:13", "upload_time_iso_8601": "2020-02-05T18:08:13.380806Z", "url": "https://files.pythonhosted.org/packages/f9/42/ddc84e48df4bc60fcb3c63c563e8382d3c0aa472c596cf2612161f3652ef/txt2tags-3.6.tar.gz", "yanked": false, "yanked_reason": null } ], "3.7": [ { "comment_text": "", "digests": { "md5": "4115424e9653c5744abd202e99671bd1", "sha256": "5d3000b4f35f9526f5f4e3a14e3eb9f66704a7d8437367a35544229240eb6336" }, "downloads": -1, "filename": "txt2tags-3.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4115424e9653c5744abd202e99671bd1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 51216, "upload_time": "2020-02-10T09:16:47", "upload_time_iso_8601": "2020-02-10T09:16:47.540447Z", "url": "https://files.pythonhosted.org/packages/29/3a/265b3022e8b9622c066246cb75230833b486d98965e2cd7681f15e8ccbc2/txt2tags-3.7-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "efdaf9d01f2681696526f244916683f5", "sha256": "27969387206d12b4e4a0eb13d0d5dd957d71dbb932451b0dceeab5e3dbb6178a" }, "downloads": -1, "filename": "txt2tags-3.7.tar.gz", "has_sig": false, "md5_digest": "efdaf9d01f2681696526f244916683f5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 43659, "upload_time": "2020-02-10T09:16:49", "upload_time_iso_8601": "2020-02-10T09:16:49.169817Z", "url": "https://files.pythonhosted.org/packages/0e/80/dc4215b549ddbe1d1251bc4cd47ad6f4a65e1f9803815997817ff297d22e/txt2tags-3.7.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4115424e9653c5744abd202e99671bd1", "sha256": "5d3000b4f35f9526f5f4e3a14e3eb9f66704a7d8437367a35544229240eb6336" }, "downloads": -1, "filename": "txt2tags-3.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4115424e9653c5744abd202e99671bd1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 51216, "upload_time": "2020-02-10T09:16:47", "upload_time_iso_8601": "2020-02-10T09:16:47.540447Z", "url": "https://files.pythonhosted.org/packages/29/3a/265b3022e8b9622c066246cb75230833b486d98965e2cd7681f15e8ccbc2/txt2tags-3.7-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "efdaf9d01f2681696526f244916683f5", "sha256": "27969387206d12b4e4a0eb13d0d5dd957d71dbb932451b0dceeab5e3dbb6178a" }, "downloads": -1, "filename": "txt2tags-3.7.tar.gz", "has_sig": false, "md5_digest": "efdaf9d01f2681696526f244916683f5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 43659, "upload_time": "2020-02-10T09:16:49", "upload_time_iso_8601": "2020-02-10T09:16:49.169817Z", "url": "https://files.pythonhosted.org/packages/0e/80/dc4215b549ddbe1d1251bc4cd47ad6f4a65e1f9803815997817ff297d22e/txt2tags-3.7.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }