Metadata-Version: 2.1
Name: cweqgen
Version: 0.2.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
Platform: UNKNOWN
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: <4,>=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astropy
Requires-Dist: matplotlib
Requires-Dist: numpy
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'

# The CW Equation Generator

The cweqgen (pronouced like "_Queck-Jen_") package 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)


