nimaid / python3-module-template

The personal Python 3 module template for nimaid.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nimaid's Python 3 Project Template

A Python 3 module.

Example image

project on Pypi

Command Line Usage:

usage: python3-template [-h] -1 FIRST_ARG [-2 SECOND_ARG] [-o OPCODE]

A python 3 module.

Valid parameters are shown in {braces}
Default parameters are shown in [brackets].

options:
  -h, --help            show this help message and exit
  -1 FIRST_ARG, --first FIRST_ARG
                        the first argument
  -2 SECOND_ARG, --second SECOND_ARG
                        the second argument [1.0]
  -o OPCODE, --operation OPCODE
                        the operation to perform on the arguments, either {+, -, *, /} [+]

Usage In Custom Code

TODO

Full Documentation

TODO

function()

Description

Returns: A type object

  • param [required]
    • Description
    • Type
    • Valid values

About

The personal Python 3 module template for nimaid.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%