Metadata-Version: 2.1
Name: ztfquery
Version: 1.28.0
Summary: Python package to access ZTF data
Home-page: https://github.com/MickaelRigault/ztfquery
Author: Mickael Rigault
Author-email: m.rigault@ipnl.in2p3.fr
License: Apache Software License
Keywords: astronomy,astrophysics
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: importlib_resources; python_version < "3.10"
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: requests>=2.28
Requires-Dist: shapely>=2.0
Requires-Dist: cryptography>=39.0
Requires-Dist: dask>=2023.3
Requires-Dist: astropy
Requires-Dist: ztffields>=0.4.3
Provides-Extra: docs
Requires-Dist: nbsphinx; extra == "docs"
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: coverage; extra == "tests"
