Metadata-Version: 2.4
Name: solposx
Version: 0.1.0a0
Summary: solposx is a Python package for calculating solar position angles and comparing solar position algorithms.
Author: Adam R. Jensen, Kevin S. Anderson, Ioannis Sifnaios
Author-email: adam-r-j@hotmail.com
License-Expression: BSD-3-Clause
Project-URL: Issues, https://github.com/assessingsolar/solposx/issues
Project-URL: Repository, https://github.com/assessingsolar/solposx.git
Project-URL: Changelog, https://github.com/assessingsolar/solposx/blob/main/docs/source/whatsnew.md
Keywords: solar position algorithms,solar energy,photovoltaics
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
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: pvlib
Provides-Extra: optional
Requires-Dist: skyfield; extra == "optional"
Provides-Extra: test
Requires-Dist: pytest>=7; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: packaging; extra == "test"
Provides-Extra: doc
Requires-Dist: sphinx==8.1.1; extra == "doc"
Requires-Dist: myst-nb==1.1.2; extra == "doc"
Requires-Dist: sphinx-book-theme==1.1.3; extra == "doc"
Requires-Dist: pvlib==0.11.1; extra == "doc"
Requires-Dist: pandas==2.2.3; extra == "doc"
Provides-Extra: all
Requires-Dist: solposx[doc,optional,test]; extra == "all"
Dynamic: license-file

# Reference implementations of common solar position algorithms
solposx is a Python package for calculating solar position angles and comparing solar position algorithms.

## Documentation
The documentation can be found at [readthedocs](https://solposx.readthedocs.io/).

## Installation and dependencies
The package can be installed using pip:

    pip install solposx

## Contributing
Contributions to the repository, e.g., bug fixes, improvements to the documentation, or the addition of new algorithms, are more than welcome.

## License
[BSD 3-clause](LICENSE).
