Metadata-Version: 2.4
Name: macrotools
Version: 0.1.6
Summary: Employ America tools for pulling and graphing U.S. macroeconomic data.
Author-email: Preston Mui <preston@employamerica.org>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib>=3.10.0
Requires-Dist: numpy>=2.0.0
Requires-Dist: statsmodels>=0.14.4
Requires-Dist: pandas>=2.2.3
Requires-Dist: requests>=2.32.3
Provides-Extra: fred
Requires-Dist: fredapi>=0.5.0; extra == "fred"
Dynamic: license-file

# MacroTools

A Python package providing flexible tools to work with macroeconomic data and create Employ America-style time series graphs.

## Installation

`pip install macrotools`

## Features

- Download Flat Files and individual series easily
    - Caches flat files by default for easy retrieval
- Create professional time series graphs with matplotlib in EA style
    - Support for dual y-axes for comparing different data series
    - Flexible formatting options
- Includes a few useful tools to work with time series macro data (compounded annual growth rates, rebasing)

## Examples

See [this notebook](https://github.com/PrestonMui/macrotools/blob/main/examples/macrotools_guide.ipynb) for examples on how to use Macrotools

## Roadmap and Development

Currently stored at [GitHub](https://github.com/PrestonMui/macrotools.git).

Some features I am working on.

[] Wrapper for FRED API -- allow for pulling multiple series
