Metadata-Version: 2.1
Name: hankl
Version: 1.0.0
Summary: Lightweight FFTLog for Cosmology
Home-page: https://github.com/minaskar/hankl
Author: Minas Karamanis
Author-email: minaskar@gmail.com
License: UNKNOWN
Description: ![logo](logo.png)
        
        **hankl is a lightweight Python implementation of the FFTLog algorithm for Cosmology**
        
        
        [![GitHub](https://img.shields.io/badge/GitHub-minaskar%2Fhankl-blue)](https://github.com/minaskar/hankl)
        [![Build Status](https://api.travis-ci.com/minaskar/hankl.svg?branch=master&status=passed)](https://travis-ci.com/minaskar/hankl)
        [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/minaskar/hankl/blob/master/LICENSE)
        [![Documentation Status](https://readthedocs.org/projects/hankl/badge/?version=latest)](https://hankl.readthedocs.io/en/latest/?badge=latest)
        
        
        ## Documentation
        
        Read the docs at [hankl.readthedocs.io](https://hankl.readthedocs.io)
        
        
        ## Installation
        
        To install hankl using pip run
        
        ```bash
        pip install hankl
        ```
        
        ## Licence
        
        Copyright 2020 Minas Karamanis and contributors.
        
        zeus is free software made available under the GPL-3.0 License. For details see the `LICENSE` file.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
