Metadata-Version: 2.4
Name: richlog_fs
Version: 0.0.3
Summary: richlog for fs accessing.
License: MIT
License-File: LICENSE
Keywords: richlog
Author: ChenyangGao
Author-email: wosiwujm@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: errno2 (>=0.0.5)
Requires-Dist: python-decotools (>=0.0.3)
Requires-Dist: rich
Project-URL: Homepage, https://github.com/ChenyangGao/python-modules/tree/main/richlog_fs
Project-URL: Repository, https://github.com/ChenyangGao/python-modules/tree/main/richlog_fs
Description-Content-Type: text/markdown

# richlog for fs accessing.

## Installation

You can install from [pypi](https://pypi.org/project/richlog_fs/)

```console
pip install -U richlog_fs
```

## Usage

```python
import richlog_fs
```

