New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vicdocs

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vicdocs

pipPyPI
Version
0.0.1
Maintainers
1

A program documented with vicdocs

vicdocs

vicdocs is a documentation generator for VisionScript.

vicdocs reads a VisionScript file (.vic), parses the comments, and generates a HTML document with:

  • The program code;
  • The title, description, and author information specified (if any);
  • A list of function definitions.

vicdocs only works with single-file scripts.

Installation

vicdocs is available on PyPI, so you can install it with pip:

pip install vicdocs

Usage

To generate a documentation file, run vicdocs with the path to the VisionScript file as the first argument:

vicdocs file.vic

This will generate a HTML file in a {file}-docs, where {file} is the name of the VisionScript file for which you are generating documentation.

License

This project is licensed under an MIT license.

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