Skip to main content

Decorators for Developers

Project description

Pythion

Pythion is a command-line interface (CLI) tool designed to assist Python developers by generating documentation strings using AI. With an easy-to-use interface built on the Click library, Pythion provides a seamless way to enhance your Python projects with well-structured docstrings and documentation management.

Features

  • Generate documentation strings for Python functions and classes.
  • Iterate through documents in specified directories.
  • Flexible options to include or exclude already documented functions.

Table of Contents

Installation

You can install Pythion via pip. Open your terminal and enter:

pip install pythion

Usage

After installing Pythion, you can invoke the command-line tool as follows:

pythion [OPTIONS] COMMAND [ARGS]...

Commands

1. make_docstr

Generates documentation for any given function or class name.

pythion make-docstr <root_dir>
  • Arguments:
    • root_dir: The path to the root directory containing the Python files to analyze.

Example:

pythion make-docstr /path/to/dir

2. build-doc-cache

Bulk builds a documentation cache for functions and methods in a specified directory.

This cache then can later be used via iter-docs

pythion build-doc-cache <root_dir> [--use_all]
  • Arguments:
    • root_dir: The directory path where the Python files are located.
  • Options:
    • -ua, --use_all: If set, generates docstrings for all functions; otherwise, only for those without docstrings.

Example:

pythion build-doc-cache /path/to/dir --use_all

3. iter-docs

Iterates through the documentation cache.

pythion iter-docs <root_dir>
  • Arguments:
    • root_dir: The path to the directory containing documents to be iterated.

Example:

pythion iter-docs /path/to/dir

NOTES

  • You must have an OpenAI API key saves on your environment for the key OPENAI_API_KEY

License

This project is licensed under the MIT License. See the LICENSE file for details.

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

pythion-1.0.1.tar.gz (18.3 kB view details)

Uploaded Source

Built Distribution

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

pythion-1.0.1-py3-none-any.whl (20.0 kB view details)

Uploaded Python 3

File details

Details for the file pythion-1.0.1.tar.gz.

File metadata

  • Download URL: pythion-1.0.1.tar.gz
  • Upload date:
  • Size: 18.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for pythion-1.0.1.tar.gz
Algorithm Hash digest
SHA256 805110f8178a8797c584afbf270e6acd3a8d76554564df200e7d47aa6162c6ee
MD5 75b9910b4e787adeecf233258baffdad
BLAKE2b-256 fc88d4032b55e897252b424354cb37109a27c2c4e735c8550fbf1bcb8daad0f8

See more details on using hashes here.

File details

Details for the file pythion-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: pythion-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 20.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for pythion-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f321a2b5fe66631463570b0808c7a4d7fc6df02eb6bdcd598f0c56739f505fae
MD5 aebdb59d1df2373a27542a0e5963c3a3
BLAKE2b-256 660b12f317f6dca6553996d070f25569fb3957c97f44f3bc95a5f13b1532653f

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