Metadata-Version: 2.1
Name: test-jack-py
Version: 0.0.1
Summary: this is test python package
Author: jack
Author-email: 1039990656@qq.com
License: MIT
License-File: LICENSE.txt

example
=======

An example Python module.

Installation
------------

You can install example using pip:

pip install example

asciidoc
Copy

Usage
-----

To use example, you can import it in your Python code:

import example

result = example.add(1, 2)
print(result) # Output: 3

asciidoc
Copy

Contributing
------------

If you想要贡献代码或报告 bug，欢迎在 GitHub 上提交 issue 或 pull request。

License
-------
