Release v0.1.6 (What’s new?).
Welcome to docpack Documentation¶
DocPack is a Python utility library designed to efficiently consolidate documentation from multiple sources (GitHub, Confluence, and local file systems) into a single, AI-accessible knowledge base. It provides tools for retrieving, formatting, and packaging document content with consistent structure to facilitate efficient reference by Large Language Models.
For example, this generate_knowledge_base.py script converts the docpack GitHub repository into an all_in_one_knowledge_base.txt file. It is concatenated from all of the files in the sample_knowledge_base directory.
Install¶
docpack is released on PyPI, so all you need is to:
$ pip install docpack
To upgrade to latest version:
$ pip install --upgrade docpack