Metadata-Version: 2.4
Name: sober
Version: 0.4.0
Summary: sober optimises built environment robustly
Project-URL: repository, https://github.com/airallergy/sober
Project-URL: documentation, https://airallergy.github.io/sober/
Author-email: Cheng Cui <cheng.cui.95@gmail.com>
License-Expression: BSD-3-Clause
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: eppy~=0.5.63
Requires-Dist: numpy==2.*
Requires-Dist: psutil==6.*
Requires-Dist: pymoo~=0.6.1
Requires-Dist: scipy~=1.13
Description-Content-Type: text/markdown

<picture>
    <source media="(prefers-color-scheme: light)" srcset="docs/assets/logo/sober_logo_black.svg">
    <source media="(prefers-color-scheme: dark)" srcset="docs/assets/logo/sober_logo_white.svg">
    <img alt="sober logo" src="docs/assets/logo/sober_logo_black.svg" width="300">
</picture>

**sober** **o**ptimises **b**uilt **e**nvironment **r**obustly

---

[![GitHub Actions Workflow Status - Docs](https://img.shields.io/github/actions/workflow/status/airallergy/sober/publish_docs.yml?logo=github&label=docs)](https://airallergy.github.io/sober/)
[![PyPI - Version](https://img.shields.io/pypi/v/sober?logo=pypi)](https://pypi.org/project/sober/)
[![Conda - Version](https://img.shields.io/conda/vn/conda-forge/sober?logo=condaforge)](https://anaconda.org/conda-forge/sober/)
[![GitHub License](https://img.shields.io/github/license/airallergy/sober)](LICENSE)
[![GitHub Actions Workflow Status - Test](https://img.shields.io/github/actions/workflow/status/airallergy/sober/test.yml?logo=github&label=test)](https://github.com/airallergy/sober/actions/workflows/test.yml)

## Installation

**sober** can be installed via either `conda`:

```zsh
conda install -c conda-forge sober
```

or `pip`:

```zsh
pip install sober
```
