Template:Python Programming/External module

{{{1}}}
{{{2}}}
PyPi Linkhttps://pypi.python.org/pypi/{{{1}}}
Pip commandpip install {{{1}}}

External module

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Name1 modulename name modname pypiname PyPiname module name PyPi name pypi name

The name of the module on PyPi

Example
numpy
Stringrequired
Description2 desc short description summary blurb statement pypi description

A short description about the module, usually copied from its PyPi link

Example
NumPy: array processing for numbers, strings, records, and objects.
Stringsuggested
Documentation Linkdoc doc documentation

The link to external documentation if avaliable

URLoptional
Import Nameimport import string import command module import name

Name if the name for importing is different than the PyPi name

Stringoptional
Dependenciesdependencies dep reqs requirements

Any required packages module needs if they are not auto-installed

Stringoptional
Optional Packagesoptional op extra suggested

Extra packages that improve module function

Stringoptional