Metadata-Version: 2.4
Name: mf-excel
Version: 0.1.3
Summary: An Excel integration for macroframe-forecast
Author: Yusuf Muhammed Adekunle
License-Expression: MIT
Project-URL: Homepage, https://mfexcel.onrender.com/
Project-URL: Repository, https://github.com/Kunlex58/mf-excel
Project-URL: Documentation, https://mfexcel.onrender.com/
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas==2.2.2
Requires-Dist: flask==3.0.0
Requires-Dist: sktime==0.28.0
Requires-Dist: scikit-learn==1.4.2
Requires-Dist: macroframe-forecast==0.1.5
Requires-Dist: xlwings==0.33.15
Requires-Dist: requests==2.32.3
Requires-Dist: dask[dataframe]==2024.8.1
Requires-Dist: simplejson==3.20.2
Dynamic: license-file

# mf-excel: An Excel Integration for macroframe-forecast

[![PyPI Version](https://img.shields.io/pypi/v/mf-excel.svg)](https://pypi.org/project/mf-excel/)
[![Python Versions](https://img.shields.io/pypi/pyversions/mf-excel.svg)](https://pypi.org/project/mf-excel/)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Kunlex58/mf-excel/blob/main/LICENSE)

[`mf-excel`](https://pypi.org/project/mf-excel/) provides Excel integration functionality for [`macroframe-forecast`](https://pypi.org/project/macroframe-forecast/) Python module developed by [Ando et al., (2025)](https://www.imf.org/en/publications/wp/issues/2025/08/29/a-python-package-to-assist-macroframework-forecasting-concepts-and-examples-570041).
It allows you to:
- Run constrained and unconstrained macroeconomic forecasts
- Control models and constraints from Excel
- Execute the engine via Flask (local or remote)
- Integrate seamlessly with xlwings
---
## Documentation
See the documentation [here](https://mfexcel.onrender.com) for guidance.

## Next Steps 🗺️

We will continue to monitor updates to the `macroframe-forecast` package. 

## References

Ando Sakai, Shuvam Das, and Sultan Orazbayev (2025). "A Python Package to Assist Macroframework Forecasting: Concepts and Examples", IMF Working Papers 2025, 172, accessed 28/12/2025, https://doi.org/10.5089/9798229023535.001

## Disclaimer
All usual disclosures apply. This work was produced independently by the author for educational and research purposes only and does not imply affiliation with any organisation.
