Metadata-Version: 2.1
Name: tfduck-bsd
Version: 0.7.1
Summary: A small example package
Home-page: UNKNOWN
Author: yuanxiao
Author-email: yuan6785@163.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests (>=2.20.0)
Requires-Dist: django (==2.2.12)
Requires-Dist: oss2 (==2.5.0)
Requires-Dist: ThinkingDataSdk (==1.6.2)
Requires-Dist: kubernetes (==12.0.1)
Requires-Dist: boto3 (==1.18.36)

# Example Package

This is a simple example package. You can use
[Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
> 测试命令行工具
```
tfd a1 a2
```

> 测试脚本内容
```
    >>> from tfduck_pkg.helloworld import HelloWorld
    >>> HelloWorld().test()
```

