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