Metadata-Version: 2.1
Name: ampel-ztf
Version: 0.8.9a1
Summary: Zwicky Transient Facility support for the Ampel system
Home-page: https://ampelproject.github.io
License: BSD-3-Clause
Author: Valery Brinnel
Maintainer: Jakob van Santen
Maintainer-email: jakob.van.santen@desy.de
Requires-Python: >=3.10,<3.12
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Typing :: Typed
Provides-Extra: archive
Provides-Extra: bayes
Provides-Extra: fp
Provides-Extra: healpix
Provides-Extra: kafka
Provides-Extra: light-curve
Provides-Extra: plot
Requires-Dist: aiohttp (>=3.7.3,<4.0.0)
Requires-Dist: ampel-alerts (>=0.8.4,<0.9.0)
Requires-Dist: ampel-core (>=0.8.6,<0.9.0)
Requires-Dist: ampel-interface (>=0.8.7,<0.9.0)
Requires-Dist: ampel-photometry (>=0.8.3,<0.9.0)
Requires-Dist: ampel-plot (>=0.8.3-3,<0.9.0) ; extra == "plot" or extra == "bayes"
Requires-Dist: ampel-ztf-archive (>=0.8.0-alpha.0,<0.9.0) ; extra == "archive"
Requires-Dist: astropy (>=5.0,<6.0)
Requires-Dist: backoff (>=2.0.0,<3.0.0)
Requires-Dist: confluent-kafka (>=2.0.0,<3.0.0) ; extra == "kafka"
Requires-Dist: fastavro (>=1.6.0,<1.7.0)
Requires-Dist: healpy (>=1.15,<2.0) ; extra == "healpix"
Requires-Dist: light-curve (>=0.7,<0.8) ; extra == "light-curve"
Requires-Dist: matplotlib (>=3.3.4,<4.0.0)
Requires-Dist: nest-asyncio (>=1.4.3,<2.0.0)
Requires-Dist: pandas (>=1.5.2,<2.0.0) ; extra == "fp" or extra == "bayes"
Requires-Dist: planobs (>=0.6.1,<0.7.0) ; extra == "fp" or extra == "bayes"
Requires-Dist: requests (>=2.25.1,<3.0.0)
Requires-Dist: requests-toolbelt (>=0.10.0,<0.11.0)
Requires-Dist: scipy (>=1.9.3,<2.0.0)
Project-URL: Repository, https://github.com/AmpelProject/Ampel-ZTF
Description-Content-Type: text/markdown



<img align="left" src="https://desycloud.desy.de/index.php/s/6gJs9bYBG3tWFDz/preview" width="150" height="150"/>  
<br>

# ZTF support for AMPEL

<br><br>
ZTF-specific implementations for Ampel such as:

- An _AlertSupplier_ compatible with IPAC generated alerts
- Shaper classes for ingestion
- Encoding utilities for ZTF names (AMPEL requires integer ids)
- Classes for archiving alerts

