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
BuildProcessStatsBuildProcessStats.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.apt module
- pydmt.helpers.attrs module
- pydmt.helpers.composites module
- pydmt.helpers.deb_python_package module
- pydmt.helpers.files module
- pydmt.helpers.general module
- pydmt.helpers.git module
- pydmt.helpers.github module
- pydmt.helpers.messages module
- pydmt.helpers.misc module
- pydmt.helpers.pkgs module
- pydmt.helpers.project module
- 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()
- pydmt.helpers.signature module
- pydmt.helpers.snipplets module
- pydmt.helpers.urls module
- Module contents
- pydmt.utils package
Submodules¶
pydmt.configs module¶
configurations for this project
- class pydmt.configs.ConfigApt[source]¶
Bases:
ConfigParameters to configure how we run apt
- apt_quiet = False¶
- class pydmt.configs.ConfigFlow[source]¶
Bases:
ConfigParameters to configure the flow of pydmt
- stop_after_error = True¶
- class pydmt.configs.ConfigImport[source]¶
Bases:
ConfigConfigure how to set PYTHONPATH
- import_cwd = True¶
- import_home = False¶
- import_system = False¶
- class pydmt.configs.ConfigLogging[source]¶
Bases:
ConfigParameters to control logging
- loglevel = 'INFO'¶
- class pydmt.configs.ConfigOutput[source]¶
Bases:
ConfigParameters to configure the output of pydmt
- print_not = False¶
- verbose = True¶
- class pydmt.configs.ConfigReqs[source]¶
Bases:
ConfigParameters to configure addgin requirements
- reqs_add_dev = False¶
- class pydmt.configs.ConfigSubprocess[source]¶
Bases:
ConfigParameters to configure how we run subprocess
- print_command = False¶
- quiet = False¶
pydmt.main module¶
main.py
- 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
Module contents¶
Initialize the module