Format, in a console-friendly and human-readable way, a document specified through its structure
Project description
RecursiveDocument is a Python (2.7+ and 3.3+) library formating, in a console-friendly and human-readable way, a document specified through its structure (sections, sub-sections, paragraphs, etc.).
It’s licensed under the MIT license. It’s available on the Python package index, its documentation is hosted by Python and its source code is on GitHub.
Questions? Remarks? Bugs? Want to contribute? Open an issue!
Quick start
Install from PyPI:
$ pip install RecursiveDocument
Import:
>>> from RecursiveDocument import *
@todoc Quick start
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.