Metadata-Version: 2.4
Name: hazyhorizon
Version: 0.1.2
Summary: Non-paradigmatic support for time series processing and forecasting
Project-URL: Homepage, https://github.com/Pawel-Kranzberg/hazyhorizon
Project-URL: Repository, https://github.com/Pawel-Kranzberg/hazyhorizon
Project-URL: Issues, https://github.com/Pawel-Kranzberg/hazyhorizon/issues
Author-email: Paweł Kranzberg <pawel.kranzberg@gmail.com>
License: Apache-2.0
License-File: LICENSE
Keywords: data-science,forecasting,machine-learning,time-series
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Requires-Dist: scikit-learn<2,>=1.4.2
Requires-Dist: scipy<2,>=1.11.4
Description-Content-Type: text/markdown

# Hazy Horizon

[![PyPI version](https://badge.fury.io/py/hazyhorizon.svg)](https://badge.fury.io/py/hazyhorizon)
[![Python versions](https://img.shields.io/pypi/pyversions/hazyhorizon.svg)](https://pypi.org/project/hazyhorizon/)

Non-paradigmatic support for time series processing and forecasting. Since prediction is very difficult, especially if it is about the future.

## ⚠️ Development Status

The current state remains a work in progress, with ongoing developments anticipated. Do not expect anything to work correctly at this stage.

## 🚀 Installation

### Using uv (recommended)

```bash
uv add hazyhorizon
```

### From PyPI

```bash
pip install hazyhorizon
```

### From Source

```bash
git clone https://github.com/Pawel-Kranzberg/hazyhorizon.git
cd hazyhorizon
pip install -e .
```

## 📋 Requirements

- Python >= 3.11
- scipy >= 1.11.4
- scikit-learn >= 1.4.2

## 🎯 Features

- Time series processing utilities
- Forecasting support (in development)
- Non-paradigmatic approach to prediction
- Integration with scipy and scikit-learn

## 📖 Usage

```python
import hazyhorizon as hh

# More documentation coming soon...
```

## 🤝 Contributing

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

## 📄 License

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

## 🔗 Links

- [PyPI Package](https://pypi.org/project/hazyhorizon/)
- [GitHub Repository](https://github.com/Pawel-Kranzberg/hazyhorizon)
- [Issue Tracker](https://github.com/Pawel-Kranzberg/hazyhorizon/issues)
