AutoDocify is a command-line interface (CLI) tool designed to automate the generation of project documentation and placeholder test files. Leveraging the power of Large Language Models (LLMs), AutoDocify streamlines your development workflow by creating professional READMEs, basic technical documentation, and a starting point for your testing strategy
Project description
AutoDocify CLI
Overview
AutoDocify CLI is a command-line tool designed to automate the generation of various project documentation, including READMEs, technical documentation, Swagger specifications, and test files. Leveraging AI, it streamlines your documentation workflow, saving you valuable time and effort. It currently supports Gemini, OpenAI, and Bard as language models (LLMs).
[TOC]
Installation Instructions
Prerequisites:
- Python 3.8 or higher
pip(Python package installer)
Installation:
-
Clone the repository:
git clone <REPOSITORY_URL> cd <PROJECT_NAME>
-
Install dependencies:
pip install -r requirements.txt
-
Configuration (Optional): Set your AI API keys and backend URLs in the
.envfile. An example.envfile (.env.example) is provided. You need to replace the placeholder values with your actual keys.
Usage Guide
The AutoDocify CLI offers several commands to generate different types of documentation. All commands accept a base_dir argument to specify the project directory. If not provided, it defaults to the current working directory. The llm argument allows you to specify the LLM to use ("gemini", "openai", or "bard").
Basic Usage:
autodocify <command> [options]
Available Commands:
greet: A simple greeting command.generate-readme: Generates a README.md file.generate-tests: Generates test files (currently supports Python'spytest).generate-docs: Generates technical documentation.generate-swagger: Generates Swagger documentation (JSON or YAML).
Examples:
-
Generate a README using Gemini:
autodocify generate-readme --llm gemini --output-file README_gemini.md
-
Generate tests using Bard in a specific directory:
autodocify generate-tests --base-dir /path/to/my/project --llm bard
-
Generate Swagger documentation as YAML:
autodocify generate-swagger --format yaml --output-file swagger.yaml
Configuration
AutoDocify uses a .env file for configuration. You can customize settings like the backend URL and AI API keys. Refer to the .env.example file for the structure and available options. Remember to rename .env.example to .env after setting your configurations.
Technical Details
- Programming Language: Python
- Framework: Typer (for CLI), Rich (for console output)
- Libraries:
requests,pydantic-settings,google.generativeai(for Gemini), OpenAI Python library (for OpenAI), potentially others depending on LLM support. - Architecture: The CLI interacts with an AI backend service (currently a placeholder, but the structure supports different LLMs) to generate the documentation.
Contribution Guidelines
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and ensure they are well-documented and tested.
- Commit your changes with clear commit messages.
- Submit a pull request. Please follow our coding standards and ensure your code passes all tests.
License
This project is licensed under the <LICENSE_NAME> License - see the LICENSE file for details.
FAQs
-
Q: What AI models are supported?
- A: Currently, Gemini, OpenAI, and Bard are supported. Support for more LLMs may be added in future releases.
-
Q: How can I customize the generated documentation?
- A: You can customize the output by modifying the prompts templates found in the
prompt_templatesdirectory, adjusting settings in the.envfile, or adding arguments to the CLI commands.
- A: You can customize the output by modifying the prompts templates found in the
-
Q: What if the AI generation fails?
- A: The CLI includes robust error handling. It will display informative error messages, which often provide hints to help debug the problem. Contact support if you're unable to resolve the issue.
Support
For support or bug reports, please open an issue on the GitHub repository. For urgent issues, contact <YOUR_EMAIL>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file autodocify_cli-0.4.5.tar.gz.
File metadata
- Download URL: autodocify_cli-0.4.5.tar.gz
- Upload date:
- Size: 18.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.13.1 Linux/6.8.0-1020-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
073729ea18c7227ce8158ea83dc1ce21793ab3033d284d60b601aa41c5c41417
|
|
| MD5 |
daef2b233bf9ccc2b91ffbe8dc629af4
|
|
| BLAKE2b-256 |
1f30bc58f55d458b24b0a951b96aadb9002ac2c0ecc5b68b38e9c2a1c4a0d822
|
File details
Details for the file autodocify_cli-0.4.5-py3-none-any.whl.
File metadata
- Download URL: autodocify_cli-0.4.5-py3-none-any.whl
- Upload date:
- Size: 26.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.13.1 Linux/6.8.0-1020-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79018946cd57803aaeeb381d7e928819ffe0c87fe8bec6fe96cc0a79e4467bff
|
|
| MD5 |
2fd197ab7c5c572f9bfec5ce3e1826d8
|
|
| BLAKE2b-256 |
6e9a1cdd86f24f7b02fd60c82f3d9d8cdae9c280e14794fd7f6aa84250283828
|