Metadata-Version: 2.4
Name: astrocompute
Version: 1.0.2
Summary: A general purpose package for astronomy calculations.
Keywords: astro,astronomy,package
Author-email: Omar Crosby <omar.crosby@gmail.com>
Maintainer: Omar Crosby
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
License-File: LICENSE
Requires-Dist: toml
Requires-Dist: pytest ; extra == "dev"
Requires-Dist: pytest-mock ; extra == "dev"
Requires-Dist: pytest-cov ; extra == "dev"
Requires-Dist: coverage ; extra == "dev"
Requires-Dist: pytest-bdd ; extra == "dev"
Requires-Dist: black ; extra == "dev"
Requires-Dist: flake8 ; extra == "dev"
Requires-Dist: isort ; extra == "dev"
Requires-Dist: mypy ; extra == "dev"
Requires-Dist: pylint ; extra == "dev"
Requires-Dist: radon ; extra == "dev"
Requires-Dist: marimo ; extra == "dev"
Project-URL: Homepage, https://github.com/ocrosby/astrocompute
Project-URL: Issues, https://github.com/ocrosby/astrocompute/issues
Provides-Extra: dev

# astrocompute

[![Node CI](https://github.com/ocrosby/astrocompute/actions/workflows/node_ci.yaml/badge.svg)](https://github.com/ocrosby/astrocompute/actions/workflows/node_ci.yaml)
[![Python Lint](https://github.com/ocrosby/astrocompute/actions/workflows/lint.yaml/badge.svg)](https://github.com/ocrosby/astrocompute/actions/workflows/lint.yaml)
[![Test](https://github.com/ocrosby/astrocompute/actions/workflows/test.yaml/badge.svg)](https://github.com/ocrosby/astrocompute/actions/workflows/test.yaml)
[![Coverage Status](https://coveralls.io/repos/github/ocrosby/astrocompute/badge.svg)](https://coveralls.io/github/ocrosby/astrocompute)

A python package for astronomy calculations.

## Setup

```shell
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install invoke
invoke install
```
