Skip to main content

A FastAPI library for generating and managing project documentation

Project description

FastAPI AutoDoc

FastAPI AutoDoc is a library designed to help developers generate and manage project documentation dynamically for Python projects. It integrates seamlessly with FastAPI and provides a web-based dashboard for managing and viewing documentation.

Features

  • Dynamic Documentation: Automatically generate documentation for Python FastApi projects.
  • Web-Based Dashboard: View and manage documentation through a user-friendly interface.
  • File Watching: Monitor project files for changes and update documentation in real-time.
  • REST API: Expose endpoints for interacting with the documentation service programmatically.
  • Health Check: Built-in health check endpoint to monitor the service.

Installation

You can install the library using pip:

pip install fastapi-autodoc==1.0.0.7

Usage

After installing the library, you can run the FastAPI AutoDoc server using the following command:

fastapi-autodoc generate
fastapi-autodoc runserver

This will start the server on http://127.0.0.1:8000 by default.


Accessing the Dashboard

Once the server is running, you can access the web-based dashboard at:

http://127.0.0.1:8000/api/v1/documentation/dashboard

From the dashboard, you can:

  • View the list of documented projects.
  • Generate new documentation.
  • Monitor file changes in real-time.
  • When you view the documentation, it will be displayed in a web-based interface. And you can always view detailed documentation

Health Check

To verify that the server is running, you can access the health check endpoint:

http://127.0.0.1:8000/health

This will return a JSON response indicating the status of the service:

{
  "status": "ok"
}

Configuration

You can customize the behavior of FastAPI AutoDoc by setting environment variables in a .env file. For example:

PROJECT_PATH=the path to the project you want to document
DEBUG=True

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests on the GitHub repository.


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastapi_autodoc-1.0.8.tar.gz (30.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fastapi_autodoc-1.0.8-py3-none-any.whl (34.5 kB view details)

Uploaded Python 3

File details

Details for the file fastapi_autodoc-1.0.8.tar.gz.

File metadata

  • Download URL: fastapi_autodoc-1.0.8.tar.gz
  • Upload date:
  • Size: 30.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.11

File hashes

Hashes for fastapi_autodoc-1.0.8.tar.gz
Algorithm Hash digest
SHA256 f1c7bb56736fea1f5562431a9f36fd522ed0676ad523488c34c5f3b66c5a496b
MD5 dc7839acfa42f42eb7c777f253d6c982
BLAKE2b-256 14b4e28e048275c4d7a6172e8a935cb872c2481c4d586c938e5561be99d264c4

See more details on using hashes here.

File details

Details for the file fastapi_autodoc-1.0.8-py3-none-any.whl.

File metadata

File hashes

Hashes for fastapi_autodoc-1.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 4868f3454e6cb1052af4e5c5d44021835738cba48b158cc513e9f49d97475205
MD5 fbf0eae1352d2caf8277bd78892f13fa
BLAKE2b-256 0f054144ed155281a0e175d7aa82d2f12072237bf0e36ee86d3f5f7b4430dd91

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page