This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: UTF-8 -*- | |
""" | |
Provides cleanup tasks for invoke build scripts (as generic invoke tasklet). | |
Simplifies writing common, composable and extendable cleanup tasks. | |
PYTHON PACKAGE REQUIREMENTS: | |
* path.py >= 8.2.1 (as path-object abstraction) | |
* pathlib (for ant-like wildcard patterns; since: python > 3.5) | |
* pycmd (required-by: clean_python()) |