Metadata-Version: 2.1
Name: specphot
Version: 0.1.1
Summary: This Python package provides tools for comparison of spectra and photometry.
Home-page: https://github.com/leonardo-clarke/specphot
Author: Leonardo Clarke
Author-email: leoclarke@astro.ucla.edu
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE

# SpecPhot

A Python package for performing spectrophotometric calculations.

## Features
- Calculate synthetic photometry given a spectrum and a bandpass.

---

## Installation

### From GitHub
To install the latest version directly from GitHub, run:
```bash
pip install git+https://github.com/leonardo-clarke/specphot.git
```

### With pip
The package can be simply pip installed:
```bash
pip install specphot
```
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
