Template:Python Programming/External module
Appearance
{{{2}}} | |
PyPi Link | https://pypi.python.org/pypi/{{{1}}} |
---|---|
Pip command | pip install {{{1}}} |
External module
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | 1 modulename name modname pypiname PyPiname module name PyPi name pypi name | The name of the module on PyPi
| String | required |
Description | 2 desc short description summary blurb statement pypi description | A short description about the module, usually copied from its PyPi link
| String | suggested |
Documentation Link | doc doc documentation | The link to external documentation if avaliable | URL | optional |
Import Name | import import string import command module import name | Name if the name for importing is different than the PyPi name | String | optional |
Dependencies | dependencies dep reqs requirements | Any required packages module needs if they are not auto-installed | String | optional |
Optional Packages | optional op extra suggested | Extra packages that improve module function | String | optional |