Metadata-Version: 2.3
Name: EMToolKit
Version: 0.1.3
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: MIT
Keywords: EMToolKit,package interface,space physics
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT 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: lxml>=5.2.2
Requires-Dist: ndcube>=2.2.2
Requires-Dist: notebook
Requires-Dist: numba>=0.60.0
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)

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jeplowman/EMToolKit/develop)

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.

## User Installation

To use EMToolKit effectively, you will need to set up a python environment with specific dependencies and configurations. For now, please refer to the [Development Guide](develop.md) for detailed instructions on how to install and configure the necessary tools and libraries.

### Documentation
To get started right away, check out the [Example Notebooks](docs/build/html/examples/GALLERY_HEADER.html)

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


## Contributing

### Developer Environment
To set up a development environment for EMToolKit, please refer to the [Development Guide](develop.md).

Contributions are welcome! Please see the [contribute](contribute.md) file for details on how to get involved.




## Additional Information

- **License**: This project is licensed under the MIT 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).