{ "info": { "author": "Vincent Jacques", "author_email": "vincent@vincent-jacques.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 7 - Inactive", "Environment :: Console", "License :: OSI Approved", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Documentation", "Topic :: Software Development :: Documentation", "Topic :: Text Processing" ], "description": "**DO NOT USE THIS LIBRARY**: it was written to support `InteractiveCommandLine `_,\nand the `click `_ library is vastly better.\nI will not fix anything in this library and I'm migrating my own projects to ``click``.\n\nRecursiveDocument is a Python (2.7+ and 3.3+) library formating, in a console-friendly and human-readable way,\na document specified through its structure (sections, sub-sections, paragraphs, etc.).\nIt is especially well suited for printing help messages for command-line executables.\n\nIt's licensed under the `MIT license `__.\nIt's available on the `Python package index `__,\nits `documentation is hosted by Python `__\nand its source code is on `GitHub `__.\n\n.. image:: https://img.shields.io/travis/jacquev6/RecursiveDocument/master.svg\n :target: https://travis-ci.org/jacquev6/RecursiveDocument\n\n.. image:: https://img.shields.io/coveralls/jacquev6/RecursiveDocument/master.svg\n :target: https://coveralls.io/r/jacquev6/RecursiveDocument\n\n.. image:: https://img.shields.io/codeclimate/github/jacquev6/RecursiveDocument.svg\n :target: https://codeclimate.com/github/jacquev6/RecursiveDocument\n\n.. image:: https://img.shields.io/scrutinizer/g/jacquev6/RecursiveDocument.svg\n :target: https://scrutinizer-ci.com/g/jacquev6/RecursiveDocument\n\n.. image:: https://img.shields.io/pypi/dm/RecursiveDocument.svg\n :target: https://pypi.python.org/pypi/RecursiveDocument\n\n.. image:: https://img.shields.io/pypi/l/RecursiveDocument.svg\n :target: https://pypi.python.org/pypi/RecursiveDocument\n\n.. image:: https://img.shields.io/pypi/v/RecursiveDocument.svg\n :target: https://pypi.python.org/pypi/RecursiveDocument\n\n.. image:: https://img.shields.io/pypi/pyversions/RecursiveDocument.svg\n :target: https://pypi.python.org/pypi/RecursiveDocument\n\n.. image:: https://img.shields.io/pypi/status/RecursiveDocument.svg\n :target: https://pypi.python.org/pypi/RecursiveDocument\n\n.. image:: https://img.shields.io/github/issues/jacquev6/RecursiveDocument.svg\n :target: https://github.com/jacquev6/RecursiveDocument/issues\n\n.. image:: https://badge.waffle.io/jacquev6/RecursiveDocument.png?label=ready&title=ready\n :target: https://waffle.io/jacquev6/RecursiveDocument\n\n.. image:: https://img.shields.io/github/forks/jacquev6/RecursiveDocument.svg\n :target: https://github.com/jacquev6/RecursiveDocument/network\n\n.. image:: https://img.shields.io/github/stars/jacquev6/RecursiveDocument.svg\n :target: https://github.com/jacquev6/RecursiveDocument/stargazers\n\nQuick start\n===========\n\nInstall from PyPI::\n\n $ pip install RecursiveDocument\n\nImport:\n\n>>> from RecursiveDocument import *\n\nCreate a document:\n\n>>> doc = Document().add(\n... Section(\"Introduction\")\n... .add(\"This is the first paragraph of a very interesting story. It begins with this paragraph.\")\n... .add(\"After the first paragraph comes the second paragraph. As incredible as it may sound, it can go on and on and on...\")\n... )\n\nAnd print it:\n\n>>> print doc.format()\nIntroduction\n This is the first paragraph of a very interesting story. It begins\n with this paragraph.\n\n After the first paragraph comes the second paragraph. As incredible\n as it may sound, it can go on and on and on...", "description_content_type": "", "docs_url": "https://pythonhosted.org/RecursiveDocument/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pythonhosted.org/RecursiveDocument/", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "RecursiveDocument", "package_url": "https://pypi.org/project/RecursiveDocument/", "platform": "", "project_url": "https://pypi.org/project/RecursiveDocument/", "project_urls": { "Homepage": "http://pythonhosted.org/RecursiveDocument/" }, "release_url": "https://pypi.org/project/RecursiveDocument/0.5.2/", "requires_dist": null, "requires_python": "", "summary": "Format, in a console-friendly and human-readable way, a document specified through its structure", "version": "0.5.2" }, "last_serial": 4251182, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "46d7788267b9ceb63144fc619ed094c3", "sha256": "25fede8774409522c299c45125108590d2ff090bccd9f4eecbc4bce3ca133dde" }, "downloads": -1, "filename": "RecursiveDocument-0.1.0.tar.gz", "has_sig": false, "md5_digest": "46d7788267b9ceb63144fc619ed094c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19630, "upload_time": "2013-03-23T17:41:59", "url": "https://files.pythonhosted.org/packages/0d/aa/96c67ca352e4aa2fa02d54f227f7f88aec8cf8b641610236f4db5ae383dd/RecursiveDocument-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "a6d657df89b426ef4e60e0ea68596c20", "sha256": "f4b0a2f1d795185027c5135a0f95099e6c8e48552c533357bf422076c6a1c34a" }, "downloads": -1, "filename": "RecursiveDocument-0.2.0.tar.gz", "has_sig": false, "md5_digest": "a6d657df89b426ef4e60e0ea68596c20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19649, "upload_time": "2013-03-23T17:44:43", "url": "https://files.pythonhosted.org/packages/11/7f/0935bca065fa2a442cb08c1db1dd5d2c126e774e8499856c777c038ab44f/RecursiveDocument-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "387ea00a7f77780a925aec30f9677301", "sha256": "6ef3948d57b0bb93ff5cbdfdd23414d1cfa1b30d8e43712af75400ece6effee8" }, "downloads": -1, "filename": "RecursiveDocument-0.3.0.tar.gz", "has_sig": false, "md5_digest": "387ea00a7f77780a925aec30f9677301", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20083, "upload_time": "2013-09-09T14:12:35", "url": "https://files.pythonhosted.org/packages/b9/6b/193ee3c0eca844db5e7232543c5d0a97b713a471018e7559871c0d8c994a/RecursiveDocument-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "f0120102478b6fbdf5d0ac5b3a551f88", "sha256": "f42c92b338c8f6011d214f8fd92077ce0f39cce0fb67f09417d8f630c308329e" }, "downloads": -1, "filename": "RecursiveDocument-0.4.0.tar.gz", "has_sig": false, "md5_digest": "f0120102478b6fbdf5d0ac5b3a551f88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6229, "upload_time": "2015-05-03T09:01:40", "url": "https://files.pythonhosted.org/packages/cf/54/13982d056d68949483132c4d1562ce3e33841b0992ffb5f6c68a320b0888/RecursiveDocument-0.4.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "c2b763572566e5daed50324323f3b85c", "sha256": "6bdba209930c124e46611e0b7fee71e8cf6624ab1532d0fd6062a1a0622c3118" }, "downloads": -1, "filename": "RecursiveDocument-0.5.0.tar.gz", "has_sig": false, "md5_digest": "c2b763572566e5daed50324323f3b85c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7558, "upload_time": "2015-05-08T13:10:53", "url": "https://files.pythonhosted.org/packages/d0/34/3d745cbfa539df1eb1d709f4b4b698d94a71ae900d2c9be0c32df92d5e91/RecursiveDocument-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "5582bcdb6cde0ec4d026646ccc2dbec6", "sha256": "84ce606473b26c58af8b1146292d0989a9124e358bda2e8ecb48972172592eb3" }, "downloads": -1, "filename": "RecursiveDocument-0.5.1.tar.gz", "has_sig": false, "md5_digest": "5582bcdb6cde0ec4d026646ccc2dbec6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7346, "upload_time": "2015-09-06T10:25:36", "url": "https://files.pythonhosted.org/packages/ae/93/601b98178bc9aeafc0d687e4a7420ab77f365b490b5acad6fce67a850e98/RecursiveDocument-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "a59abc4d094002d714cac2e806e5d3d8", "sha256": "52bbb1500fd2ee3ecfb3d9515b0c8ba71c5b156dda1b1d52f59deef5bc01cb1e" }, "downloads": -1, "filename": "RecursiveDocument-0.5.2.tar.gz", "has_sig": false, "md5_digest": "a59abc4d094002d714cac2e806e5d3d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7720, "upload_time": "2018-09-08T08:24:08", "url": "https://files.pythonhosted.org/packages/55/a5/3c31d255d6bc4f5201de846b1788e6d6281aeaca75790eb98dcf5e3beb5a/RecursiveDocument-0.5.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a59abc4d094002d714cac2e806e5d3d8", "sha256": "52bbb1500fd2ee3ecfb3d9515b0c8ba71c5b156dda1b1d52f59deef5bc01cb1e" }, "downloads": -1, "filename": "RecursiveDocument-0.5.2.tar.gz", "has_sig": false, "md5_digest": "a59abc4d094002d714cac2e806e5d3d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7720, "upload_time": "2018-09-08T08:24:08", "url": "https://files.pythonhosted.org/packages/55/a5/3c31d255d6bc4f5201de846b1788e6d6281aeaca75790eb98dcf5e3beb5a/RecursiveDocument-0.5.2.tar.gz" } ] }