|
def | parsers (self) |
|
def | parse_section_packages__find (self, section_options) |
|
def | parse_section_entry_points (self, section_options) |
|
def | parse_section_package_data (self, section_options) |
|
def | parse_section_exclude_package_data (self, section_options) |
|
def | parse_section_extras_require (self, section_options) |
|
def | parse_section_data_files (self, section_options) |
|
Public Member Functions inherited from ConfigHandler |
def | __init__ (self, target_obj, options, ignore_option_errors=False) |
|
def | __setitem__ (self, option_name, value) |
|
def | parse_section (self, section_options) |
|
def | parse (self) |
|
◆ parse_section_data_files()
def parse_section_data_files |
( |
|
self, |
|
|
|
section_options |
|
) |
| |
Parses `data_files` configuration file section.
:param dict section_options:
◆ parse_section_entry_points()
def parse_section_entry_points |
( |
|
self, |
|
|
|
section_options |
|
) |
| |
Parses `entry_points` configuration file section.
:param dict section_options:
◆ parse_section_exclude_package_data()
def parse_section_exclude_package_data |
( |
|
self, |
|
|
|
section_options |
|
) |
| |
Parses `exclude_package_data` configuration file section.
:param dict section_options:
◆ parse_section_extras_require()
def parse_section_extras_require |
( |
|
self, |
|
|
|
section_options |
|
) |
| |
Parses `extras_require` configuration file section.
:param dict section_options:
◆ parse_section_package_data()
def parse_section_package_data |
( |
|
self, |
|
|
|
section_options |
|
) |
| |
Parses `package_data` configuration file section.
:param dict section_options:
◆ parse_section_packages__find()
def parse_section_packages__find |
( |
|
self, |
|
|
|
section_options |
|
) |
| |
Parses `packages.find` configuration file section.
To be used in conjunction with _parse_packages().
:param dict section_options:
◆ parsers()
Metadata item name to parser function mapping.
Reimplemented from ConfigHandler.
◆ section_prefix
The documentation for this class was generated from the following file:
- /home/passerat/Stage/flaskProject/venv/lib/python3.8/site-packages/setuptools/config.py