Metadata-Version: 2.4
Name: astromag
Version: 0.2.0
Summary: Photometry: magnitude/flux conversions, distance modulus, redshift velocity.
Author: Talia Roth
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# astromag

> Photometry: magnitude/flux conversions, distance modulus, redshift velocity.

**Field:** astronomy &nbsp; **License:** MIT

```py
import astromag
print(round(astromag.distance_modulus_to_parsec(10),1),'pc')
```
