Metadata-Version: 2.4
Name: askap-flint
Version: 0.5.3
Summary: Pipeline for ASKAP processing, and profit along the way
Author-email: Tim Galvin <tim.galvin@csiro.au>
License: BSD 3-Clause License
        
        Copyright (c) 2023, Tim Galvin / Alec Thomson / Commonwealth Scientific and Industrial Research Organisation (CSIRO)
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this
           list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice,
           this list of conditions and the following disclaimer in the documentation
           and/or other materials provided with the distribution.
        
        3. Neither the name of the copyright holder nor the names of its
           contributors may be used to endorse or promote products derived from
           this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Python: <3.13,>=3.11
Requires-Dist: aegeantools==2.3.0
Requires-Dist: astropy>=6.1.3
Requires-Dist: astroquery>=0.4.8.dev0
Requires-Dist: configargparse>=1.7
Requires-Dist: crystalball>=0.4.3
Requires-Dist: dask-jobqueue
Requires-Dist: fitscube>=0.5.0
Requires-Dist: matplotlib
Requires-Dist: numpy>=2.0.0
Requires-Dist: pandas
Requires-Dist: prefect-dask>=0.2.4
Requires-Dist: prefect<3,>=2.10.0
Requires-Dist: pydantic<2.11
Requires-Dist: racs-tools>=4.2.1
Requires-Dist: radio-beam>=0.3.4
Requires-Dist: reproject
Requires-Dist: scikit-image
Requires-Dist: scipy
Requires-Dist: spython>=0.3.1
Provides-Extra: casa
Requires-Dist: fixms>=0.4.0; extra == 'casa'
Requires-Dist: python-casacore>=3.6.0; extra == 'casa'
Provides-Extra: dev
Requires-Dist: furo; extra == 'dev'
Requires-Dist: isort; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: myst-parser; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: pytest-rerunfailures; extra == 'dev'
Requires-Dist: pytest-xdist; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Requires-Dist: sphinx; extra == 'dev'
Requires-Dist: sphinx-argparse; extra == 'dev'
Requires-Dist: sphinx-autoapi; extra == 'dev'
Requires-Dist: sphinx-autodoc-typehints; extra == 'dev'
Requires-Dist: sphinx-copybutton; extra == 'dev'
Description-Content-Type: text/markdown

[![Codecov][codecov-badge]][codecov-link]
[![Actions Status][actions-badge]][actions-link]
[![Documentation Status][rtd-badge]][rtd-link]
[![PyPI version][pypi-version]][pypi-link]
[![PyPI platforms][pypi-platforms]][pypi-link]

# flint

<!-- SPHINX-START -->

<!-- prettier-ignore-start -->
[codecov-badge]:            https://codecov.io/gh/flint-crew/flint/graph/badge.svg?token=7ZEKJ78TBZ
[codecov-link]:             https://codecov.io/gh/flint-crew/flint
[actions-badge]:            https://github.com/flint-crew/flint/workflows/CI/badge.svg
[actions-link]:             https://github.com/flint-crew/flint/actions
[pypi-link]:                https://pypi.org/project/askap-flint/
[pypi-platforms]:           https://img.shields.io/pypi/pyversions/askap-flint
[pypi-version]:             https://img.shields.io/pypi/v/askap-flint
[rtd-badge]:                https://readthedocs.org/projects/askap-flint/badge/?version=latest
[rtd-link]:                 https://askap-flint.readthedocs.io/en/latest/?badge=latest

<!-- prettier-ignore-end -->

A pirate themed ASKAP pipeline.

Yarrrr-Harrrr fiddly-dee!

<img src="_static/logo.jpeg" alt="Capn' Flint - Credit: DALLE 3" style="width:400px;"/>

## Documentation

Full documentation is provided on
[ReadtheDocs](https://askap-flint.readthedocs.io/).

## Contributions

Contributions are welcome! Please do submit a pull-request or issue if you spot
something you would like to address.

The pre-packed module may be installed from PyPi:

```bash
pip install askap-flint
```
The full set of dev tooling can be installed via:

```bash
git clone https://github.com/flint-crew/flint.git
cd flint
pip install '.[dev]'
```
