Metadata-Version: 2.1
Name: tfduck-bsd
Version: 0.8.0
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

# 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()
```

