Metadata-Version: 2.1
Name: lalsuite
Version: 7.14
Summary: LIGO Scientific Collaboration Algorithm Library - minimal Python package
Home-page: https://git.ligo.org/lscsoft/lalsuite
Author: LIGO Scientific Collaboration
Author-email: lal-discuss@ligo.org
Maintainer: Adam Mercer
Maintainer-email: adam.mercer@ligo.org
License: GPL-2+
Project-URL: Bug Tracker, https://git.ligo.org/lscsoft/lalsuite/-/issues/
Project-URL: Documentation, https://lscsoft.docs.ligo.org/lalsuite/
Project-URL: Source Code, https://git.ligo.org/lscsoft/lalsuite
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: POSIX
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.8
License-File: COPYING
Requires-Dist: astropy
Requires-Dist: ligo-segments
Requires-Dist: lscsoft-glue
Requires-Dist: matplotlib
Requires-Dist: numpy (>=1.7)
Requires-Dist: python-dateutil
Requires-Dist: scipy
Requires-Dist: importlib-resources (>=1.3.0) ; python_version < "3.9"
Provides-Extra: lalinference
Requires-Dist: gwdatafind ; extra == 'lalinference'
Requires-Dist: gwpy ; extra == 'lalinference'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

LALSuite is the LIGO Scientific Collaboration Algorithm Library for
gravitational-wave analysis. Its primary purpose is searching for and
characterizing astrophysical signals in gravitational-wave time series data,
particularly data from ground-based detectors such as `LIGO
<https://www.ligo.org>`_ and `Virgo <http://www.virgo-gw.eu>`_.

LALSuite consists of a set of ``configure``-``make``-``install`` style software
packages organized by problem domain or source classification. This Python
package provides a standalone, dependency-free binary distribution of the
libraries and Python modules in LALSuite for Linux and macOS.

Installing LALSuite from the Python Package Index requires pip >= 19.3.

To install, simply run::

    $ pip install lalsuite
