Metadata-Version: 2.3
Name: EMToolKit
Version: 0.1.9
Summary: This package provides an interface to the EMToolKit through PyPi
Author-email: "J. Plowman" <jplowman@boulder.swri.edu>, "C. Gilly" <gilly@swri.org>
License: BSD 3
Keywords: EMToolKit,package interface,space physics
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: <3.13,>=3.9
Requires-Dist: astropy>=6.0.1
Requires-Dist: bs4>=0.0.2
Requires-Dist: drms>=0.7.1
Requires-Dist: ipykernel>=6.29.5
Requires-Dist: ipympl>=0.9.4
Requires-Dist: jupyter
Requires-Dist: lxml>=5.2.2
Requires-Dist: ndcube>=2.2.2
Requires-Dist: notebook
Requires-Dist: reproject>=0.13.0
Requires-Dist: requests>=2.32.3
Requires-Dist: scipy>=1.13.1
Requires-Dist: sunpy>=5.1.5
Requires-Dist: xrtpy>=0.4.0
Requires-Dist: zeep>=4.2.1
Description-Content-Type: text/markdown

# EMToolKit

[![Documentation Status](https://readthedocs.org/projects/emtoolkit/badge/?version=latest)](https://emtoolkit.readthedocs.io/en/latest/?badge=latest)

Welcome to the [EMToolKit](https://github.com/jeplowman/EMToolKit) repository, a suite of tools for computing Solar Differential Emission Measures (DEM) in Python. This toolkit is designed for photometric analysis and visualization, tailored for solar physics research and applications.

![alt text](dashboard.png)


## Documentation

- **Official Documentation**: [ReadTheDocs](https://emtoolkit.readthedocs.io/en/latest/?badge=latest)
- **Documentation Mirror**: [GitHub Pages](https://jeplowman.github.io/EMToolKit/)

## Installation

For installation instructions, please refer to the [Installation Guide](INSTALL.md)

## Contributing

To contribute to EMToolKit, please see the [contribute](CONTRIBUTE.md) file for details on how to get involved.

## License

This project is licensed under the BSD License. See the [LICENSE](LICENSE) file for more details.

## Troubleshooting

If you encounter any issues, please refer to the [issue tracker](https://github.com/jeplowman/EMToolKit/issues) or consult the [documentation](https://emtoolkit.readthedocs.io/en/latest/?badge=latest).
