.. _f-packagedconfig: module ``packaged.packaged_config`` =================================== Short summary +++++++++++++ module ``pymyinstall.packaged.packaged_config`` Defines different set of modules to install. :githublink:`%|py|8` Functions +++++++++ +----------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------+ | function | truncated documentation | +====================================================================================================+================================================================================+ | :func:`_build_set_correspondance ` | builds a dictionary which returns a dictionary *{ name: function_set }*. | +----------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------+ | :func:`_function_set_name ` | return the name of a function (not the module) | +----------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------+ | :func:`classifiers2string ` | Shortens the list of classifiers into a string. | +----------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------+ | :func:`get_package_set ` | return a list of modules included in one the functions imported in this module | +----------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------+ | :func:`name_sets_dataframe ` | returns a RST tables which described all the available sets | +----------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pymyinstall.packaged.packaged_config :members: :special-members: __init__ :show-inheritance: