# pathlib **Repository Path**: xiaminghu/pathlib ## Basic Information - **Project Name**: pathlib - **Description**: C++ implementation of python pathlib, offers almost the same api, currently based on Qt. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-11 - **Last Updated**: 2021-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pathlib This project is created with reference to [Python pathlib](https://pathlib.readthedocs.io/en/pep428/), because of which has almost the same behavior as `pathlib`, while this project makes some trade-offs to add/remove some interfaces. Currently, this project is based on Qt, since It provide full access for path handling.