Metadata-Version: 2.1
Name: tq_datasets
Version: 0.1.1
Summary: Some simple interface for the operations of dataset.
Home-page: https://gitee.com/torchW/tq_datasets.git
Author: TripleQuiz
Author-email: triple_quiz@163.com
License: MIT
Keywords: python,util,datasets,operation,interface,abc/factory
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows
Classifier: Natural Language :: Chinese (Simplified)
Requires-Python: >=3.7, <3.12
Description-Content-Type: text/markdown
Requires-Dist: tq-utils>=0.2.2

撰写的一些用于操作数据库的统一定义的接口。
具体操作函数：
 - 遍历数据集所有脚本的函数，可以指定脚本的读取、处理和过滤方法；
 - ...

具体接口：
 - 对数据集操作的整合，做成 ABC 或者 Factory。
