Metadata-Version: 2.4
Name: hagents
Version: 0.1.0
Summary: A simple Python package for demonstration purposes
Home-page: https://github.com/IHEII/hagents
Author: Jervis
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/hagents
Keywords: demo,example
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# hagents

A simple Python package for demonstration purposes.

## Installation

You can install hagents using pip:

```bash
pip install hagents
```

## Usage

```python
import hagents

# Basic usage example
print("hagents package is ready!")
```

## Features

- Simple and lightweight
- Easy to use
- Compatible with Python 3.7+

## Development

To set up the development environment:

```bash
# Clone the repository
git clone https://github.com/yourusername/hagents.git
cd hagents

# Install in development mode
pip install -e .
```

## License

This project is licensed under the MIT License.
