Metadata-Version: 2.1
Name: tfduck-bsd
Version: 0.0.1
Summary: A small example package
Home-page: UNKNOWN
Author: yuanxiao
Author-email: yuan6785@163.com
License: UNKNOWN
Description: # 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()
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
