Metadata-Version: 2.4
Name: cweqgen
Version: 0.5.0
Summary: A Python module for generating common equations used in continuous gravitational-wave analyses
Home-page: https://git.ligo.org/CW/software/CWEquationGenerator
Author: Matthew Pitkin
Author-email: matthew.pitkin@ligo.org
License: MIT
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: <4,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astropy
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pyyaml
Requires-Dist: sympy
Provides-Extra: docs
Requires-Dist: autodoc; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: pydata-sphinx-theme; extra == "docs"
Requires-Dist: recommonmark; extra == "docs"
Requires-Dist: sphinx>=2.0; extra == "docs"
Requires-Dist: sphinx-panels; extra == "docs"
Requires-Dist: sphinxcontrib-napoleon; extra == "docs"
Dynamic: license-file

# The CW Equation Generator

The cweqgen package (pronouced like "_Kwek-Jen_") provides a way to generate a range
of common CW equations using user supplied fiducial values.

* [Documentation](https://cweqgen.readthedocs.io)

[![Documentation Status](https://readthedocs.org/projects/cweqgen/badge/?version=latest)](https://cweqgen.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/cweqgen.svg)](https://badge.fury.io/py/cweqgen)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/cweqgen.svg)](https://anaconda.org/conda-forge/cweqgen)
