Metadata-Version: 2.3
Name: optelier
Version: 0.1.0
Summary: A Python package for optimization and modeling
License: MIT
Keywords: optimization,modeling,analytics
Author: Stuart
Author-email: stuart@example.com
Requires-Python: >=3.10,<4.0
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Project-URL: Homepage, https://github.com/yourusername/optelier
Project-URL: Repository, https://github.com/yourusername/optelier
Description-Content-Type: text/markdown

# Optelier

A Python package for optimization and modeling.

## Installation

```bash
pip install optelier
```

## Usage

```python
from optelier import __version__
print(__version__)
```

## License

MIT License - see LICENSE file for details.

