Metadata-Version: 2.3
Name: sunwhere
Version: 1.4.0
Summary: Fast and accurate solar position calculations for solar resource assessment
Keywords: solar,sun position,solar geometry,solar resource
Author: Jose A Ruiz-Arias
Author-email: Jose A Ruiz-Arias <jararias@uma.es>
License: CC BY-NC-SA 4.0
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: Other/Proprietary License
Requires-Dist: loguru>=0.7.3
Requires-Dist: numexpr>=2.14.1
Requires-Dist: numpy>=2.4.4
Requires-Dist: pandas>=3.0.2
Requires-Dist: xarray>=2026.4.0
Requires-Dist: matplotlib>=3.10.9 ; extra == 'cli'
Requires-Dist: python-dateutil>=2.9.0.post0 ; extra == 'cli'
Requires-Dist: tabulate>=0.10.0 ; extra == 'cli'
Requires-Dist: tqdm>=4.67.3 ; extra == 'cli'
Requires-Dist: typer>=0.25.0 ; extra == 'cli'
Requires-Python: >=3.11
Project-URL: Homepage, https://github.com/jararias/sunwhere
Project-URL: Documentation, https://jararias.github.io/sunwhere
Project-URL: Repository, https://github.com/jararias/sunwhere
Project-URL: Issues, https://github.com/jararias/sunwhere/issues
Provides-Extra: cli
Description-Content-Type: text/markdown

![python versions](https://img.shields.io/badge/python-3.11%2C3.12%2C3.13-blue.svg) ![tests-badge](docs/images/tests-badge.svg) ![coverage-badge](docs/images/coverage-badge.svg)

# sunwhere. Solar position calculation for solar resource assessment

## Installation

```sh
pip install sunwhere
```

## Documentation

Visit the [documentation](https://jararias.github.io/sunwhere/) for detailed guides and API reference.

## License

CC BY-NC-SA 4.0
