Metadata-Version: 2.4
Name: nullpol
Version: 0.1.1
Summary: A package to perform model-independent polarization test of gravitational-wave signals.
Author: Thomas Ng, Balázs Cirok
Author-email: "Isaac C.F. Wong" <chunfung.wong@kuleuven.be>
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
License-File: LICENSE
Requires-Dist: matplotlib>=3.6.0
Requires-Dist: numpy>=1.24,<2.0
Requires-Dist: bilby
Requires-Dist: bilby_pipe>=1.6.0
Requires-Dist: gwpy
Requires-Dist: numba
Requires-Dist: rocket-fft
Requires-Dist: scipy
Requires-Dist: ConfigArgParse
Requires-Dist: pycbc
Requires-Dist: healpy
Requires-Dist: cbcflow
Requires-Dist: asimov>=0.5.8
Requires-Dist: h5py
Requires-Dist: pandas
Requires-Dist: pyspark>=3.0.0 ; extra == "spark"
Requires-Dist: bandit[toml]==1.8.2 ; extra == "test"
Requires-Dist: black==25.1.0 ; extra == "test"
Requires-Dist: check-manifest==0.50 ; extra == "test"
Requires-Dist: flake8-bugbear==24.12.12 ; extra == "test"
Requires-Dist: flake8-docstrings ; extra == "test"
Requires-Dist: flake8-formatter_junit_xml ; extra == "test"
Requires-Dist: flake8 ; extra == "test"
Requires-Dist: flake8-pyproject ; extra == "test"
Requires-Dist: pre-commit==4.1.0 ; extra == "test"
Requires-Dist: pylint==3.3.4 ; extra == "test"
Requires-Dist: pylint_junit ; extra == "test"
Requires-Dist: pytest-cov==6.0.0 ; extra == "test"
Requires-Dist: pytest-mock<3.14.1 ; extra == "test"
Requires-Dist: pytest-runner ; extra == "test"
Requires-Dist: pytest==8.3.4 ; extra == "test"
Requires-Dist: pytest-github-actions-annotate-failures ; extra == "test"
Requires-Dist: shellcheck-py==0.10.0.1 ; extra == "test"
Project-URL: Documentation, https://git.ligo.org/bayesian-null-stream/nullpol/docs
Project-URL: Source, https://git.ligo.org/bayesian-null-stream/nullpol
Project-URL: Tracker, https://git.ligo.org/bayesian-null-stream/nullpol/-/issues
Provides-Extra: spark
Provides-Extra: test

|pipeline status|

nullpol
=======


Installation
------------

To install the package, run the following command::

    pip install .


.. |pipeline status| image:: https://git.ligo.org/bayesian-null-stream/nullpol/badges/master/pipeline.svg
   :target: https://git.ligo.org/bayesian-null-stream/nullpol/commits/main

