Metadata-Version: 2.1
Name: eddington
Version: 0.0.19
Summary: Open source, easy to use, data fitting platform.
Home-page: https://github.com/EddLabs/eddington
Author: Sagi Shadur
Author-email: saroad2@gmail.com
Maintainer: Sagi Shadur
Maintainer-email: saroad2@gmail.com
License: Apache License
Description: .. image:: https://github.com/EddLabs.png
           :width: 72px
        
        Eddington
        =========
        
        .. image:: https://img.shields.io/pypi/pyversions/eddington.svg
           :target: https://pypi.python.org/pypi/eddington
           :alt: Python Versions
        
        .. image:: https://img.shields.io/pypi/v/eddington.svg
           :target: https://pypi.python.org/pypi/eddington
           :alt: PyPI Version
        
        .. image:: https://img.shields.io/pypi/status/eddington.svg
           :target: https://pypi.python.org/pypi/eddington
           :alt: Maturity
        
        .. image:: https://img.shields.io/pypi/l/eddington.svg
           :target: https://github.com/EddLabs/eddington/blob/master/LICENSE
           :alt: License
        
        .. image:: https://github.com/EddLabs/eddington/workflows/CI/badge.svg?branch=master
           :target: https://github.com/EddLabs/eddington/actions
           :alt: Build Status
        
        .. image:: https://codecov.io/gh/EddLabs/eddington/branch/master/graph/badge.svg
          :target: https://codecov.io/gh/EddLabs/eddington
          :alt: CodeCov
        
        .. image:: https://badges.gitter.im/EddLabs/developers.svg
           :target: https://gitter.im/EddLabs/developers
           :alt: Chat on Gitter
        
        *Eddington* is a user-friendly data fitting platform for common uses, based on
        open-source libraries such as *numpy*, *scipy*, and *matplotlib*.
        *Eddington* can be integrated with python code as a library, can be used as a CLI and
        has an easy to use GUI.
        
        Installation
        ------------
        
        In order to install eddington use::
        
           pip install eddington
        
        Documentation
        -------------
        
        Documentation for Eddington can be found on `Read The Docs`_.
        
        Community
        ---------
        
        You can talk to the community through the `EddLabs/developers`_ channel on Gitter.
        
        Contributing
        ------------
        
        If you experience problems with Eddington, `log them on GitHub`_.
        
        If you want to contribute code, please `fork the code`_ and `submit a pull request`_.
        
        .. _Read The Docs: https://eddington.readthedocs.io
        .. _EddLabs/developers: https://gitter.im/EddLabs/developers
        .. _log them on Github: https://github.com/EddLabs/eddington/issues
        .. _fork the code: https://github.com/EddLabs/eddington
        .. _submit a pull request: https://github.com/EddLabs/eddington/pulls
        
Keywords: laboratory,fitting,data
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/x-rst; charset=UTF-8
