Metadata-Version: 2.3
Name: yunpath
Version: 0.0.1
Summary: Monkey patch cloudpathlib to fix issues or add features
License: MIT
Author: pwwang
Author-email: pwwang@pwwang.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: cloudpathlib (>=0.20.0,<0.21.0)
Description-Content-Type: text/markdown

# yunpath

`Yun` (`云`) is the Chinese word for `cloud`. `yunpath` is a Python library that extends the `pathlib` library to support cloud storage services.

## Credits

This library is a wrapper around the [`cloudpathlib`][1] library.

## Installation

```bash
pip install yunpath
```

## Features

- Add `rmtree` to `pathlib.PurePath` to match the `cloudpathlib.CloudPath` API.
- Allow to `mkdir` for `GSPath` objects.

[1]: https://github.com/drivendataorg/cloudpathlib

