Skip to main content

Anthropic Auto Docstrings Generator, using updated asynchronous methods.

Project description

Source Code: https://github.com/JordanM575/anthropicautodocstrings

Test

Test

Anthropicautodocstrings is a command-line tool with the following key features:

  • Updates the docstrings in Python files using the Anthropic API.
  • Can process a single file or a directory of files, including all subdirectories.

Anthropicautodocstrings uses the Anthropic API to generate docstrings, so these are not guaranteed to be perfect. The claude-instant-1.2 model is used to generate the docstrings. This is the fastest. The version this was forked from is slow in comparison. To increase raw speed! This runs asyncronously.

Anthropicautodocstrings will work best for code that already has good type hints. Without type hints, the Anthropic API will have to guess input and return types, which may not be accurate.


Requirements

  • Python 3.10+
  • A valid Anthropic API KEY. Set in the environment variables.

Installation

To install the dependencies for this tool, run the following command:

$ pip install anthropicautodocstrings

Usage

To use this tool, run the following commands:

$ export ANTHROPIC_API_KEY=1234567890
$ aads INPUT `       
    [--replace-existing-docstrings] `
    [--skip-constructor-docstrings] `
    [--exclude-directories EXCLUDE_DIRECTORIES] `
    [--exclude-files EXCLUDE_FILES]

Where INPUT is a Python file or directory containing Python files to update the docstrings in, API_KEY is your Anthropic API key, and the optional flags --replace-existing-docstrings and --skip-constructor-docstrings can be used to skip updating docstrings for constructors (init methods) and replacing existing docstirngs. EXCLUDE_DIRECTORIES and EXCLUDE_FILES are comma-separated lists of directories and files to exclude from the update.


Examples

Update the docstrings in all Python files in the my_code directory:

$ aads cool_code/

Update the docstrings in the my_file.py file:

$ aads awesome_script.py

Update the docstrings in all Python files in the my_code directory and replace existing ones:

$ aads cool_code/ --replace-existing-docstrings

Update the docstrings in all Python files in the my_code directory, but skip updating docstrings for class constructors (init methods):

$ aads cool_code/ --skip-constructor-docstrings

Update the docstrings in all Python files in the my_code directory, but exlcude the exclude_dir directory and the exclude_file_1.py and exclude_file_2.py files:

$ aads my_code/ --exclude-directories exclude_dir --exclude-files exclude_file_1.py,exclude_file_2.py

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

anthropicautodocstrings-0.0.4.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

anthropicautodocstrings-0.0.4-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

Details for the file anthropicautodocstrings-0.0.4.tar.gz.

File metadata

  • Download URL: anthropicautodocstrings-0.0.4.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.0 Linux/5.15.0-1041-azure

File hashes

Hashes for anthropicautodocstrings-0.0.4.tar.gz
Algorithm Hash digest
SHA256 9cac6d92dbb76fb3b1ca490c1f074046be4f9104e6e2fa799bfcbe04a94e773d
MD5 a45ad53b387404bc1594f9e118b07559
BLAKE2b-256 6937b7c0a07f3613295ce6ace03748b269972700645707568ceb6b002a0dad40

See more details on using hashes here.

File details

Details for the file anthropicautodocstrings-0.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for anthropicautodocstrings-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 933070451fb0f54fde9632bca960da586a348c2a8d8383903e18b16bf02fd384
MD5 af5056699f36af29ba999c9124c15ffa
BLAKE2b-256 b3790bba171db5c2775a88c75d3bca3079774e695460040f40ca130cc555cab1

See more details on using hashes here.

Supported by

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