docu-lite

🧾 docu-lite PyPI Downloads

NEWS:

I’m developing a set of tools based on docu-lite with the idea that they can be run standalone or in combination from the command line or by importing to Python modules. Currently I’ve got the document parser part of docu-lite, slightly improved, as a cli/importable module. The tools are available from pip and on GitHub: docu-lite-kit

⚡ Ultra-light Zero-dependency HTML outline generator for Python.

Screenshots

User-facing Browsable outline Text file (e.g. for API delta)
docu-lite user docu-lite browse docu-lite text list

🛠 Installation

Install using pip: open a command window and type

pip install docu-lite

💡 Usage

Either edit and run docu-lite.py in an IDE, or run from the command line:

docu-lite                         # uses or creates docu-lite.ini
docu-lite --config alt.ini        # uses alt.ini, errors if missing

Docu-lite will create a docu-lite.ini file if one doesn’t exist.

⚙️ Edit the docu-lite.ini file to control how docu-lite runs:

📝 If the specified css file is not found, docu-lite will generate one and reference it in the html

⚠️ Known Issues

PyPI link