Metadata-Version: 2.1
Name: graphpy_example_package
Version: 0.0.2
Summary: A small example package
Project-URL: Homepage, https://github.com/Ed-gong/GraphPy_workflow
Project-URL: Bug Tracker, https://github.com/Ed-gong/GraphPy_workflow/issues
Author-email: Example Author <author@example.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown


# Your Package Name

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Python Version](https://img.shields.io/badge/python-%3E%3D3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)

Short description or tagline for your package.

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Features](#features)
- [Contributing](#contributing)
- [License](#license)

## Installation
https://pypi.org/project/graphy-test-zhaohany/

You can install graphy-test-zhaohany using pip:

```bash
pip install graphy-test-zhaohany
```

## Usage

Provide examples and explanations of how to use your package here.

```python
from graphy_test_zhaohany import main

main.test()
main.test_ref('code_gen_test','test')
main.test_ref('gas_api_test','test')
main.test_ref('new_script_test','test')
# Example usage code here
```

expected result:
```sh
hello world
hello from code_gen_test
hello from gas_api_test
hello from new_script_test
```

## Features

- Concisely list key features and functionalities of your package.

## Contributing

Contributions are welcome! Here's how you can get involved:

1. Fork the repository and clone it to your local machine.
2. Create a new branch for your feature/bug fix: `git checkout -b feature/your-feature-name`.
3. Make your changes, add tests if applicable, and ensure the code lints.
4. Commit your changes: `git commit -am 'Add some feature'`.
5. Push to the branch: `git push origin feature/your-feature-name`.
6. Create a pull request, explaining your changes and why they should be merged.

Please ensure your code follows the project's coding style and includes tests.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

