Metadata-Version: 2.3
Name: astrosampler
Version: 0.0.2
Summary: A package for sampling typical distributions in astronomy
Project-URL: Homepage, https://github.com/Sub6Resources/astro-sampler
Project-URL: Issues, https://github.com/Sub6Resources/astro-sampler/issues
Author-email: Matthew Whitaker <sub6resources@gmail.com>
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Requires-Dist: numpy
Description-Content-Type: text/markdown

# Astro Sampler

Sample from distributions commonly used in astronomy.

## Installation

```bash
pip install astrosampler
```

### Dependencies

- `numpy`

## Usage

```python
import astrosampler

# TODO COMING SOON
```
