Metadata-Version: 2.1
Name: asrertools
Version: 0.0.0
Summary: A small package about small basic IO operation when coding
Home-page: https://github.com/lvzii/asrertools
Author: youshuJi
Author-email: zjs20001205@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/lvzii/asrertools/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# 当前版本
0.0.0

# 说明
这是一些ASR/Speech工作人员常用的函数组成的包，可以简化一些读写操作，使代码更加可读。主要包括两个部分：基本的读写工具和机器学习/深度学习工作中常用的数据处理函数。

## baseio
基本的读写工具。包括了文件读写、文件夹读写、数据读写等功能。

## baseml
机器学习/深度学习工作中常用的数据处理函数。包括划分十折交叉数据、常见json格式数据读取等功能。

## Emample

```python
pass
```




