Metadata-Version: 2.1
Name: pysm3
Version: 3.3.0
Summary: PySM generates full-sky simulations of Galactic emissions in intensity and polarization relevant to CMB experiments
Home-page: https://github.com/healpy/pysm
Author: Andrea Zonca
Author-email: code@andreazonca.com
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: docs
Provides-Extra: test
Requires-Dist: astropy (>=4.0.1,<5.0.0)
Requires-Dist: healpy (>=1.13.0,<2.0.0)
Requires-Dist: importlib-metadata (>=1.0,<2.0); python_version < "3.8"
Requires-Dist: importlib_resources (>=2.0.1,<3.0.0); python_version == "3.6"
Requires-Dist: ipykernel (>=5.3.0,<6.0.0); extra == "docs"
Requires-Dist: mpi4py (>=3.0.3,<4.0.0); extra == "test"
Requires-Dist: nbsphinx (>=0.7.0,<0.8.0); extra == "docs"
Requires-Dist: numba (>0.49.1)
Requires-Dist: numpy (>=1.17,<2.0)
Requires-Dist: pandoc (>=1.0.2,<2.0.0); extra == "docs"
Requires-Dist: pytest (>=5.4.3,<6.0.0); extra == "test"
Requires-Dist: pytest-astropy (>=0.8.0,<0.9.0); extra == "test"
Requires-Dist: sphinx (>=3.0.4,<4.0.0); extra == "docs"
Requires-Dist: sphinx-astropy (>=1.3,<2.0); extra == "docs"
Requires-Dist: sphinx-math-dollar (>=1.1.1,<2.0.0); extra == "docs"
Requires-Dist: toml (>=0.10.1,<0.11.0)
Requires-Dist: tox (>=3.15.1,<4.0.0); extra == "test"
Project-URL: Repository, https://github.com/healpy/pysm
Description-Content-Type: text/x-rst

|Build Status| |Documentation Status| |PyPI| |Conda| |Astropy|

PySM 3
======

PySM generates full-sky simulations of Galactic emissions in intensity
and polarization relevant to CMB experiments. It is a large refactor of
`PySM 2 <https://github.com/bthorne93/PySM_public>`__ focused on
reducing memory usage, improving performance and run in parallel with
MPI.

See the documentation at https://pysm3.readthedocs.io

* Install with `pip install .` or use `poetry`
* Check code style with ``tox -e codestyle``
* Test with ``pytest`` or ``tox -e test``
* Build docs locally with ``tox -e build_docs``

See changes in ``CHANGES.rst`` in the repository.

Install
-------

See the `documentation <https://pysm3.readthedocs.io/en/latest/#installation>`_

Release
-------

Follow the `Astropy guide to release a new version <https://docs.astropy.org/en/stable/development/astropy-package-template.html>`.

.. |Build Status| image:: https://travis-ci.com/healpy/pysm.svg?branch=master
   :target: https://travis-ci.org/healpy/pysm
.. |Documentation Status| image:: https://readthedocs.org/projects/pysm3/badge/?version=latest
   :target: https://pysm3.readthedocs.io/en/latest/?badge=latest
.. |PyPI| image:: https://img.shields.io/pypi/v/pysm3
   :target: https://pypi.org/project/pysm3/
.. |Conda| image:: https://img.shields.io/conda/vn/conda-forge/pysm3
   :target: https://anaconda.org/conda-forge/pysm3
.. |Astropy| image:: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat
   :target: http://www.astropy.org/

