_helpers.py¶
General Helper Functions
- nautilus_namecodes._helpers.get_path_to_project_root() pathlib.Path¶
Gets the Path Object for the Project Root, by testing for ‘pyproject.toml’
- nautilus_namecodes._helpers.get_unicode_document(path: pathlib.Path) str¶
Get the Toml Document from Path
- nautilus_namecodes._helpers.path_to_pyproject_toml() pathlib.Path¶
Get pyproject.toml from relative path.