extras_require_demos.setup_cfg_subpackage

This is an example of defining requirements in a setup.cfg file.

It was created with the following code:

.. extras-require:: extra_c
    :setup.cfg:

Attention

This module has the following additional requirements:

faker
pytest
tox

These can be installed as follows:

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

Functions:

function_c(arg1[, arg2, arg3])

This function does something

function_c(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'.