Socket
Socket
Sign inDemoInstall

pydocgen

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pydocgen

Automatically generate docstrings and documentation files for your code!


Maintainers
1

PyDocGen

Automatically generate docstrings and documentation for your Python modules!

Installation

pip install pydocgen

Usage

Pydocgen currently will accept a Python module file, it will support packages in the near future

pydocgen --help         #View all options
pydocgen -i file_name

Features

  • Easy to use, quick way to document your code
  • Input module file will automatically be decorated with docstrings (under development)
    • Only need to fill in variable and function description
    • Automatic type inference!
  • Documentation files will be generated automatically (current supports HTML)

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc