extras_require_demos.manual_subpackage

This is an example of defining requirements manually.

It was created with the following code:

.. extras-require:: extra_c

    pytz >=2019.1

Attention

This module has the following additional requirement:

pytz>=2019.1

This can be installed as follows:

python -m pip install extras-require-demos[extra_c]

Functions:

function_d(arg1[, arg2, arg3])

This function does something

function_d(arg1, arg2=0, arg3='abc')[source]

This function does something

Parameters
  • arg1 (any) – An argument

  • arg2 (int) – An integer argument. Default 0.

  • arg3 (str) – A string argument. Default 'abc'.