Metadata-Version: 2.1
Name: pyspharm
Version: 1.0.9
Summary: Python Spherical Harmonic Transform Module
Keywords: spherical harmonic transform
Author-Email: Jeff Whitaker <jeffrey.s.whitaker@noaa.gov>
License: PLEASE READ THIS SOFTWARE LICENSE ("LICENSE") CAREFULLY. 
         
         Copyright 2004 the University Corporation for Atmospheric 
         Research ("UCAR"). All rights reserved. Developed by NCAR's 
         Computational and Information Systems Laboratory, UCAR,
         http://www2.cisl.ucar.edu. Redistribution and use of the Software 
         in source and binary forms, with or without modification, is 
         permitted provided that the following conditions are met:
         
          * Neither the names of NCAR's Computational and 
         Information Systems Laboratory, the University Corporation for 
         Atmospheric Research, nor the names of its sponsors or 
         contributors may be used to endorse or promote products derived 
         from this Software without specific prior written permission.
         
          * Redistributions of source code must retain the above 
         copyright notices, this list of conditions, and the disclaimer 
         below.
         
          * Redistributions in binary form must reproduce the above 
         copyright notice, this list of conditions, and the disclaimer 
         below in the documentation and/or other materials provided with 
         the distribution.
         
         THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
         EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE WARRANTIES 
         OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 
         NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT 
         HOLDERS BE LIABLE FOR ANY CLAIM, INDIRECT, INCIDENTAL, SPECIAL, 
         EXEMPLARY, OR CONSEQUENTIAL DAMAGES OR OTHER LIABILITY, WHETHER 
         IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT 
         OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
         DEALINGS WITH THE SOFTWARE.
         
         SPHEREPACK is a product of the Computational & Information 
         Systems Laboratory at the National Center for Atmospheric 
         Research (NCAR).
         
         
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Fortran
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Project-URL: Homepage, http://github.com/jswhit/pyspharm
Project-URL: Repository, https://github.com/jswhit/pyspharm
Requires-Python: >=3.8
Requires-Dist: numpy
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: hypothesis[numpy]; extra == "tests"
Provides-Extra: examples
Requires-Dist: basemap; extra == "examples"
Requires-Dist: matplotlib; extra == "examples"
Description-Content-Type: text/markdown

Requires: Numpy (http://numeric.scipy.org),
and a fortran compiler supported by numpy.f2py,

Now works for python 3.12 (build system updated to use meson instead of f2py)

Please read LICENSE.spherepack

Installation: 

python setup.py install

(to change default fortran compiler you can use e.g.
 python setup.py build config_fc --fcompiler=g95)

View documentation by pointing your browser to html/index.html.

Example programs are provided in the examples directory.

Copyright: (applies only to python binding, Spherepack fortran
source code licensing is in LICENSE.spherepack)

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation.
THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

-- Jeff Whitaker <Jeffrey.S.Whitaker@noaa.gov>
