Metadata-Version: 2.1
Name: panoptes-utils
Version: 0.2.26
Summary: Astronomical utilities for PANOPTES
Home-page: https://github.com/panoptes/panoptes-utils
Author: PANOPTES Team
Author-email: developers@projectpanoptes.org
License: mit
Project-URL: Documentation, https://panoptes-utils.readthedocs.io
Project-URL: POCS Documentation, https://pocs.readthedocs.io
Project-URL: Project PANOPTES, https://www.projectpanoptes.org
Project-URL: Forum, https://forum.projectpanoptes.org
Platform: linux
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8
Requires-Dist: astroplan
Requires-Dist: astropy
Requires-Dist: click
Requires-Dist: Flask
Requires-Dist: loguru
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas (!=1.0.4,>1.0.0)
Requires-Dist: photutils
Requires-Dist: pillow (!=7.0.0)
Requires-Dist: python-dateutil
Requires-Dist: pyserial
Requires-Dist: PyYAML (>=5.3.1)
Requires-Dist: requests
Requires-Dist: ruamel.yaml
Requires-Dist: scalpl
Requires-Dist: scipy
Requires-Dist: tqdm
Provides-Extra: google
Requires-Dist: google-cloud-bigquery[pandas] ; extra == 'google'
Provides-Extra: social
Requires-Dist: tweepy ; extra == 'social'
Provides-Extra: testing
Requires-Dist: coverage ; extra == 'testing'
Requires-Dist: mocket ; extra == 'testing'
Requires-Dist: pycodestyle ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'
Requires-Dist: pytest-doctestplus ; extra == 'testing'
Requires-Dist: pytest-remotedata (>=0.3.1') ; extra == 'testing'

PANOPTES Utilities
==================

<p align="center">
<img src="https://projectpanoptes.org/uploads/2018/12/16/pan-logo.png" alt="PANOPTES logo" />  
</p>
<br>

[![GHA Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fpanoptes%2Fpanoptes-utils%2Fbadge%3Fref%3Ddevelop&style=flat)](https://actions-badge.atrox.dev/panoptes/panoptes-utils/goto?ref=develop) [![Travis Status](https://travis-ci.com/panoptes/panoptes-utils.svg?branch=develop)](https://travis-ci.com/panoptes/panoptes-utils) [![codecov](https://codecov.io/gh/panoptes/panoptes-utils/branch/develop/graph/badge.svg)](https://codecov.io/gh/panoptes/panoptes-utils) [![Documentation Status](https://readthedocs.org/projects/panoptes-utils/badge/?version=latest)](https://panoptes-utils.readthedocs.io/en/latest/?badge=latest) [![PyPI version](https://badge.fury.io/py/panoptes-utils.svg)](https://badge.fury.io/py/panoptes-utils)

Utility functions for use within the [Project PANOPTES](https://projectpanoptes.org) ecosystem and for general astronomical processing.

This library defines a number of modules that contain useful functions as well as a few services.

Install
-------

To install type:

```bash
pip install panoptes-utils
```

See the full documentation at: https://panoptes-utils.readthedocs.io


