Metadata-Version: 2.4
Name: ai_documentation_orchestrator
Version: 1.0.1
Summary: Orchestrate the creation of a documentation file plus a technical diagram.
License: GPL-2.0-only
Keywords: AI,documentation,generator,orchestrator,Copilot,Gemini
Author: Ahmad Ferdaus Abd Razak
Author-email: fer1035@gmail.com
Requires-Python: >=3.13,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Project-URL: Repository, https://gitlab.com/fer1035_python/modules/pypi-ai_documentation_orchestrator
Description-Content-Type: text/x-rst

=================================
**ai_documentation_orchestrator**
=================================

Overview
--------

Orchestrate the creation of a documentation file plus a technical diagram.

Usage
-----

Installation:

.. code-block:: BASH

   pip3 install ai_documentation_orchestrator
   # or
   python3 -m pip install ai_documentation_orchestrator

CLI:

.. code-block:: BASH

   ai_doc_orchestrator \
      -t "AWS Account Management with Terraform" \
      -c "./aws_accounts.tf" \
      -m "gpt-5" \
      -i "gemini-3.1-flash-lite-image" \
      -b "./documentation.md" \
      -r "./refs/documentation_format.md" \
      -p "./prompts/diagram.txt" \
      -d "./diagram.png" \
      -n
      -k "my-gemini-api-key" \
      -g "./prompts/gen_doc.txt" \
      -u "./prompts/update_doc.txt" \

Available options:

.. code-block:: BASH

   ai_doc_orchestrator -h

