1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_PATHPY 2*4882a593Smuzhiyun bool "python-pathpy" 3*4882a593Smuzhiyun depends on BR2_PACKAGE_PYTHON3 4*4882a593Smuzhiyun help 5*4882a593Smuzhiyun path.py implements a path objects as first-class 6*4882a593Smuzhiyun entities, allowing common operations on files to 7*4882a593Smuzhiyun be invoked on those path objects directly. 8*4882a593Smuzhiyun 9*4882a593Smuzhiyun https://github.com/jaraco/path.py 10