pylike
pylike is a Python library designed to simplify the process of working with file paths. It provides an object-oriented interface that makes path manipulation more intuitive and less error-prone than using traditional string-based methods. The core of the library is the `Path` object, which represents a file system path. This object offers a rich set of methods for common path operations.
Key features of pylike include path joining, accessing path components like the parent directory, filename, and
Users can create a `Path` object by passing a string representing the path to the `Path` constructor.