Metadata-Version: 1.1
Name: hmf
Version: 3.0.8
Summary: A halo mass function calculator
Home-page: https://github.com/steven-murray/hmf
Author: Steven Murray
Author-email: steven.murray@curtin.edu.au
License: MIT
Description: ===
        hmf
        ===
        
        **The halo mass function calculator.**
        
        .. image:: https://travis-ci.org/steven-murray/hmf.png?branch=master   
        		:target: https://travis-ci.org/steven-murray/hmf
        .. image:: https://badge.fury.io/py/hmf.svg
            :target: https://badge.fury.io/py/hmf
        .. image:: https://img.shields.io/pypi/dw/hmf.svg
            :target: https://pypi.python.org/pypi/hmf
        .. image:: https://coveralls.io/repos/github/steven-murray/hmf/badge.svg?branch=master
                :target: https://coveralls.io/github/steven-murray/hmf?branch=master
        .. image:: https://img.shields.io/pypi/pyversions/hmf.svg
        
        `hmf` is a python application that provides a flexible and simple way to calculate the 
        Halo Mass Function for a range of varying parameters. It is also the backend to
        `HMFcalc <http://hmf.icrar.org>`_, the online HMF calculator.
        
        Version 3 Note
        --------------
        Due to the general trend of moving to Python 3 by important projects such as IPython and astropy, from
        version 3.0, hmf is compatible with Python 3, and from version 3.1, it will drop (official) support for Python 2.
        
        Documentation
        -------------
        `Read the docs. <http://hmf.readthedocs.org>`_
        
        Attribution
        -----------
        Please cite `Murray, Power and Robotham (2013)
        <https://arxiv.org/abs/1306.6721>`_ and/or https://ascl.net/1412.006 (whichever is more appropriate) if you find this
        code useful in your research. Please also consider starring the GitHub repository.
        
        
Keywords: halo mass function
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
