Skip to content

Commit 979b73f

Browse files
author
xinetzone
committed
project init
modified: .gitignore modified: README.md
1 parent c636ee3 commit 979b73f

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

.gitignore

+14
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,17 @@ venv.bak/
102102

103103
# mypy
104104
.mypy_cache/
105+
106+
# vscode & vs
107+
.vs
108+
.vscode
109+
110+
# office & pdf
111+
*.doc
112+
*.docx
113+
*.pdf
114+
115+
# data
116+
data/
117+
draft/
118+
Untitled.*

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
# loader
2-
数据处理通用 API
1+
# 数据工具
2+
3+
[![GitHub issues](https://img.shields.io/github/issues/xinetzone/loader)](https://github.com/xinetzone/loader/issues) [![GitHub forks](https://img.shields.io/github/forks/xinetzone/loader)](https://github.com/xinetzone/loader/network) [![GitHub stars](https://img.shields.io/github/stars/xinetzone/loader)](https://github.com/xinetzone/loader/stargazers) [![GitHub license](https://img.shields.io/github/license/xinetzone/loader)](https://github.com/xinetzone/loader/blob/master/LICENSE) ![repo size](https://img.shields.io/github/repo-size/xinetzone/loader.svg)
4+
5+
本项目的目标是编写一个强大的数据工具,让数据处理不再是恶梦。关于该仓库的 API 使用请参阅 [datasetsome](https://github.com/DataLoaderX/datasetsome)

0 commit comments

Comments
 (0)