Metadata-Version: 1.1
Name: glimix-core
Version: 1.2.4
Summary: Fast inference for Generalized Linear Mixed Models.
Home-page: https://github.com/limix/glimix-core
Author: Limix Developers
Author-email: horta@ebi.ac.uk
License: MIT
Description: glimix-core
        ===========
        
        |PyPIl| |PyPIv| |Documentation Status|
        
        Fast inference for Generalized Linear Mixed Models.
        
        Install
        -------
        
        You can install it via `pip <https://pypi.python.org/pypi/pip>`__. First
        you need to install `liknorm <http://liknorm.readthedocs.io/>`__ library
        and then
        
        .. code:: bash
        
            pip install glimix-core
        
        Refer to `documentation <http://glimix-core.readthedocs.io/>`__ for more
        information.
        
        Running the tests
        -----------------
        
        After installation, you can test it
        
        ::
        
            python -c "import glimix_core; glimix_core.test()"
        
        as long as you have `pytest <http://docs.pytest.org/en/latest/>`__.
        
        If you encounter any issue, please, `submit
        it <https://github.com/limix/glimix-core/issues/new>`__.
        
        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/glimix-core.svg?style=flat-square
           :target: https://pypi.python.org/pypi/glimix-core/
        .. |PyPIv| image:: https://img.shields.io/pypi/v/glimix-core.svg?style=flat-square
           :target: https://pypi.python.org/pypi/glimix-core/
        .. |Documentation Status| image:: https://readthedocs.org/projects/glimix-core/badge/?style=flat-square&version=latest
           :target: https://glimix-core.readthedocs.io/
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
