Metadata-Version: 2.4
Name: Pyriod
Version: 0.3.4
Summary: Basic period detection and fitting routines for astronomical time series.
Home-page: https://github.com/keatonb/Pyriod
Author: Keaton Bell
Author-email: keatonbell@utexas.edu
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.11
Requires-Dist: pandas>=1.0
Requires-Dist: scipy>=0.19
Requires-Dist: astropy
Requires-Dist: lightkurve>=2.1.1
Requires-Dist: lmfit>=1.0
Requires-Dist: beautifulsoup4>=4.11
Requires-Dist: matplotlib>=3.4
Requires-Dist: ipympl>=0.7
Requires-Dist: ipywidgets>=8
Requires-Dist: qgridnext>1.3.1
Requires-Dist: ipyfilechooser>=0.3.5
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Pyriod

Python implementation of basic period detection and fitting routines for astronomical time series.

Give it a spin before you install with an example notebook [on Binder](https://mybinder.org/v2/gh/keatonb/Pyriod/HEAD?filepath=examples%2FTSC2_Demo.ipynb). (This can take a while to load!)

To install, use

```pip install Pyriod```

or download the latest (possibly unstable) version from GitHub and run

```python setup.py install```

Additional documentation is available at [pyriod.readthedocs.io](https://pyriod.readthedocs.io).

This code uses [Qgrid](https://github.com/quantopian/qgrid) and other Jupyter widgets to interactively display the frequency solution.  
Unfortunately Qgrid is no longer supported. We are grateful to @zhihanyue for maintaining [qgridnext](https://github.com/zhihanyue/qgridnext).

