Code manual

drain-swamp has built-in build plugins and is extendable.

Note

code isolation

Lets not reinvent the wheel.

Care is taken to leverage the upstream codebases. Counter-intuitively, there is less reliance on the drain-swamp codebase

drain_swamp.__all__: tuple[str, str, str, str] = ("PyProjectTOMLParseError", "BackendNotSupportedError", "PyProjectTOMLReadError", "MissingRequirementsFoldersFiles")

Package level exports are limited to just custom exceptions. This was originally done to avoid unexpected side effects