Metadata-Version: 2.1
Name: lime-stable
Version: 0.9.99.5
Summary: Line measuring algorithm for astronomical spectra
Home-page: https://github.com/Vital-Fernandez/lime
Author: Vital Fernandez
Author-email: Vital Fernández <vgf@umich.edu>
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: joblib==1.3.1
Requires-Dist: lmfit==1.2.2
Requires-Dist: matplotlib==3.7.2
Requires-Dist: mplcursors==0.5.2
Requires-Dist: nbsphinx==0.9.2
Requires-Dist: numpy==1.24.4
Requires-Dist: openpyxl==3.1.2
Requires-Dist: pandas==2.0.3
Requires-Dist: PyLaTeX==1.4.1
Requires-Dist: pytest==7.4.0
Requires-Dist: pytest-cov==4.1.0
Requires-Dist: pytest-mpl==0.16.1
Requires-Dist: scipy==1.10.1
Requires-Dist: toml==0.10.2
Requires-Dist: tomli>=2.0.0; python_version < "3.11"


.. image:: https://github.com/Vital-Fernandez/lime/blob/0afedb150b0169deec6c7f159def99750a3a30da/docs/source/_static/logo_transparent.png?raw=true
    :width: 50%
    :align: center
    :alt: Line Measurer (LiMe) library.

|Repo status| |CI badge| |Documentation Status| |Code cov| |PyPI version| |PyPI downloads| |Code Size| |PyPI license|

This library provides a set of tools to fit lines in astronomical spectra. Its design aims for a user-friendly workflow
for both single lines and large data sets. The library provides tools for masking, detecting, profile fitting
and storing the results. . The output measurements are focused on the gas chemical and kinematic analysis.

Please check the `online documentation <https://lime-stable.readthedocs.io/>`_.

Installation
============

The library can be installed directly from its PyPi_ project page running the command:

``pip install lime-stable``

Development
===========

LiMe is currently in a beta release. Please check its github_ for the latest version news and tutorials.
Any comment/issue/request can be added as an issue on the github_ page.

.. _PyPi: https://pypi.org/project/lime-stable/
.. _github: https://github.com/Vital-Fernandez/lime

.. |Repo status| image:: http://www.repostatus.org/badges/latest/active.svg
    :target: http://www.repostatus.org/#active
    :alt: Project Status: Active – The project has reached a stable, usable state and is being actively developed.

.. |Version lime-stable| image:: https://badge.fury.io/py/lime-stable.svg
   :target: https://pypi.org/project/lime-stable/

.. |PyPI license| image:: https://img.shields.io/pypi/l/lime-stable
   :alt: PyPI - License

.. |PyPI downloads| image:: https://static.pepy.tech/badge/lime-stable
   :target: https://static.pepy.tech/badge/lime-stable
   :alt: PyPI - License

.. |Documentation Status| image:: https://readthedocs.org/projects/lime-stable/badge/?version=latest
   :target: http://lime-stable.readthedocs.io/?badge=latest

.. |Code Size| image:: https://img.shields.io/github/languages/code-size/Vital-Fernandez/lime
   :target: http://lime-stable.readthedocs.io/?badge=latest
   :alt: GitHub code size in bytes

.. |Code cov| image:: https://codecov.io/gh/Vital-Fernandez/lime/branch/master/graph/badge.svg?token=4ZW8EATXN7
   :target: https://codecov.io/gh/Vital-Fernandez/lime

.. |CI badge| image:: https://img.shields.io/circleci/build/gh/Vital-Fernandez/lime/master?logo=CircleCi
   :target: https://circleci.com/gh/Vital-Fernandez/lime/?branch=master

.. |PyPI version| image:: https://img.shields.io/pypi/v/lime-stable.svg?logo=Python&logoColor=white?labelColor=blue
   :target: https://pypi.org/project/lime-stable

