Metadata-Version: 2.4
Name: toasty
Version: 0.20.1
Summary: Generate image tile pyramids from existing image data
Home-page: https://toasty.readthedocs.io/
Author: Chris Beaumont, WorldWide Telescope Team
Author-email: hello@worldwidetelescope.org
License: MIT
Platform: Linux
Platform: Mac OS X
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Visualization
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: filelock>=3
Requires-Dist: numpy>=1.7
Requires-Dist: pillow>=7.0
Requires-Dist: PyYAML>=5.0
Requires-Dist: reproject
Requires-Dist: shapely
Requires-Dist: tqdm>=4.0
Requires-Dist: wwt_data_formats>=0.15
Provides-Extra: test
Requires-Dist: coveralls; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: docs
Requires-Dist: astropy; extra == "docs"
Requires-Dist: astropy-sphinx-theme; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-automodapi; extra == "docs"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

[toasty] is a Python library that helps you create “tile pyramids” from
astronomical image data as used in the [TOAST] format. These multi-resolution
maps can be viewed in software such as [WorldWide Telescope].

[toasty]: https://toasty.readthedocs.io/
[TOAST]: https://doi.org/10.3847/1538-4365/aaf79e
[WorldWide Telescope]: http://www.worldwidetelescope.org/

[toasty] was originally written by [Chris Beaumont], benefited from
contributions by Clara Brasseur (Space Telescope Science Institute), and is
currently maintained as part of the [WorldWide Telescope] project.

[Chris Beaumont]: https://chrisbeaumont.org/


For more information, including installation instructions, please visit [the
project homepage].

[the project homepage]: https://toasty.readthedocs.io/
