Metadata-Version: 1.1
Name: limix-core
Version: 1.0.2
Summary: Fast inference for Linear Mixed Models.
Home-page: https://github.com/limix/limix-core
Author: Limix Developers
Author-email: horta@ebi.ac.uk
License: Apache License 2.0
Description: limix-core
        ==========
        
        |PyPI-License| |PyPI-Version| |Documentation Status|
        
        Fast inference for Linear Mixed Models and Gaussian Proccesses. Together
        with `glimix-core <https://github.com/limix/glimix-core/>`__ it
        implements a flexible framework for Linear Mixed Model inference.
        
        See also: https://github.com/limix/limix/
        
        Install
        -------
        
        The recommended way of installing it is via
        `pip <https://pypi.python.org/pypi/pip>`__
        
        .. code:: bash
        
            pip install limix-core
        
        Usage
        -----
        
        Please, refer to the
        `documentation <https://limix-core.readthedocs.org>`__.
        
        Problems
        --------
        
        If you encounter any issue, please, `report
        it <https://github.com/limix/limix-core/issues/new>`__.
        
        Authors
        -------
        
        -  **Christoph Lippert** - https://github.com/clippert
        -  **Danilo Horta** - https://github.com/Horta
        -  **Franceso Paolo Casale** - https://github.com/fpcasale
        -  **Oliver Stegle** - https://github.com/ostegle
        
        License
        -------
        
        This project is licensed under the Apache License (Version 2.0, January
        2004) - see the `LICENSE <LICENSE>`__ file for details
        
        .. |PyPI-License| image:: https://img.shields.io/pypi/l/limix_core.svg?style=flat-square
           :target: https://pypi.python.org/pypi/limix_core/
        .. |PyPI-Version| image:: https://img.shields.io/pypi/v/limix_core.svg?style=flat-square
           :target: https://pypi.python.org/pypi/limix_core/
        .. |Documentation Status| image:: https://readthedocs.org/projects/limix-core/badge/?style=flat-square&version=1.0.x
           :target: https://limix-core.readthedocs.io/
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
