Metadata-Version: 2.1
Name: shtns
Version: 3.6.1
Summary: High performance Spherical Harmonic Transform
Home-page: https://bitbucket.org/nschaeff/shtns
Author: Nathanael Schaeffer
Author-email: Nathanael Schaeffer <nathanael.schaeffer@gmail.com>
Project-URL: Documentation, https://nschaeff.bitbucket.io/shtns/
Project-URL: Source, https://bitbucket.org/nschaeff/shtns/
Project-URL: Changelog, https://bitbucket.org/nschaeff/shtns/src/master/CHANGELOG.md
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Scientific/Engineering
Requires: numpy
Requires-Python: >=3.2
Description-Content-Type: text/markdown
License-File: LICENSE


This is the python module to use **SHTns, a high performance spherical harmonic transform and rotation** library.
It requires FFTW installed in your system.

## GETTING STARTED

### Basic Installation:
- make sure FFTW is installed in your system; if not, install it using your system package manager.
- run:

    `pip install shtns`

This simple installation should work and be enough for most use cases.
However, **in order to have the highest possible performance, FFTW should be compiled and tuned for your machine**,
which is not the case with pre-compiled system packages.

### Example code:
See <https://bitbucket.org/nschaeff/shtns/src/master/example/shallow_water.py>

## MORE INFO
See <https://bitbucket.org/nschaeff/shtns/src/master/README.md>
