Metadata-Version: 2.1
Name: unequalpy
Version: 0.1.0
Summary: unequal-time power spectrum functions
Home-page: https://github.com/Lucia-Fonseca/unequalpy.git
Author: Lucia Fonseca de la Bella
Author-email: lucia.fonsecadelabella@manchester.ac.uk
License: MIT
Description: ===============================================================
        UnequalPy: A package for the unequal-time matter power spectrum
        ===============================================================
        
        |Zenodo Badge| |PyPI Status| |Documentation Status|
        
        This package contains functions to obtain the unequal-time power spectrum at one-loop
        in standard perturbation theory an effective field theory. It also provides functions
        to reproduce the analysis in [1]_:
        
        * Approximations to the unequal-time matter power spectrum: geometric and the midpoint approximations.
        * Weak lensing functions: filters and lensing efficiency.
        * Tests using DES-Y1 data and cosmoSIS.
        
        The full list of features can be found in the `UnequalPy Documentation`_.
        
        If you use UnequalPy for work or research presented in a publication please follow
        our `Citation Guidelines`_.
        
        .. _UnequalPy Documentation: https://unequalpy.readthedocs.io/en/latest/
        .. _Citation Guidelines: CITATION
        
        
        Getting Started
        ---------------
        
        UnequalPy is distributed through PyPI_. To install UnequalPy and its
        dependencies_ using pip_:
        
        .. code:: bash
        
            $ pip install unequalpy
        
        The UnequalPy library can then be imported from python:
        
        .. code:: python
        
            >>> import unequalpy
            >>> help(unequalpy)
        
        .. _PyPI: https://pypi.org/project/unequalpy/
        .. _dependencies: setup.cfg
        .. _pip: https://pip.pypa.io/en/stable/
        
        
        References
        ----------
        .. [1] de la Bella, L. and Tessore, N. and Bridle, S., 2020.
        
        
        .. |Zenodo Badge| image:: https://zenodo.org/badge/221432358.svg
           :target: https://zenodo.org/badge/latestdoi/221432358
           :alt: DOI of Latest UnequalPy Release
        
        .. |PyPI Status| image:: https://img.shields.io/pypi/v/unequalpy.svg
            :target: https://pypi.python.org/pypi/skypy
            :alt: SkyPy's PyPI Status
        
        .. |Documentation Status| image:: https://readthedocs.org/projects/githubapps/badge/?version=latest
            :target: https://skypy.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Provides-Extra: docs
