Metadata-Version: 2.4
Name: solposx
Version: 1.0.1a0
Summary:  solposx is a Python package for determining solar position and atmospheric refraction.
Author: Adam R. Jensen, Kevin S. Anderson, Ioannis Sifnaios
Author-email: adam-r-j@hotmail.com
License-Expression: BSD-3-Clause
Project-URL: Documentation, https://solposx.readthedocs.io
Project-URL: Issues, https://github.com/pvlib/solposx/issues
Project-URL: Repository, https://github.com/pvlib/solposx.git
Project-URL: Changelog, https://github.com/pvlib/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>=1.51; extra == "optional"
Requires-Dist: sg2; 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: solposx[optional]; extra == "doc"
Requires-Dist: sphinx==8.2.3; extra == "doc"
Requires-Dist: myst-nb==1.1.2; extra == "doc"
Requires-Dist: sphinx-book-theme==1.1.4; extra == "doc"
Requires-Dist: pvlib==0.13.0; extra == "doc"
Requires-Dist: pandas==2.3.0; 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).
