Metadata-Version: 2.4
Name: apexllm
Version: 0.0.1
Summary: A lightweight and efficient LLM utility package.
Author-email: Apex Developer <apex@example.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/apex-dev/apexllm
Project-URL: Bug Tracker, https://github.com/apex-dev/apexllm/issues
Project-URL: Repository, https://github.com/apex-dev/apexllm
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# apexllm

A lightweight and efficient LLM utility package that provides useful tools and utilities for working with Large Language Models.

## Features

- Simple and intuitive API
- Lightweight with minimal dependencies
- Cross-platform compatibility
- Well-documented and tested

## Installation

```bash
pip install apexllm
```

## Usage

```python
import apexllm

# Basic usage example
result = apexllm.hello()
print(result)  # Output: Hello from apexllm!
```

## Requirements

- Python 3.8 or higher

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

This project is licensed under the MIT License - see the LICENSE file for details. 
