Metadata-Version: 1.1
Name: george
Version: 0.3.1
Summary: Blazingly fast Gaussian Processes for regression.
Home-page: https://github.com/dfm/george
Author: Daniel Foreman-Mackey
Author-email: foreman.mackey@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: George
        ======
        
        **Fast and flexible Gaussian Process regression in Python.**
        
        .. image:: https://img.shields.io/badge/GitHub-dfm%2Fgeorge-blue.svg?style=flat
            :target: https://github.com/dfm/george
        .. image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
            :target: https://github.com/dfm/george/blob/master/LICENSE
        .. image:: http://img.shields.io/travis/dfm/george/master.svg?style=flat
            :target: https://travis-ci.org/dfm/george
        .. image:: https://ci.appveyor.com/api/projects/status/xy4ts3v3sk5lo5ll?svg=true&style=flat
            :target: https://ci.appveyor.com/project/dfm/george
        .. image:: https://coveralls.io/repos/github/dfm/george/badge.svg?branch=master&style=flat
            :target: https://coveralls.io/github/dfm/george?branch=master
        .. image:: https://readthedocs.org/projects/george/badge/?version=latest
            :target: http://george.readthedocs.io/en/latest/?badge=latest
        
        Read the documentation at: `george.readthedocs.io <http://george.readthedocs.io/>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
