From b18fd8184fbc17d56cea9c761522775e5d8d72ad Mon Sep 17 00:00:00 2001 From: yanghua Date: Sat, 21 Sep 2024 15:21:51 +0800 Subject: [PATCH] Add more details for README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71f2deb..1e1ad75 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # tosfs -tosfs is a tos Python client that implements the fsspec interface. + +[![PyPI version](https://badge.fury.io/py/tosfs.svg)](https://pypi.python.org/pypi/tosfs/) +![Build](https://github.com/volcengine/tosfs/workflows/UnitTest/badge.svg) + +TOSFS builds on [Volcengine TOS Python SDK](https://github.com/volcengine/ve-tos-python-sdk) to provide a convenient Python filesystem interface for [TOS(Tinder Object Storage)](https://www.volcengine.com/docs/6349/74820). +