pydmt package¶
Subpackages¶
- pydmt.api package
- pydmt.builders package
- pydmt.core package
- Submodules
- pydmt.core.cache module
- pydmt.core.graph module
- pydmt.core.pydmt module
BuildProcessStats
BuildProcessStats.add_builder_fail()
BuildProcessStats.add_builder_ok()
BuildProcessStats.add_copy_missing()
BuildProcessStats.add_copy_sha1()
BuildProcessStats.add_nop()
BuildProcessStats.get_builder_fail()
BuildProcessStats.get_builder_ok()
BuildProcessStats.get_copy_missing()
BuildProcessStats.get_nop()
BuildProcessStats.get_os_error_code()
PyDMT
- pydmt.core.tempdir module
- Module contents
- pydmt.features package
- pydmt.helpers package
- Submodules
- pydmt.helpers.python module
array_indented()
dict_indented()
find_packages()
get_attr()
get_classifiers()
get_license_type()
get_list_quoted()
get_list_unquoted()
get_package_name()
get_platforms()
hlp_files_under()
hlp_source_under()
make_console_script()
make_hlp_project_classifiers()
make_hlp_project_keywords()
make_hlp_project_platforms()
make_hlp_wrap()
- Module contents
- pydmt.utils package
Submodules¶
pydmt.configs module¶
- class pydmt.configs.ConfigApt[source]¶
Bases:
Config
Parameters to configure how we run apt
- apt_quiet = False¶
- class pydmt.configs.ConfigFlow[source]¶
Bases:
Config
Parameters to configure the flow of pydmt
- stop_after_error = True¶
- class pydmt.configs.ConfigImport[source]¶
Bases:
Config
Configure how to set PYTHONPATH
- import_cwd = True¶
- import_home = False¶
- import_system = False¶
- class pydmt.configs.ConfigLogging[source]¶
Bases:
Config
Parameters to control logging
- loglevel = 'INFO'¶
- class pydmt.configs.ConfigOutput[source]¶
Bases:
Config
Parameters to configure the output of pydmt
- print_not = False¶
- verbose = True¶
- class pydmt.configs.ConfigReqs[source]¶
Bases:
Config
Parameters to configure addgin requirements
- reqs_add_dev = False¶
- class pydmt.configs.ConfigSubprocess[source]¶
Bases:
Config
Parameters to configure how we run subprocess
- print_command = False¶
- quiet = False¶
pydmt.main module¶
- pydmt.main.add_all_features(p)[source]¶
This method should be automatic, order matters here which is not good, order should be derived and not set in stone
pydmt.static module¶
version which can be consumed from within the module