Metadata-Version: 2.4
Name: camb
Version: 1.6.6
Summary: Code for Anisotropies in the Microwave Background
Author: Antony Lewis
License-Expression: LicenseRef-LGPLv3-arxiv
Project-URL: Homepage, https://camb.info
Project-URL: Documentation, https://camb.readthedocs.io
Project-URL: Source, https://github.com/cmbant/camb
Project-URL: Tracker, https://github.com/cmbant/camb/issues
Project-URL: Licensing, https://github.com/cmbant/camb/blob/master/LICENCE.txt
Keywords: cosmology,CAMB,CMB
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
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: Programming Language :: Python :: 3.14
Requires-Python: >=3.10.0
Description-Content-Type: text/x-rst
License-File: LICENCE.txt
Requires-Dist: numpy>=1.22
Requires-Dist: scipy>=1.0
Requires-Dist: sympy>=1.0
Requires-Dist: packaging>=24.2
Provides-Extra: docs
Requires-Dist: sphinx>=4.0; extra == "docs"
Requires-Dist: sphinx_rtd_theme>=1.0; extra == "docs"
Requires-Dist: sphinxcontrib-jquery; extra == "docs"
Requires-Dist: sphinx_markdown_builder; extra == "docs"
Requires-Dist: jupytext; extra == "docs"
Provides-Extra: dev
Requires-Dist: ruff>=0.11.0; extra == "dev"
Requires-Dist: pre-commit>=3.0.0; extra == "dev"
Dynamic: license-file
Dynamic: platform

===================
CAMB
===================
:CAMB: Code for Anisotropies in the Microwave Background
:Author: Antony Lewis and Anthony Challinor
:Homepage: https://camb.info/

.. image:: https://img.shields.io/pypi/v/camb.svg?style=flat
        :target: https://pypi.python.org/pypi/camb/
.. image:: https://readthedocs.org/projects/camb/badge/?version=latest
   :target: https://camb.readthedocs.io/en/latest

Description
============


CAMB is a cosmology code for calculating cosmological observables, including
CMB, lensing, source count and 21cm angular power spectra, matter power spectra, transfer functions
and background evolution. The code is in Python, with numerical code implemented in fast modern Fortran.

See the `CAMB python example notebook <https://camb.readthedocs.io/en/latest/CAMBdemo.html>`_ for a
quick introduction to how to use the CAMB Python package.

To install the CAMB on your computer run::

    pip install camb [--user]

The --user is optional and only required if you don't have write permission to your main python installation.
Binary wheels are provided for most systems; to compile from source you will need gfortran installed
(usually installed as part of gcc). gfortran is also required for just-in-time compilation of some functions like custom sources.

The python module is  "camb". see the `CAMB documentation <https://camb.readthedocs.io/en/latest/>`_.
