Metadata-Version: 2.1
Name: dataer-tool
Version: 0.0.2
Summary: UNKNOWN
Home-page: https://github.com/JunxinGao/dataer_tool/tree/master/
Author: Junxin Gao
Author-email: junxin.gao@outlook.com
License: Apache Software License 2.0
Keywords: dataer_tool
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# dataer_tool
> the tool for dataer


![CI](https://github.com/junxingao/dataer_tool/workflows/CI/badge.svg) ![docs](https://github.com/junxingao/dataer_tool/workflows/docs/badge.svg)

# Develop

## Libray

使用命令 `nbdev_build_lib` 可以生成python库

## Document

如果修改过nbs下面的notebook, 使用命令 `nbdev_build_docs` 可以更新文档

目录映射关系在 `docs/sidebar.json`中可以设置, 首页`index.html`对应的notebook是`nbs/index.ipynb`

# About

This project generate from [nbdev](https://nbdev.fast.ai/)

<details><summary><b>As template</b></summary><blockquote>

~~~
sed -i 's/dataer_tool/YOUR_LIB_NAME/g' `grep -inr dataer_tool -rl .`
mv dataer_tool YOUR_LIB_NAME
~~~
</blockquote></details>


