Metadata-Version: 2.1
Name: afronomy
Version: 0.0.1rc1
Summary: Application to simulate self-calibration and quality assurance checks
Home-page: https://github.com/athanaseus/afronomy
License: MIT
Keywords: Astronomy,Masking,Imaging
Author: Athanaseus Ramaila & RATT
Author-email: ramaila.jat@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Astronomy
Provides-Extra: testing
Requires-Dist: click (>=8.1,<9.0)
Requires-Dist: codex-africanus (==0.4)
Requires-Dist: flaky ; extra == "testing"
Requires-Dist: pytest ; extra == "testing"
Requires-Dist: pytest-flake8 ; extra == "testing"
Requires-Dist: stimela
Project-URL: Repository, https://github.com/athanseus/afronomy.git
Description-Content-Type: text/x-rst

=========
afronomy
=========
|Pypi Version|
|Python Versions|
|Project License|

A package featuring a Click-based CLI app, Numba-optimized DFT, and Stimela integration for scientific workflows.

==============
Installation
==============

Installation from source_,
working directory where source is checked out

.. code-block:: bash
  
    $ pip install .

This package is available on *PYPI*, allowing

.. code-block:: bash
  
    $ pip install afronomy

To show help message and exit

.. code-block:: bash
   
   $ afronomy --help

=============
Documentation
=============

Documentation is available on the GitHub page_.

=======
License
=======

This project is licensed under the MIT License - see license_ for details.

=============
Contribute
=============

Contributions are always welcome! Please ensure that you adhere to our coding
standards pep8_.

.. |Project License| image:: https://img.shields.io/badge/license-MIT-blue.svg
                     :target: https://github.com/athanaseus/afronomy/blob/main/LICENSE
                     :alt:

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

.. |Pypi Version| image:: https://img.shields.io/pypi/v/afronomy.svg
                  :target: https://pypi.python.org/pypi/afronomy
                  :alt:

.. _source: https://github.com/athanaseus/afronomy
.. _license: https://github.com/athanaseus/afronomy/blob/main/LICENSE
.. _pep8: https://www.python.org/dev/peps/pep-0008
.. _page: https://athanaseus.github.io/afronomy

