Metadata-Version: 1.0
Name: lim
Version: 1.2.0.dev7
Summary: Lim.
Home-page: http://pmbio.github.io/limix/
Author: Limix Developers
Author-email: horta@ebi.ac.uk
License: MIT
Description: lim
        ===
        
        |PyPIl| |PyPIv| |Anaconda-Server Badge| |Documentation Status|
        
        Lim.
        
        Install
        -------
        
        The recommended way of installing **will be** via
        `conda <http://conda.pydata.org/docs/index.html>`__
        
        .. code:: bash
        
            conda install -c conda-forge lim
        
        Bu as of now, first make sure you have
        `conda-forge <https://conda-forge.github.io/>`__ channel set
        
        .. code:: bash
        
            conda config --add channels new_channel
        
        and the `Numba <http://numba.pydata.org/>`__ package installed::
        
        .. code:: bash
        
            conda install numba
        
        Then type
        
        .. code:: bash
        
            pip install lim
        
        Running the tests
        -----------------
        
        After installation, you can test it
        
        ::
        
            python -c "import lim; lim.test()"
        
        as long as you have `pytest <http://docs.pytest.org/en/latest/>`__.
        
        Authors
        -------
        
        -  **Danilo Horta** - https://github.com/Horta
        
        License
        -------
        
        This project is licensed under the MIT License - see the
        `LICENSE <LICENSE>`__ file for details
        
        .. |PyPIl| image:: https://img.shields.io/pypi/l/lim.svg?style=flat-square
           :target: https://pypi.python.org/pypi/lim/
        .. |PyPIv| image:: https://img.shields.io/pypi/v/lim.svg?style=flat-square
           :target: https://pypi.python.org/pypi/lim/
        .. |Anaconda-Server Badge| image:: https://anaconda.org/conda-forge/lim/badges/version.svg
           :target: https://anaconda.org/conda-forge/lim
        .. |Documentation Status| image:: https://readthedocs.org/projects/lim/badge/?style=flat-square&version=latest
           :target: http://lim.readthedocs.io/en/latest/?badge=latest
        
Platform: UNKNOWN
