Metadata-Version: 2.4
Name: pyscat
Version: 0.0.0a0
Summary: PyScat: a Python library for scatter-search metaheuristics.
Author: Daniel Weindl
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/ICB-DCM/pyscat
Project-URL: Source, https://github.com/ICB-DCM/pyscat
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# PyScat

A Python library for scatter-search metaheuristics.

> **Note**  
> This is an initial placeholder release to reserve the `pyscat` name on PyPI.
> The implementation and public API are not yet finalized.

## Installation

```bash
pip install pyscat
```
