Metadata-Version: 2.3
Name: docpack
Version: 0.1.5
Summary: DocPack efficiently consolidates documentation from GitHub, Confluence, and files into a structured knowledge base for AI access.
License: MIT
Author: Sanhe Hu
Author-email: husanhe@gmail.com
Maintainer: Sanhe Hu
Maintainer-email: husanhe@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: auto
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test
Requires-Dist: Sphinx (>=7.4.7,<8.0.0) ; extra == "doc"
Requires-Dist: atlas_doc_parser (>=0.1.2,<1.0.0)
Requires-Dist: build (>=1.2.1,<2.0.0) ; extra == "dev"
Requires-Dist: diskcache (>=5.6.3,<6.0.0)
Requires-Dist: docfly (==3.0.0) ; extra == "doc"
Requires-Dist: furo (==2024.8.6) ; extra == "doc"
Requires-Dist: home_secret (>=0.1.3,<1.0.0) ; extra == "test"
Requires-Dist: ipython (>=8.18.1,<8.19.0) ; extra == "doc"
Requires-Dist: nbsphinx (>=0.8.12,<1.0.0) ; extra == "doc"
Requires-Dist: pathpick (>=0.1.1,<1.0.0)
Requires-Dist: pyatlassian (>=0.3.2,<1.0.0)
Requires-Dist: pydantic (>=2.9.2,<3.0.0)
Requires-Dist: pygments (>=2.18.0,<3.0.0) ; extra == "doc"
Requires-Dist: pytest (>=8.2.2,<9.0.0) ; extra == "test"
Requires-Dist: pytest-cov (>=6.0.0,<7.0.0) ; extra == "test"
Requires-Dist: rich (>=13.8.1,<14.0.0) ; extra == "dev"
Requires-Dist: rstobj (==1.2.1) ; extra == "doc"
Requires-Dist: sphinx-copybutton (>=0.5.2,<1.0.0) ; extra == "doc"
Requires-Dist: sphinx-design (>=0.6.1,<1.0.0) ; extra == "doc"
Requires-Dist: sphinx-jinja (>=2.0.2,<3.0.0) ; extra == "doc"
Requires-Dist: twine (>=6.0.0,<7.0.0) ; extra == "dev"
Requires-Dist: wheel (>=0.45.0,<1.0.0) ; extra == "dev"
Project-URL: Changelog, https://github.com/MacHu-GWU/docpack-project/blob/main/release-history.rst
Project-URL: Documentation, https://docpack.readthedocs.io/en/latest/
Project-URL: Download, https://pypi.org/pypi/docpack#files
Project-URL: Homepage, https://github.com/MacHu-GWU/docpack-project
Project-URL: Issues, https://github.com/MacHu-GWU/docpack-project/issues
Project-URL: Repository, https://github.com/MacHu-GWU/docpack-project
Description-Content-Type: text/x-rst


.. image:: https://readthedocs.org/projects/docpack/badge/?version=latest
    :target: https://docpack.readthedocs.io/en/latest/
    :alt: Documentation Status

.. image:: https://github.com/MacHu-GWU/docpack-project/actions/workflows/main.yml/badge.svg
    :target: https://github.com/MacHu-GWU/docpack-project/actions?query=workflow:CI

.. image:: https://codecov.io/gh/MacHu-GWU/docpack-project/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/MacHu-GWU/docpack-project

.. image:: https://img.shields.io/pypi/v/docpack.svg
    :target: https://pypi.python.org/pypi/docpack

.. image:: https://img.shields.io/pypi/l/docpack.svg
    :target: https://pypi.python.org/pypi/docpack

.. image:: https://img.shields.io/pypi/pyversions/docpack.svg
    :target: https://pypi.python.org/pypi/docpack

.. image:: https://img.shields.io/badge/Release_History!--None.svg?style=social
    :target: https://github.com/MacHu-GWU/docpack-project/blob/main/release-history.rst

.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
    :target: https://github.com/MacHu-GWU/docpack-project

------

.. image:: https://img.shields.io/badge/Link-Document-blue.svg
    :target: https://docpack.readthedocs.io/en/latest/

.. image:: https://img.shields.io/badge/Link-API-blue.svg
    :target: https://docpack.readthedocs.io/en/latest/py-modindex.html

.. image:: https://img.shields.io/badge/Link-Install-blue.svg
    :target: `install`_

.. image:: https://img.shields.io/badge/Link-GitHub-blue.svg
    :target: https://github.com/MacHu-GWU/docpack-project

.. image:: https://img.shields.io/badge/Link-Submit_Issue-blue.svg
    :target: https://github.com/MacHu-GWU/docpack-project/issues

.. image:: https://img.shields.io/badge/Link-Request_Feature-blue.svg
    :target: https://github.com/MacHu-GWU/docpack-project/issues

.. image:: https://img.shields.io/badge/Link-Download-blue.svg
    :target: https://pypi.org/pypi/docpack#files


Welcome to ``docpack`` Documentation
==============================================================================
.. image:: https://docpack.readthedocs.io/en/latest/_static/docpack-logo.png
    :target: https://docpack.readthedocs.io/en/latest/

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 <https://github.com/MacHu-GWU/docpack-project/blob/main/genai/generate_knowledge_base.py>`_ script converts the `docpack <https://github.com/MacHu-GWU/docpack-project>`_ GitHub repository into an `all_in_one_knowledge_base.txt <https://github.com/MacHu-GWU/docpack-project/blob/main/genai/sample_knowledge_base/all_in_one_knowledge_base.txt>`_ file. It is concatenated from all of the files in the `sample_knowledge_base <https://github.com/MacHu-GWU/docpack-project/tree/main/genai/sample_knowledge_base>`_ directory.


.. _install:

Install
------------------------------------------------------------------------------

``docpack`` is released on PyPI, so all you need is to:

.. code-block:: console

    $ pip install docpack

To upgrade to latest version:

.. code-block:: console

    $ pip install --upgrade docpack

