Metadata-Version: 2.4
Name: calistar
Version: 0.1.2
Summary: Tool to search for a calibration star
Author-email: Tomas Stolker <stolker@strw.leidenuniv.nl>
License-Expression: MIT
Project-URL: Documentation, https://calistar.readthedocs.io
Project-URL: Repository, https://github.com/tomasstolker/calistar
Project-URL: Issues, https://github.com/tomasstolker/calistar/issues
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: <3.14,>=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: astropy
Requires-Dist: astroquery
Requires-Dist: gaiaxpy
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pooch
Requires-Dist: rich
Requires-Dist: tqdm
Requires-Dist: typeguard
Provides-Extra: docs
Requires-Dist: jupyter; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: pandoc; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-automodapi; extra == "docs"
Requires-Dist: sphinxawesome-theme; extra == "docs"
Provides-Extra: test
Requires-Dist: black; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: pycodestyle; extra == "test"
Requires-Dist: pylint; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Dynamic: license-file

*calistar*
==========

.. container::

    |PyPI Status| |Python Versions| |CI Status| |Docs Status| |Code Coverage| |Code Quality| |License|

*calistar* is a tool to search for a calibration star. For example to be used for reference-star differential imaging or aperture masking interferometry. The package has been released on `PyPI <https://pypi.org/project/calistar/>`_ and is actively developed and maintained on Github.

Documentation
-------------

Documentation can be found at `http://calistar.readthedocs.io <http://calistar.readthedocs.io>`_.

Contributing
------------

Contributions are welcome so please consider `forking <https://help.github.com/en/articles/fork-a-repo>`_ the repository and creating a `pull request <https://github.com/tomasstolker/calistar/pulls>`_. Bug reports and feature requests can be provided by creating an `issue <https://github.com/tomasstolker/calistar/issues>`_ on the Github page.

License
-------

Copyright 2026 Tomas Stolker

*calistar* is distributed under the MIT License. See `LICENSE <https://github.com/tomasstolker/pycrires/blob/main/LICENSE>`_ for the terms and conditions.

.. |PyPI Status| image:: https://img.shields.io/pypi/v/calistar
   :target: https://pypi.python.org/pypi/calistar

.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/calistar
   :target: https://pypi.python.org/pypi/calistar

.. |CI Status| image:: https://github.com/tomasstolker/calistar/actions/workflows/main.yml/badge.svg?branch=main
   :target: https://github.com/tomasstolker/calistar/actions/workflows/main.yml

.. |Docs Status| image:: https://img.shields.io/readthedocs/calistar
   :target: http://calistar.readthedocs.io

.. |Code Coverage| image:: https://codecov.io/gh/tomasstolker/calistar/branch/main/graph/badge.svg?token=LSSCPMJ5JH
   :target: https://codecov.io/gh/tomasstolker/calistar

.. |Code Quality| image:: https://img.shields.io/codefactor/grade/github/tomasstolker/calistar
   :target: https://www.codefactor.io/repository/github/tomasstolker/calistar

.. |License| image:: https://img.shields.io/github/license/tomasstolker/calistar
   :target: https://github.com/tomasstolker/calistar/blob/main/LICENSE
