Metadata-Version: 2.1
Name: sixs_json
Version: 0.1.4.1
Summary: The 6S atmospheric radiative transfer model modified with JSON output and a python wrapper
Author-email: Raphael Mabit <raphael.mabit@gmail.com>
License: GPL
Description-Content-Type: text/markdown

# sixs_json
The 6S code but with JSON output for easier parsing.

# Packaging reminder
Build the package with the following command:

```bash
python -m build
```

Check it's content in the archive and then upload it to PyPi with the following command:

```bash
twine upload -r pypi dist/*
```
