Metadata-Version: 2.1
Name: solarenergy
Version: 0.0.1
Summary: A free, fast and accurate Python package to compute the position of the Sun
Home-page: https://github.com/MarcvdSluys/SolarEnergy
Author: Marc van der Sluys
License: GPLv3+
Description: # SolarEnergy #
        
        A Python module do simple modelling in the field of solar energy.  The code is being developped by Marc van
        der Sluys of the department of Sustainable energy of the HAN University of Applied Sciences in Arnhem, the
        Netherlands.
        
        
        ## Installation ##
        
        This package can be installed using `pip install solarenergy`.  This should automatically install the dependency
        packages `sys`, `datetime`, `pytz`, `numpy` and `soltrack` if they haven't been installed already.
        If you are installing by hand, ensure that these packages are installed as well.
        
        
        ## SolarEnergy pages ##
        
        * [Pypi](https://pypi.org/project/solarenergy/): SolarEnergy Python package
        * [GitHub](https://github.com/MarcvdSluys/SolarEnergy): SolarEnergy source code
        
        
        ## Author and licence ##
        
        * Author: Marc van der Sluys
        * Contact: http://han.vandersluys.nl/en/
        * Licence: [GPLv3+](https://www.gnu.org/licenses/gpl.html)
        
        
        ## References ##
        
        * This Python code is adapted from the Fortran implementation in
          [libTheSky](http://libthesky.sourceforge.net/), which contains many references.
        * [Celestial mechanics in a nutshell (CMiaNS)](https://cmians.sourceforge.io/)
        
Keywords: solar energy,solar,energy,sun
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Description-Content-Type: text/markdown
